DBA Data[Home] [Help]

APPS.FND_MLS_REQUEST dependencies on FND_EXECUTABLES

Line 230: from fnd_concurrent_programs_vl p, fnd_executables e

226: p.nls_compliant, P.User_Concurrent_Program_Name
227: into funct,
228: function_id, function_appl_id,
229: nls_comp, UserProgramName
230: from fnd_concurrent_programs_vl p, fnd_executables e
231: where p.application_id = appl_id
232: and p.concurrent_program_id = prog_id
233: and e.executable_id(+) = p.mls_executable_id
234: and e.application_id(+) = p.mls_executable_app_id;