GST in Oracle Apps R12
Wednesday, 24 April 2019
Personalization to add Menu in Oracle Apps
›
Adding a Menu Option in Oracle Apps using Form Personalization: 1. Open the Form where you want the menu to show the new Optio...
Friday, 19 April 2019
Script for updating the BOM supply type in Oracle Apps
›
DECLARE --Script for updating the BOM supply type from phantom to Operation Pull-- l_bom_header_rec bom_bo_pub.bom_hea...
Query to find AP Transactions in Oracle Apps
›
--Query to find AP Transactions for particular vendor with Natural Account Details SELECT c.period_name, b.segment1, b.vendor_name, a.i...
Thursday, 18 April 2019
Script to find the GST Taxes against Sales Order
›
--Query to find the GST Taxes against Sales Order SELECT jtl.TRX_ID, jtl.TRX_DATE, ...
1 comment:
Script to find GST Taxes against Inventory Receipt (GRN)
›
--Query to find the GST Taxes against Inventory Receipt (GRN) SELECT jtl.tax_invoice_num, jtl.tax_invoice_date, jtl.org_id, jtl.o...
API for Pick Pack and Ship Confirm in Oracle Apps
›
API for Pick Pack and Ship Confirm in Oracle Apps In order to call these API’s we only need to pass the required parameters. It is ma...
2 comments:
›
Home
View web version