R12 - OAF/Oracle Forms Personalization - Passing encrypted parameters to OAF page from Oracle Forms.
Hi,
I have personalized a SPECIAL trigger on Oracle Forms to call an OAF page. This OAF page requires an encrypted parameter as it's input. The OAF page is a standard page. The page's form function is PON_NEG_SUMMARY. The encrypted parameter is 'AuctionId'
Could anyone let me know how to encrypt a parameter and send it to a OAF page from Oracle Forms?
I know that a parameter could be encrypted on OAF as {!attribute_name}, where attribute_name is an attribute in a view object. But I am stumped about how to pass an encrypted value from Oracle Forms.
I have personalized a SPECIAL trigger on Oracle Forms to call an OAF page. This OAF page requires an encrypted parameter as it's input. The OAF page is a standard page. The page's form function is PON_NEG_SUMMARY. The encrypted parameter is 'AuctionId'
Could anyone let me know how to encrypt a parameter and send it to a OAF page from Oracle Forms?
I know that a parameter could be encrypted on OAF as {!attribute_name}, where attribute_name is an attribute in a view object. But I am stumped about how to pass an encrypted value from Oracle Forms.
0