Why the Form Parameters is added to Apex URL when EBS 12.2.10 call Apex page
I have registered SSWA JSP Function for the Apex page, and enter fully Apex URL parameter "MFNDRPTA020:1:&APP_SESSION.:::1:GBL_RESP_ID:&GBL_RESP_ID." in the Parameters of Form tab in Functions, also I entered GWY.jsp?targetAppType=APEX&p=MFNDRPTA020:1::::1 into the HTML Call column of Web HTML tab.
Then, in EBS 12.1.3, I can use Form Parameters value to recombination the Apex URL when I click it in Apex platform, I also can call it in ERP menu when I setup the function to the ERP menu and responsibility.
But, when system is upgrade to EBS 12.2.10, I can't get right URL when I call Apex from ERP menu. it seems system pass Form Parameters value and HTML Call value to the URL(f?p=513:1:2352204852402:APP_SESSION.:::1:GBL_RESP_ID%3A%26p%3DMFNDRPTA020%3A1%3A%3A%3A%3A1%26MFNDRPTA020:1)