DBA Data[Home] [Help]

APPS.FND_WEBFILEPUB dependencies on FND_CONCURRENT_PROGRAMS_VL

Line 188: from fnd_concurrent_programs_vl p,

184: DECODE(o.file_name, t.filename, o.file_type,
185: DECODE(r.outfile_name, t.filename,
186: NVL(r.output_file_type, 'TEXT'), 'TEXT'))
187: into temp_name, file_type
188: from fnd_concurrent_programs_vl p,
189: fnd_concurrent_requests r,
190: fnd_conc_req_outputs o,
191: fnd_file_temp t
192: where p.concurrent_program_id = r.concurrent_program_id