DBA Data[Home] [Help]

APPS.XLA_RPT_UTIL_QRY_PKG dependencies on FND_CONCURRENT_REQUESTS

Line 95: from fnd_concurrent_requests fcr,fnd_concurrent_programs_vl fcp

91: BEGIN
92:
93: select fcp.concurrent_program_name
94: into l_component_name
95: from fnd_concurrent_requests fcr,fnd_concurrent_programs_vl fcp
96: where fcr.request_id = FND_GLOBAL.CONC_REQUEST_ID
97: and fcr.concurrent_program_id = fcp.concurrent_program_id;
98:
99: EXCEPTION