DBA Data[Home] [Help]

APPS.PAY_MX_TRR_PKG dependencies on FND_CONCURRENT

Line 2707: l_wait_outcome := fnd_concurrent.WAIT_FOR_REQUEST(

2703:
2704: l_step := 2;
2705: hr_utility.set_location(g_package || l_procedure_name, 20);
2706:
2707: l_wait_outcome := fnd_concurrent.WAIT_FOR_REQUEST(
2708: request_id => l_req_id,
2709: interval => 15,
2710: max_wait => 2400, -- 180,
2711: phase => l_phase,

Line 2725: FROM FND_CONCURRENT_PROGRAMS FCP,FND_CONCURRENT_REQUESTS R

2721:
2722: /* argument3 hard coded as 801
2723: need to take FROM by setting the l_req_id
2724: SELECT FCP.APPLICATION_ID
2725: FROM FND_CONCURRENT_PROGRAMS FCP,FND_CONCURRENT_REQUESTS R
2726: WHERE FCP.CONCURRENT_PROGRAM_ID = R.CONCURRENT_PROGRAM_ID AND
2727: R.REQUEST_ID = :$FLEX$.XDO_REPORT_REQUEST_ID
2728: */
2729: