DBA Data[Home] [Help]

APPS.BEN_BATCH_REPORTING dependencies on FND_CONCURRENT_REQUESTS

Line 196: fnd_concurrent_requests fnd,

192: ben_popl_enrt_typ_cycl_f pop,
193: ben_enrt_perd epo,
194: ben_pl_f pln2,
195: ben_pgm_f pgm2,
196: fnd_concurrent_requests fnd,
197: fnd_concurrent_programs_tl conc
198: where fnd.request_id = p_concurrent_request_id
199: and conc.concurrent_program_id = fnd.concurrent_program_id
200: and conc.application_id = 805

Line 296: from fnd_concurrent_requests fnd,

292: --
293: -- bug fix 1560336
294: cursor c_conc_pgm_name is
295: select conc.concurrent_program_name
296: from fnd_concurrent_requests fnd,
297: fnd_concurrent_programs conc
298: where fnd.request_id = p_concurrent_request_id
299: and conc.concurrent_program_id = fnd.concurrent_program_id
300: and conc.application_id = 805;