Query to find the output file name and path

SELECT outfile_name output_file_path
FROM
    fnd_concurrent_requests
WHERE
    request_id = :p_request_id