DBA Data[Home] [Help]

APPS.FND_CONC_PP dependencies on FND_CONCURRENT_REQUESTS

Line 178: from fnd_concurrent_requests

174:
175: begin
176: select OPS_INSTANCE into
177: ins_num
178: from fnd_concurrent_requests
179: where request_id = Req_ID;
180: Exception when others then
181: message_add('Bad request ID.');
182: return(-1);