DBA Data[Home] [Help]

APPS.BEN_DETERMINE_COMMUNICATIONS dependencies on FND_CONCURRENT_REQUESTS

Line 328: from fnd_concurrent_requests fnd

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

Line 379: -- To prevent over polling of fnd_concurrent_requests

375: close c_slaves;
376: --
377: end loop;
378: --
379: -- To prevent over polling of fnd_concurrent_requests
380: -- sleep for a while.
381: --
382: If (l_no_slaves) then
383: dbms_lock.sleep(4);

Line 5096: fnd_concurrent_requests fnd,

5092: ben_enrt_perd epo,
5093: ben_pl_f pln2,
5094: ben_pgm_f pgm2,
5095: hr_locations_all loc,
5096: fnd_concurrent_requests fnd,
5097: fnd_concurrent_programs_tl conc
5098: where fnd.request_id = p_concurrent_request_id
5099: and conc.concurrent_program_id = fnd.concurrent_program_id
5100: and conc.application_id = 805