DBA Data[Home] [Help]

APPS.BEN_MAINTAIN_BENEFIT_ACTIONS dependencies on FND_CONCURRENT_REQUESTS

Line 164: from fnd_concurrent_requests fnd

160: )
161: is
162: select phase_code,
163: status_code
164: from fnd_concurrent_requests fnd
165: where fnd.request_id = c_request_id;
166: --
167: l_slaves c_slaves%rowtype;
168: --

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

202: end if;
203: --
204: close c_slaves;
205: --
206: -- Loop to avoid over polling of fnd_concurrent_requests
207: --
208: -- l_poll_loops := 100000;
209: dbms_lock.sleep(4);
210: --