How to pass a parameter from a seeded OA framework to a custom OA framework page
I am trying to pass information from a seeded page to a custom OA framework page. I am using personalization on the seeded page /oracle/apps/asn/common/customer/webui/OrgViewPG to create a button that has a Destination URI of OA.jsp?OAFunc=XX_CS_SR_QUERY&CustName={@OrganizationName}. XX_CS_SR_QUERY is the Oracle Apps function that I am calling, CustName is the name of the parameter and OrganizationName is the name of the field on the OrgViewPG that I want to pass. When I do this, the custom page is displayed, and the parameter is in the URL, but there is no value.