Search This Blog

AR Receipt Final Query

Query for  AR Receipts


oracle apps r12
PURPOSE: THE VIEW AR_CASH_RECEIPTS_V IS USED IN THE RECEIPTS GATEWAY AS THE BASETABLE FOR THE RECEIPTS FORM




API to create and update sale order price list in oracle apps

API to create and update sale order price list in oracle apps

oracle apps r12


In this post , we are going to write a PLSQL code and oracle API to Create and update sale order price list in oracle apps. Using this Below script you are Able to Create and Update Sale Orders Prices List in Oracle Apps.

After this you need to create one custom table


This table will store all information of Sale order item and which price list will be assigned and what rate will be provided to this item. So upload all the price list data in this staging table.

Then you need to create this final procedure to load the price list data from staging table to oracle standard price list base tables.

After this just execute this above procedure and all the data will be uploaded in Oracle.