DBA Data[Home] [Help]

APPS.PAY_MX_TRR_PKG dependencies on FND_CONCURRENT

Line 2587: l_wait_outcome := fnd_concurrent.WAIT_FOR_REQUEST(

2583:
2584: l_step := 2;
2585: hr_utility.set_location(g_package || l_procedure_name, 20);
2586:
2587: l_wait_outcome := fnd_concurrent.WAIT_FOR_REQUEST(
2588: request_id => l_req_id,
2589: interval => 15,
2590: max_wait => 2400, -- 180,
2591: phase => l_phase,

Line 2605: FROM FND_CONCURRENT_PROGRAMS FCP,FND_CONCURRENT_REQUESTS R

2601:
2602: /* argument3 hard coded as 801
2603: need to take FROM by setting the l_req_id
2604: SELECT FCP.APPLICATION_ID
2605: FROM FND_CONCURRENT_PROGRAMS FCP,FND_CONCURRENT_REQUESTS R
2606: WHERE FCP.CONCURRENT_PROGRAM_ID = R.CONCURRENT_PROGRAM_ID AND
2607: R.REQUEST_ID = :$FLEX$.XDO_REPORT_REQUEST_ID
2608: */
2609: