DBA Data[Home] [Help]

APPS.MSC_WS_PROCESS SQL Statements

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

Line: 61

       select  request_id, phase_code, status_code
       from fnd_concurrent_requests
       connect by prior request_id = parent_request_id
       start with request_id = processId;