DBA Data[Home] [Help]

APPS.BEN_BATCH_UTILS dependencies on FND_CONCURRENT_REQUESTS

Line 1596: From fnd_concurrent_requests fnd

1592: l_actn varchar2(80);
1593: --
1594: Cursor c_slaves(p_request_id number) is
1595: Select null
1596: From fnd_concurrent_requests fnd
1597: Where fnd.phase_code <> 'C'
1598: And fnd.request_id = p_request_id;
1599: Begin
1600: hr_utility.set_location ('Entering '||l_proc,5);

Line 1918: from fnd_concurrent_requests a

1914: ,p_cd_20 out nocopy varchar2
1915: ) is
1916: Cursor c1 is
1917: select upper(c.execution_file_name)
1918: from fnd_concurrent_requests a
1919: ,fnd_concurrent_programs b
1920: ,fnd_executables c
1921: where a.request_id = p_concurrent_request_id
1922: and a.concurrent_program_id = b.concurrent_program_id

Line 2154: fnd_concurrent_requests fnd,

2150: ben_popl_enrt_typ_cycl_f pop,
2151: ben_enrt_perd epo,
2152: ben_pl_f pln2,
2153: ben_pgm_f pgm2,
2154: fnd_concurrent_requests fnd,
2155: fnd_concurrent_programs_tl conc,
2156: hr_locations lc,
2157: ben_benfts_grp bnfg
2158: where fnd.request_id = p_concurrent_request_id