DBA Data[Home] [Help]

APPS.MSC_CL_PULL dependencies on FND_CONCURRENT

Line 292: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS

288: IF v_cp_enabled= MSC_UTIL.SYS_NO THEN
289: RETURN MSC_UTIL.SYS_YES;
290: END IF;
291:
292: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS
293: ( v_monitor_request_id,
294: NULL,
295: NULL,
296: l_phase,

Line 355: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS

351: END IF;
352:
353: l_request_id := FND_GLOBAL.CONC_REQUEST_ID;
354:
355: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS
356: ( l_request_id,
357: NULL,
358: NULL,
359: l_phase,

Line 420: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS

416: FOR lc_i IN 1..(ps_request_id.COUNT-1) LOOP
417:
418: l_request_id := ps_request_id(lc_i);
419:
420: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS
421: ( l_request_id,
422: NULL,
423: NULL,
424: l_phase,

Line 497: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS

493: FOR lc_i IN 1..(ps_request_id.COUNT-1) LOOP
494:
495: l_request_id := ps_request_id(lc_i);
496:
497: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS
498: ( l_request_id,
499: NULL,
500: NULL,
501: l_phase,

Line 1957: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS

1953: -- completed 'NORMAL' or with a 'WARNING', else the Planning Data
1954: -- Pull should error out as well. ( fix for 2548643)
1955: IF (v_req_data is not null) THEN
1956: lv_request_id:= to_number(v_req_data);
1957: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS
1958: ( lv_request_id,
1959: NULL,
1960: NULL,
1961: l_phase,