DBA Data[Home] [Help]

APPS.PAY_QPQ_API dependencies on FND_CONCURRENT

Line 1747: v_bl := fnd_concurrent.get_request_status

1743: --
1744: if (v_request_id is not null) and (v_request_id <> 0) then
1745: hr_utility.set_location(v_proc, 8);
1746: --
1747: v_bl := fnd_concurrent.get_request_status
1748: (request_id => v_request_id
1749: ,phase => v_phase
1750: ,status => v_status
1751: ,dev_phase => v_dev_phase

Line 4590: v_wait := fnd_concurrent.wait_for_request

4586: --
4587: -- Waits for request to finish on the concurrent manager.
4588: -- Or gives up if the maximum wait time is reached.
4589: --
4590: v_wait := fnd_concurrent.wait_for_request
4591: (request_id => v_request_id
4592: ,interval => v_interval_wait_sec
4593: ,max_wait => v_max_wait_sec
4594: ,phase => v_phase