DBA Data[Home] [Help]

APPS.FA_RX_REPORTS_PKG dependencies on FND_CONCURRENT_PROGRAMS

Line 320: from fnd_concurrent_programs

316: else
317: begin
318: select concurrent_program_id
319: into x_concurrent_program_id
320: from fnd_concurrent_programs
321: where application_id = x_application_id
322: and concurrent_program_name = x_concurrent_program_name;
323: exception
324: when no_data_found then