DBA Data[Home] [Help]

APPS.MSC_CL_PULL dependencies on FND_CONCURRENT

Line 296: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS

292: IF v_cp_enabled= MSC_UTIL.SYS_NO THEN
293: RETURN MSC_UTIL.SYS_YES;
294: END IF;
295:
296: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS
297: ( v_monitor_request_id,
298: NULL,
299: NULL,
300: l_phase,

Line 359: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS

355: END IF;
356:
357: l_request_id := FND_GLOBAL.CONC_REQUEST_ID;
358:
359: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS
360: ( l_request_id,
361: NULL,
362: NULL,
363: l_phase,

Line 424: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS

420: FOR lc_i IN 1..(ps_request_id.COUNT-1) LOOP
421:
422: l_request_id := ps_request_id(lc_i);
423:
424: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS
425: ( l_request_id,
426: NULL,
427: NULL,
428: l_phase,

Line 501: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS

497: FOR lc_i IN 1..(ps_request_id.COUNT-1) LOOP
498:
499: l_request_id := ps_request_id(lc_i);
500:
501: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS
502: ( l_request_id,
503: NULL,
504: NULL,
505: l_phase,

Line 2006: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS

2002: -- completed 'NORMAL' or with a 'WARNING', else the Planning Data
2003: -- Pull should error out as well. ( fix for 2548643)
2004: IF (v_req_data is not null) THEN
2005: lv_request_id:= to_number(v_req_data);
2006: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS
2007: ( lv_request_id,
2008: NULL,
2009: NULL,
2010: l_phase,