Oracle EBS R12.2.6 JSP page call not happening properly

烂漫一生 提交于 2019-12-12 04:33:37

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!