DBA Data[Home] [Help]

APPS.BEN_DETERMINE_COMMUNICATIONS dependencies on FND_CONCURRENT_REQUESTS

Line 324: from fnd_concurrent_requests fnd

320: l_master varchar2(1) := 'N';
321: --
322: cursor c_slaves(v_request_id number) is
323: select null
324: from fnd_concurrent_requests fnd
325: where fnd.phase_code <> 'C'
326: and fnd.request_id = v_request_id;
327: --
328: cursor c_master is

Line 375: -- To prevent over polling of fnd_concurrent_requests

371: close c_slaves;
372: --
373: end loop;
374: --
375: -- To prevent over polling of fnd_concurrent_requests
376: -- sleep for a while.
377: --
378: If (l_no_slaves) then
379: dbms_lock.sleep(4);

Line 5031: fnd_concurrent_requests fnd,

5027: ben_enrt_perd epo,
5028: ben_pl_f pln2,
5029: ben_pgm_f pgm2,
5030: hr_locations_all loc,
5031: fnd_concurrent_requests fnd,
5032: fnd_concurrent_programs_tl conc
5033: where fnd.request_id = p_concurrent_request_id
5034: and conc.concurrent_program_id = fnd.concurrent_program_id
5035: and conc.application_id = 805