DBA Data[Home] [Help]

APPS.FND_REQUEST dependencies on FND_CONCURRENT_REQUESTS_S

Line 441: Select Fnd_Concurrent_Requests_S.nextval

437: -- Get next request ID from sequence
438: -- only if it is a normal call without P_DEFERRED_MODE or its deferred call
439: if ( (P_DEFERRED_MODE) OR (P_DEF_REQUEST_ID = 0)) then
440: begin
441: Select Fnd_Concurrent_Requests_S.nextval
442: Into cur_request_id
443: From Sys.Dual;
444: exception
445: when no_data_found then