DBA Data[Home] [Help]

APPS.BEN_BATCH_UTILS dependencies on FND_CONCURRENT_REQUESTS

Line 1606: From fnd_concurrent_requests fnd

1602: l_actn varchar2(80);
1603: --
1604: Cursor c_slaves(p_request_id number) is
1605: Select null
1606: From fnd_concurrent_requests fnd
1607: Where fnd.phase_code <> 'C'
1608: And fnd.request_id = p_request_id;
1609: Begin
1610: hr_utility.set_location ('Entering '||l_proc,5);

Line 1928: from fnd_concurrent_requests a

1924: ,p_cd_20 out nocopy varchar2
1925: ) is
1926: Cursor c1 is
1927: select upper(c.execution_file_name)
1928: from fnd_concurrent_requests a
1929: ,fnd_concurrent_programs b
1930: ,fnd_executables c
1931: where a.request_id = p_concurrent_request_id
1932: and a.concurrent_program_id = b.concurrent_program_id

Line 2164: fnd_concurrent_requests fnd,

2160: ben_popl_enrt_typ_cycl_f pop,
2161: ben_enrt_perd epo,
2162: ben_pl_f pln2,
2163: ben_pgm_f pgm2,
2164: fnd_concurrent_requests fnd,
2165: fnd_concurrent_programs_tl conc,
2166: hr_locations lc,
2167: ben_benfts_grp bnfg
2168: where fnd.request_id = p_concurrent_request_id