DBA Data[Home] [Help]

APPS.PA_AUTOALLOC_WF_PKG dependencies on FND_CONCURRENT

Line 1291: From fnd_concurrent_programs_tl tl,

1287:
1288: -- Needs Modification
1289: Cursor conc_prog_name_C IS
1290: Select tl.USER_CONCURRENT_PROGRAM_NAME
1291: From fnd_concurrent_programs_tl tl,
1292: fnd_concurrent_programs cp
1293: Where cp.APPLICATION_ID = 275
1294: AND cp.CONCURRENT_PROGRAM_NAME = p_prog_code
1295: AND tl.CONCURRENT_PROGRAM_ID = cp.concurrent_program_id

Line 1292: fnd_concurrent_programs cp

1288: -- Needs Modification
1289: Cursor conc_prog_name_C IS
1290: Select tl.USER_CONCURRENT_PROGRAM_NAME
1291: From fnd_concurrent_programs_tl tl,
1292: fnd_concurrent_programs cp
1293: Where cp.APPLICATION_ID = 275
1294: AND cp.CONCURRENT_PROGRAM_NAME = p_prog_code
1295: AND tl.CONCURRENT_PROGRAM_ID = cp.concurrent_program_id
1296: AND tl.APPLICATION_ID = 275

Line 1722: Fnd_Concurrent.Wait_For_Request(

1718: FND_PROFILE.put('RESP_ID', v_resp_id);
1719: FND_PROFILE.put('RESP_APPL_ID', v_resp_appl_id);
1720:
1721: v_call_status :=
1722: Fnd_Concurrent.Wait_For_Request(
1723: request_id => v_request_id
1724: ,Interval => 30
1725: ,Max_wait => 360000
1726: ,phase => p_phase