DBA Data[Home] [Help]

APPS.GL_AUTO_ALLOC_WF_PKG dependencies on FND_CONCURRENT

Line 3244: Fnd_Concurrent.Wait_For_Request(

3240: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
3241: diagn_debug_msg('WAITING_TO_COMPLETE: ' || 'Con Request Id = '||to_char(l_request_id));
3242: END IF;
3243: l_call_status :=
3244: Fnd_Concurrent.Wait_For_Request(
3245: request_id => l_request_id
3246: ,Interval => l_profile_value
3247: ,Max_wait => 360000
3248: ,phase => p_phase

Line 3908: From fnd_concurrent_programs_vl

3904: l_message_Name Varchar2(150);
3905: l_submit_request_id NUMBER;
3906: Cursor conc_prog_name_C IS
3907: Select USER_CONCURRENT_PROGRAM_NAME
3908: From fnd_concurrent_programs_vl
3909: Where APPLICATION_ID = 101
3910: AND CONCURRENT_PROGRAM_NAME = Prog_Code;
3911: Begin
3912: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN