DBA Data[Home] [Help]

APPS.GMS_FUNDS_CONTROL_PKG dependencies on FND_CONCURRENT_REQUESTS

Line 164: l_phase_code fnd_concurrent_requests.phase_code%type;

160: RESOURCE_BUSY EXCEPTION;
161: PRAGMA EXCEPTION_INIT(RESOURCE_BUSY, -00054);
162:
163: l_request_id NUMBER;
164: l_phase_code fnd_concurrent_requests.phase_code%type;
165:
166: Cursor c_pending_request_id is
167: select request_id
168: from gms_concurrency_control

Line 190: from fnd_concurrent_requests

186:
187: Begin
188: select phase_code
189: into l_phase_code
190: from fnd_concurrent_requests
191: where request_id = c_request_id.request_id;
192: Exception
193: When no_data_found then
194: -- requests were purged ..