Oracle E- Biz Form Personalization [message #490708] |
Wed, 26 January 2011 20:02 |
aryanna
Messages: 44 Registered: July 2007
|
Member |
|
|
Hi,
I need a light.
I need to do fp on Firm Content for Shipping Transaction From but the condition is a bit complex.
I need to display diffrence warn msg depending on the business org. which i see like this
if (org= EMEA) then
msg('EMEA MSG')
Elsif)( org =APJ) then
Msg ('APJ MSG')'
......
The fp for Firm Content is almost 20 Function. I don't think the best solution is to duplicate this set of function into every org.
Any better idea to resolve this?
Thanks,
|
|
|