Performance improvement while creating Credit Memo through API in Oracle Applications 11i
Hi All,
I have written an anonymous block to create the credit memo. Data is fetched from staging table using bulk collect with LIMIT 50,000 records.
I have total 5,50,000 invoices to create credit memos against these.
Issue is that performance is really bad with time 24hours to create credit memo.
API used to create credit memo is - ar_credit_memo_api_pub_test.create_request
Does anyone has any suggestion for me how can i reduce the time for processing these records ?
Regards.