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 267: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS

263: -- Check if previous plan output exists.
264: -- if existing, check for the status of
265: -- of the plan output.
266: -- -------------------------------------
267: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS
268: ( v_rec_c1.request_id,
269: NULL,
270: NULL,
271: l_phase,

Line 305: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS

301: -- ------------------------------------------------------
302: -- if Temp. plan exists, Check Plan/Sync. Process status.
303: -- ------------------------------------------------------
304: if temp_plan_exist_cur%found then
305: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS
306: ( v_request_id,
307: NULL,
308: NULL,
309: l_phase,

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

1801: -- Check if previous plan output exists.
1802: -- if existing, check for the status of
1803: -- of the plan output.
1804: -- -------------------------------------
1805: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS ( v_rec_c1.request_id
1806: , NULL
1807: , NULL
1808: , l_phase
1809: , l_status

Line 2136: ---------------- used for fnd_concurrent ---------

2132: l_refreshed_flag NUMBER;
2133: l_pending_timeout_flag NUMBER;
2134: l_start_time DATE;
2135:
2136: ---------------- used for fnd_concurrent ---------
2137: l_call_status boolean;
2138: l_phase varchar2(80);
2139: l_status varchar2(80);
2140: l_dev_phase varchar2(80);

Line 2154: l_call_status:= FND_CONCURRENT.WAIT_FOR_REQUEST

2150: << begin_loop >>
2151:
2152: l_pending_timeout_flag := SIGN( SYSDATE - l_start_time - p_timeout/1440.0);
2153:
2154: l_call_status:= FND_CONCURRENT.WAIT_FOR_REQUEST
2155: ( l_request_id,
2156: 10,
2157: 10,
2158: l_phase,