Opening View Request Form from Custom Form in Oracle Applications R12
I am trying to call 'View Request Form' from a button in the custom form.
I used the following code in when-button-pressed trigger
call_form('$FND_TOP/forms/US/FNDRSRUN.fmx', no_hide, no_replace, query_only);
but it is opening a Submit a new request form.
Can anyone please help?
Thanks,
Nidhi