Wednesday, 30 October 2013

Calling Oracle APPS Form with parameter from OAF Page






1. Create Button as below
 2. set the Destination URL :

form:EAM:EAM_ASSET_MANAGEMENT:STANDARD:EAM_LUBRICANT_DETAILS:P_ACTIVITY_NAME="{@AssetActivity}"\P_ASSET_NUMBER="{@AssetNumber}"\P_CALLED_FROM="OAF"



//form:APPLICATION_SHORT_NAME:RESPONSIBILITY_KEY:DATA_GROUP_NAME:FORM_FUNCTION_NAME 


3. Set the View Instance name to VO of the parameter
    In  my case the  View Instance is WorkOrderDetailsVO

No comments:

Post a Comment