DBA Data[Home] [Help]

APPS.AS_GAR dependencies on FND_CONCURRENT_REQUESTS_S

Line 61: SELECT fnd_concurrent_requests_s.nextval into px_terr_globals.request_id from dual;

57: IF px_terr_globals.request_id = 0 OR px_terr_globals.request_id IS NULL
58: THEN
59: -- Get concurrent sequence
60: AS_GAR.LOG('request_id is 0, get from sequence');
61: SELECT fnd_concurrent_requests_s.nextval into px_terr_globals.request_id from dual;
62: END IF;
63:
64: COMMIT;
65: