DBA Data[Home] [Help]

APPS.BEN_MANAGE_CWB_LIFE_EVENTS dependencies on FND_CONCURRENT_REQUESTS

Line 288: from fnd_concurrent_requests fnd

284: )
285: is
286: select phase_code,
287: status_code
288: from fnd_concurrent_requests fnd
289: where fnd.request_id = c_request_id;
290:
291: --16417003
292: cursor c_get_sleep_time is

Line 347: -- Loop to avoid over polling of fnd_concurrent_requests

343: end if;
344: --
345: close c_slaves;
346: --
347: -- Loop to avoid over polling of fnd_concurrent_requests
348: --
349: l_poll_loops := 100000;
350: --
351: for i in 1..l_poll_loops