Error while calling an Oracle Form from OAF Page and pass parameters
I have a requirement to call a custom Oracle form from a OAF Page.
Using personalization I have created a button on the OAF page and have set its Destination function to
form:PO:XXOX_PO_SU_OCM_FG:STANDARD:XXOX_QTY_ADJ:BA_TYPE=BPA BA_VALUE=5307
BA_TYPE and BA_VALUE are two parameters defined on the Oracle form.
I am able to see th Button on the OAF page and when i click on it, it opens up the custom form.
The issue is that I am currenctly passing a hard coded value (5307) to the form parameter.