DBA Data[Home] [Help]

APPS.CS_SR_PURGE_CP dependencies on FND_REQUEST

Line 738: l_worker_conc_req_arr(j) := FND_REQUEST.Submit_Request

734:
735: FOR
736: j IN 1..l_number_of_workers
737: LOOP
738: l_worker_conc_req_arr(j) := FND_REQUEST.Submit_Request
739: (
740: application => 'CS'
741: , program => 'CSSRPGW'
742: , description => TO_CHAR(j)

Line 1482: -- fnd_request.submit_request. It reads the staging table filled by

1478: -- tables.
1479: -- Description
1480: -- This procedure is invoked by the procedure cs_sr_purge_cp.
1481: -- purge_servicerequests as child concurrent requests using an API
1482: -- fnd_request.submit_request. It reads the staging table filled by
1483: -- purge_servicerequests with the purge_set_id and worker_id
1484: -- in batches of size purge_batch_size through a cursor and bulk
1485: -- inserts these rows into the global temp table JTF_OBJECT_PURGE_PARAM_TMP
1486: -- and calls the SR Delete API. At any point in time, several copies of

Line 1502: * fnd_request.submit_request. It reads the staging table filled by

1498: ----------------+------------+--------------------------------------------------
1499: /*#
1500: * This procedure is invoked by the procedure cs_sr_purge_cp.
1501: * purge_servicerequests as child concurrent requests using an API
1502: * fnd_request.submit_request. It reads the staging table filled by
1503: * purge_servicerequests with the purge_set_id and worker_id
1504: * in batches of size purge_batch_size through a cursor and bulk inserts
1505: * these rows into the global temp table JTF_OBJECT_PURGE_PARAM_TMP and calls
1506: * the SR Delete API. At any point in time, several copies of this procedure