DBA Data[Home] [Help]

APPS.AD_PATCH_IMPACT_API dependencies on FND_GLOBAL

Line 25: request_id = fnd_global.conc_request_id;

21: BEGIN
22: --Get the request ID of currently running Request Set
23: --fnd_file.put_line(fnd_file.log, to_char(sysdate,'HH24:MI:SS')||'> request ID of currently before...');
24: select priority_request_id into req_id from fnd_concurrent_requests where
25: request_id = fnd_global.conc_request_id;
26: --fnd_file.put_line(fnd_file.log, to_char(sysdate,'HH24:MI:SS')||'> request ID of currently After...');
27: --Get the request ID of the AD CP within the Request Set
28:
29: SELECT

Line 92: WHERE request_id = fnd_global.conc_request_id;

88: --Get the request ID of currently running Request Set
89: SELECT priority_request_id
90: INTO req_id
91: FROM fnd_concurrent_requests
92: WHERE request_id = fnd_global.conc_request_id;
93:
94: --Get the request ID of the AD CP within the Request Set
95: SELECT
96: fcr.request_id into anal_req_id

Line 196: request_id = fnd_global.conc_request_id;

192: priority_request_id INTO req_id
193: FROM
194: fnd_concurrent_requests
195: WHERE
196: request_id = fnd_global.conc_request_id;
197:
198: --Get the request ID of the AD CP within the Request Set
199: SELECT
200: fcr.request_id INTO anal_req_id