How to get a report's concurrent request id in a Oracle EBS report
Create a user parameter as P_CONC_REQUEST_ID, that is it. In your report, if you need to get the value of request id, just assign the value of P_CONC_REQUEST_ID to your variable, like this: v_request_id := :P_CONC_REQUEST_ID.
No comments:
Post a Comment