DBA Data[Home] [Help]

APPS.PA_AUTOALLOC_WF_PKG dependencies on FND_CONCURRENT_PROGRAMS

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