DBA Data[Home] [Help]

APPS.CE_BANK_STMT_SQL_LDR dependencies on FND_CONCURRENT_PROGRAMS

Line 300: FROM fnd_concurrent_programs

296: -- If there is no concurrent program setup for the given control file then create one.
297: --
298: SELECT count(*)
299: INTO l_cnt
300: FROM fnd_concurrent_programs
301: WHERE application_id = 260
302: AND concurrent_program_name = 'CESLRPRO' || l_ctl_file;
303:
304: IF l_DEBUG in ('Y', 'C') THEN