DBA Data[Home] [Help]

APPS.MSC_LAUNCH_PLAN_PK dependencies on FND_CONCURRENT

Line 37: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS

33:
34: LOOP
35: /* come out of function only when the MSCPDCP is complete - reqd for Collections incompatibility */
36:
37: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS
38: ( lvs_request_id,
39: NULL,
40: NULL,
41: l_phase,

Line 236: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS

232: -- Check if previous plan output exists.
233: -- if existing, check for the status of
234: -- of the plan output.
235: -- -------------------------------------
236: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS
237: ( v_rec_c1.request_id,
238: NULL,
239: NULL,
240: l_phase,

Line 274: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS

270: -- ------------------------------------------------------
271: -- if Temp. plan exists, Check Plan/Sync. Process status.
272: -- ------------------------------------------------------
273: if temp_plan_exist_cur%found then
274: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS
275: ( v_request_id,
276: NULL,
277: NULL,
278: l_phase,

Line 1690: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS ( v_rec_c1.request_id

1686: -- Check if previous plan output exists.
1687: -- if existing, check for the status of
1688: -- of the plan output.
1689: -- -------------------------------------
1690: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS ( v_rec_c1.request_id
1691: , NULL
1692: , NULL
1693: , l_phase
1694: , l_status

Line 2021: ---------------- used for fnd_concurrent ---------

2017: l_refreshed_flag NUMBER;
2018: l_pending_timeout_flag NUMBER;
2019: l_start_time DATE;
2020:
2021: ---------------- used for fnd_concurrent ---------
2022: l_call_status boolean;
2023: l_phase varchar2(80);
2024: l_status varchar2(80);
2025: l_dev_phase varchar2(80);

Line 2039: l_call_status:= FND_CONCURRENT.WAIT_FOR_REQUEST

2035: << begin_loop >>
2036:
2037: l_pending_timeout_flag := SIGN( SYSDATE - l_start_time - p_timeout/1440.0);
2038:
2039: l_call_status:= FND_CONCURRENT.WAIT_FOR_REQUEST
2040: ( l_request_id,
2041: 10,
2042: 10,
2043: l_phase,