Call Oracle form through OAF personalization (Button) with form parameter

Step1- Set OAF personalization profile.

Profile NameValue
FND: Personalization Region Link EnabledYes
Personalize Self-Service DefnYes
Disable Self-Service PersonalNo

Step2- Create New Item(Button) on OAF page

Step3- Enter mandatory fields

Step4- Destination URI field value-

form:<responsibilityApplicationShortName>:<responsibilityKey>:<securityGroupKey>:<FORM_NAME>:param1={#<PARAMETER1>}

Ex– form:FND:FNDWF_USER_WEB:STANDARD:ATCPOINDDUPPRDTLS:param1={#RequisitionHeaderId}

Step5- Save it

Go to Notification page and click on “Project PR Details” button, It will open oracle form and display values based on parameter.