DBA Data[Home] [Help]

APPS.MSC_CL_COLLECTION dependencies on FND_CONCURRENT

Line 356: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS

352:
353: LOOP
354: /* come out of function only when the MSCPDCP is complete - reqd for Collections incompatibility */
355:
356: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS
357: ( lvs_request_id,
358: NULL,
359: NULL,
360: l_phase,

Line 511: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS

507: IF v_cp_enabled= MSC_UTIL.SYS_NO THEN
508: RETURN MSC_UTIL.SYS_YES;
509: END IF;
510:
511: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS
512: ( v_monitor_request_id,
513: NULL,
514: NULL,
515: l_phase,

Line 574: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS

570: END IF;
571:
572: l_request_id := FND_GLOBAL.CONC_REQUEST_ID;
573:
574: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS
575: ( l_request_id,
576: NULL,
577: NULL,
578: l_phase,

Line 639: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS

635: FOR lc_i IN 1..(ps_request_id.COUNT-1) LOOP
636:
637: l_request_id := ps_request_id(lc_i);
638:
639: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS
640: ( l_request_id,
641: NULL,
642: NULL,
643: l_phase,

Line 714: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS

710: FOR lc_i IN 1..(ps_request_id.COUNT-1) LOOP
711:
712: l_request_id := ps_request_id(lc_i);
713:
714: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS
715: ( l_request_id,
716: NULL,
717: NULL,
718: l_phase,