DBA Data[Home] [Help]

APPS.FND_MLS_REQUEST dependencies on FND_CONCURRENT_PROGRAMS_VL

Line 209: from fnd_concurrent_programs_vl p, fnd_executables e

205: p.nls_compliant, P.User_Concurrent_Program_Name
206: into funct,
207: function_id, function_appl_id,
208: nls_comp, UserProgramName
209: from fnd_concurrent_programs_vl p, fnd_executables e
210: where p.application_id = appl_id
211: and p.concurrent_program_id = prog_id
212: and e.executable_id(+) = p.mls_executable_id
213: and e.application_id(+) = p.mls_executable_app_id;