Total Pageviews

Monday, 27 February 2023

EBS: Oracle Forms : How to display message from database to Oracle Forms

 How to display message from database to Oracle Forms


User below code to print message in oracle forms


       fnd_message.set_name ('FND', 'FND_GENERIC_MESSAGE');
       fnd_message.set_token ('MESSAGE', 'Record already exists');
       fnd_message.raise_error; 

No comments:

Post a Comment

FUSION : BIP Reports Multiple Parameter Selection

How to make parameter multiple value selection in FUSION BIP REPORT    AND ( least(:P_PR_NUMBER) is null   or   prha.requisition_header_id i...