DBA Data[Home] [Help]

APPS.MSC_CL_COLLECTION dependencies on FND_CONCURRENT

Line 348: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS

344:
345: LOOP
346: /* come out of function only when the MSCPDCP is complete - reqd for Collections incompatibility */
347:
348: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS
349: ( lvs_request_id,
350: NULL,
351: NULL,
352: l_phase,

Line 503: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS

499: IF v_cp_enabled= MSC_UTIL.SYS_NO THEN
500: RETURN MSC_UTIL.SYS_YES;
501: END IF;
502:
503: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS
504: ( v_monitor_request_id,
505: NULL,
506: NULL,
507: l_phase,

Line 566: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS

562: END IF;
563:
564: l_request_id := FND_GLOBAL.CONC_REQUEST_ID;
565:
566: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS
567: ( l_request_id,
568: NULL,
569: NULL,
570: l_phase,

Line 631: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS

627: FOR lc_i IN 1..(ps_request_id.COUNT-1) LOOP
628:
629: l_request_id := ps_request_id(lc_i);
630:
631: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS
632: ( l_request_id,
633: NULL,
634: NULL,
635: l_phase,

Line 706: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS

702: FOR lc_i IN 1..(ps_request_id.COUNT-1) LOOP
703:
704: l_request_id := ps_request_id(lc_i);
705:
706: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS
707: ( l_request_id,
708: NULL,
709: NULL,
710: l_phase,