Oracle Apps Technical Stuff
Friday, October 13, 2017
PURGE_QUEUE_TABLE
›
This procedure purges messages from queue tables. You can perform various purge operations on both single-consumer and multi consumer que...
Sunday, October 8, 2017
Sample script to update the Item attributes (Inventory)
›
DECLARE CURSOR c1 IS SELECT inventory_item_id , segment1 FROM mtl_system_items_b WHERE organiza...
Wednesday, October 4, 2017
Script to create New Item copying existing SKU, it's attributes and all categories and also Assign it to all Inventory Organization.
›
Please test the script first in NON PROD instance. DECLARE k NUMBER; l_api_version ...
Tuesday, May 2, 2017
Script to Submit the Request Set using API in Oracle
›
Using below script One can submit the request set. But to execute the below script successfully define the Concurrent program for the follo...
Friday, April 28, 2017
How to Pass Parameters from One Program to the Next Program in a Request Set
›
How to Pass Parameters from One Program to the Next Program in a Request Set (Doc ID 239808.1) APPLIES TO...
‹
›
Home
View web version