SELECT
fu.user_name CP_RUNBY
, to_char(fcr.request_date,'DD-Mon-YYYY') CP_RUNDATE
FROM
fnd_concurrent_requests fcr
, fnd_user fu
WHERE
fcr.requested_by =fu.user_id
AND fcr.request_id = fnd_global.conc_request_id
fu.user_name CP_RUNBY
, to_char(fcr.request_date,'DD-Mon-YYYY') CP_RUNDATE
FROM
fnd_concurrent_requests fcr
, fnd_user fu
WHERE
fcr.requested_by =fu.user_id
AND fcr.request_id = fnd_global.conc_request_id