DBA Data[Home] [Help]

APPS.FND_WEBFILEPUB dependencies on FND_LANGUAGES

Line 213: fnd_languages l

209: from fnd_concurrent_programs_tl p,
210: fnd_concurrent_requests r,
211: fnd_conc_req_outputs o,
212: fnd_file_temp t,
213: fnd_languages l
214: where p.concurrent_program_id = r.concurrent_program_id
215: and p.application_id = r.program_application_id
216: and t.request_id = r.request_id
217: and r.request_id = o.concurrent_request_id(+)