DBA Data[Home] [Help]

APPS.FND_REQUEST dependencies on FND_CONCURRENT_REQUESTS_S

Line 490: Select Fnd_Concurrent_Requests_S.nextval

486: -- Get next request ID from sequence
487: -- only if it is a normal call without P_DEFERRED_MODE or its deferred call
488: if ( (P_DEFERRED_MODE) OR (P_DEF_REQUEST_ID = 0)) then
489: begin
490: Select Fnd_Concurrent_Requests_S.nextval
491: Into cur_request_id
492: From Sys.Dual;
493: exception
494: when no_data_found then