Thursday 9 May 2013

How will you display debug message for testing the form you modified?


Fnd_message.set_string('Test Message' || NAME_IN ('line.request_date'));

fnd_message.show;

or fnd_message.error;

No comments:

Post a Comment