DBA Data[Home] [Help]

APPS.XLA_RPT_UTIL_QRY_PKG SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 93

    select fcp.concurrent_program_name
    into l_component_name
    from fnd_concurrent_requests fcr,fnd_concurrent_programs_vl fcp
    where fcr.request_id = FND_GLOBAL.CONC_REQUEST_ID
    and fcr.concurrent_program_id = fcp.concurrent_program_id;