Using FND_MESSAGE in OAF Page
Define message in application:
You can use Application Developer - Message to create a message text. Alternatively using Functional administrator - Core Services - Messages you can create a new message as well.
![]() |
Define Message |
throw new OAException("<APPLICATION SHORT NAME>", "<MESSAGE_CODE>", null, OAException.ERROR, null);
This will show an Error message as long as the conditions are met on the page.
No comments:
Post a Comment