Query To find Concurrent Program Name, Phase Code And Status Code for a given Request ID
Query To find Concurrent Program Name, Phase Code And Status Code for a given Request ID: SELECT request_id,user_concurrent_program_name,Decode(phase_code, ‘C’, ‘Completed’,phase_code) phase_code,Decode(status_code, ‘D’, ‘Cancelled’,‘E’, ‘Error’,‘G’, ‘Warning’,‘H’, … Read more