DBA Data[Home] [Help]

APPS.AME_MIGRATION_PKG dependencies on FND_CONCURRENT_PROGRAMS

Line 423: from fnd_concurrent_programs

419: where application_id = fnd_global.prog_appl_id;
420: --+
421: cursor get_program is
422: select concurrent_program_name
423: from fnd_concurrent_programs
424: where concurrent_program_id = fnd_global.conc_program_id;
425: --+
426: begin
427: --+