DBA Data[Home] [Help]

APPS.AD_PATCH_IMPACT_API dependencies on FND_APPLICATION

Line 32: fnd_application fa,

28:
29: SELECT
30: fcr.request_id into anal_req_id
31: FROM
32: fnd_application fa,
33: fnd_concurrent_requests fcr,
34: fnd_concurrent_programs fcp
35: WHERE
36: fcr.priority_request_id = req_id and

Line 98: fnd_application fa,

94: --Get the request ID of the AD CP within the Request Set
95: SELECT
96: fcr.request_id into anal_req_id
97: FROM
98: fnd_application fa,
99: fnd_concurrent_requests fcr,
100: fnd_concurrent_programs fcp
101: WHERE
102: fcr.priority_request_id = req_id

Line 202: fnd_application fa,

198: --Get the request ID of the AD CP within the Request Set
199: SELECT
200: fcr.request_id INTO anal_req_id
201: FROM
202: fnd_application fa,
203: fnd_concurrent_requests fcr,
204: fnd_concurrent_programs fcp
205: WHERE
206: fcr.priority_request_id = req_id and