Display the Message Boxes in the Forms
1)Create the Message in Application Developer
2)Run the Concurrent Program called "Generate Messages" by passing language code and as well as application name
3)Call the message from form triggers by using FND_MESSAGE API's.
begin
FND_MESSAGE.SET_NAME ('PO', 'NEW MESSAGE');
fnd_message.show();
end;