问题
in EBS 11i Instance there a Form Function 'CustomForm' - its WEB HTML call is defined as below
javascript:void window.open('OA_HTML/jsp/pol/log/xxcustom.jsp?xx_resp_id= [RESPONSIBILITY_ID]') --- this works fine in Oracle EBS 11i
so when we click the MENU associated with 'CustomForm' , xxcustom.jsp appears in new browser page and in that URL [RESPONSIBILITY_ID] is replaced with actual responsibility id value as shown below
http://isy900.bas.com:8042/OA_HTML/jsp/pol/log/xxcustom.jsp?xx_resp_id=12345'
but when i implement the same in R12.2.6 (Since I am working for 11i to R12 re-implementation) in the page URL
http://isy900.bas.com:8042/OA_HTML/jsp/pol/log/xxcustom.jsp?xx_resp_id=[RESPONSIBILITY_ID] ---Note the value is not appearing
How to achieve the same functionality in EBS R12.2.6 ?
来源:https://stackoverflow.com/questions/43423209/oracle-ebs-r12-2-6-jsp-page-call-not-happening-properly