777: --
778: -- Waits for request to finish on the concurrent manager.
779: -- Or gives up if the maximum wait time is reached.
780: --
781: l_wait_outcome := fnd_concurrent.wait_for_request(
782: request_id => v_request_id,
783: interval => l_interval_wait_sec,
784: max_wait => l_max_wait_sec,
785: phase => l_phase,