Oracle EBS - Deep Linking to bypass responsibility page
I know that we can use the fndvald.jsp to authenticate to the EBS environment by passing username and password. That works quite successfully even through and into R12.
So I know noticed that if I know the FUNCTION_ID, RESP_ID, and RESP_APPL_ID... I can use the url https://{subdomain}.oracle.com/OA_HTML/RF.jsp?function_id=xxxx&resp_id=xxxx&resp_appl_id=xxxx once I am authenticated and sitting on the landing page i.e. Responsibility page. Using that URL string (assuming I know the values) I can navigate without clicking links.
What we are needing is deep linking that bypasses the Responsibility page and launches the menu prompts (function) below a respective responsibility i.e. Pay Slip in order to reduce the number of click through required for the user since our EBS Environment is an extension of our custom Corporate Intranet. We do not use Oracle Portal or portlets.
0