How To Use SRW.USER_EXIT('FND SRWINIT') and SRW.USER_EXIT(‘FND SRWEXIT’) In Oracle Reports
Note:-(Use these steps everytime when you create a new report)
Step-1:-
Go to Before Report Trigger in your .rdf
Put the following code in the Before Report Trigger:-
SRW.USER_EXIT('FND SRWINIT')
Compile and close the trigger.
Step 2:-
Go to After Report Trigger your .rdf
Put the following code in the After Report Trigger:-
SRW.USER_EXIT('FND SRWEXIT')
Compile and close the trigger.
Step 3:-
Create a User Parameter P_CONC_REQUEST_ID of TYPE Number
No comments:
Post a Comment