DBA Data[Home] [Help]

APPS.PER_RI_PRE_DATAPUMP dependencies on FND_CONCURRENT_REQUESTS

Line 46: from fnd_concurrent_requests fnd

42: )
43: is
44: select phase_code,
45: status_code
46: from fnd_concurrent_requests fnd
47: where fnd.request_id = c_request_id;
48: --
49: l_slaves c_slaves%rowtype;
50: --

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

77: end if;
78: --
79: close c_slaves;
80: --
81: -- Loop to avoid over polling of fnd_concurrent_requests
82: --
83: l_poll_loops := 100000;
84: --
85: for i in 1..l_poll_loops