SQL Query to Find Scheduled Concurrent Programs List
SELECT fcr.request_id , fcpt.user_concurrent_program_name || NVL2(fcr.description, ‘ (‘ || fcr.description || ‘)’, NULL) conc_prog , fu.user_name requestor , fu.description requested_by , fu.email_address , frt.responsibility_name requested_by_resp… Read More »SQL Query to Find Scheduled Concurrent Programs List