DBA Data[Home] [Help]

APPS.FND_WEBFILEPUB dependencies on FND_CONCURRENT_PROGRAMS_TL

Line 209: from fnd_concurrent_programs_tl p,

205: DECODE(o.file_name, t.filename, o.file_type,
206: DECODE(r.outfile_name, t.filename,
207: NVL(r.output_file_type, 'TEXT'), 'TEXT'))
208: into temp_name, file_type
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