DBA Data[Home] [Help]

APPS.FND_WEBFILEPUB dependencies on FND_CONCURRENT_REQUESTS

Line 17: from fnd_concurrent_requests r,

13:
14: select r.nls_language,
15: r.nls_territory
16: into g_nlslang, g_nlsterr
17: from fnd_concurrent_requests r,
18: fnd_file_temp t
19: where t.request_id = r.request_id
20: and t.file_id = id;
21:

Line 189: fnd_concurrent_requests r,

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
193: and p.application_id = r.program_application_id

Line 210: fnd_concurrent_requests r,

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
214: where p.concurrent_program_id = r.concurrent_program_id