DBA Data[Home] [Help]

APPS.CSD_REPAIRS_UTIL dependencies on FND_CONCURRENT

Line 2859: l_success := fnd_concurrent.wait_for_request

2855:
2856: -- commit.
2857: COMMIT WORK;
2858: -- wait for the request to complete.
2859: l_success := fnd_concurrent.wait_for_request
2860: (request_id => l_request_id,
2861: interval => 3,
2862: phase => x_phase,
2863: status => x_status,

Line 3569: l_req_completed := fnd_concurrent.wait_for_request

3565:
3566: -- we need to commit the work here (for the CP to be launched)
3567: COMMIT WORK ;
3568: -- wait for the request.
3569: l_req_completed := fnd_concurrent.wait_for_request
3570: (request_id => x_request_id,
3571: interval => 5,
3572: phase => x_phase,
3573: status => x_status,