DBA Data[Home] [Help]

APPS.MST_LAUNCH_PLAN_PKG dependencies on FND_CONCURRENT

Line 73: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS

69: -- Check if previous plan output exists.
70: -- if existing, check for the status of
71: -- of the plan output.
72: -- -------------------------------------
73: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS
74: ( v_rec_c1.request_id,
75: NULL,
76: NULL,
77: l_phase,

Line 102: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS

98: -- -------------------------------------
99: -- check for the status of
100: -- of the audit request
101: -- -------------------------------------
102: l_call_status:= FND_CONCURRENT.GET_REQUEST_STATUS
103: ( v_rec_c1.audit_request_id,
104: NULL,
105: NULL,
106: l_phase,

Line 376: ---------------- used for fnd_concurrent ---------

372: l_refreshed_flag NUMBER;
373: l_pending_timeout_flag NUMBER;
374: l_start_time DATE;
375:
376: ---------------- used for fnd_concurrent ---------
377: l_call_status boolean;
378: l_phase varchar2(80);
379: l_status varchar2(80);
380: l_dev_phase varchar2(80);

Line 394: l_call_status:= FND_CONCURRENT.WAIT_FOR_REQUEST

390: << begin_loop >>
391:
392: l_pending_timeout_flag := SIGN( SYSDATE - l_start_time - p_timeout/1440.0);
393:
394: l_call_status:= FND_CONCURRENT.WAIT_FOR_REQUEST
395: ( l_request_id,
396: 10,
397: 10,
398: l_phase,