Using form personalization we can show custom message on defined actions.
To show the different message content based on the form data, we can use form personalization.
Create a PL/SQL function
>> Return different message based on predefined rules (conditions)
Function –
xxx_pkg.getmessage(param1 VARCHAR2) return VARCHAR2
IS
BEGIN
If param1 = 1 THEN return ‘Sandeep’ end if;
If param1 =2 THEN return ‘OAL’ END IF;
EXCEPTION
Return ‘Exception in custom program’
END ;
>>> Create a form personalization to display message
Hi, thanks for sharing the details. Is it possible to display the warning pop message with dynamic values in tabular form or atleast a row wise data. I have a requirement to display the data from a table in a pop message, which may return n number of rows based on the input conditions trigger.
ReplyDeletePlease advise.
Regards,
Gautam
I have read your blog its very attractive and impressive
ReplyDeleteOracle Apps Technical Training in Bangalore