DBA Data[Home] [Help]

APPS.CSI_INV_DISCREPANCY_PKG dependencies on FND_CONCURRENT_REQUESTS

Line 1087: from fnd_concurrent_requests

1083:
1084: -- Get the current status of the Report concurrent request
1085: select STATUS_CODE
1086: into l_comp_stat
1087: from fnd_concurrent_requests
1088: where request_id = to_number(document_id);
1089:
1090: debug('l_comp_stat = ' || l_comp_stat);
1091: --dbms_output.put_line('Value of l_comp_stat='||l_comp_stat);

Line 1349: COMMIT; -- this commit is the concurrent request in the fnd_concurrent_requests for parallel

1345:
1346: debug('Calling Install Base and Inventory Discrepancy Report...');
1347: debug('Request ID: '||l_request_id||' has been submitted');
1348: debug('');
1349: COMMIT; -- this commit is the concurrent request in the fnd_concurrent_requests for parallel
1350:
1351: IF l_request_id = 0
1352: THEN
1353: FND_MESSAGE.RETRIEVE(l_errbuf);