Hi Gurus,
I have a requirement to disable the alert message close icon completely from alert popup.
Alert popup raised through fnd_message.question command. this is code i used to show the alert message.
fnd_message.question(button1 => 'YES',
button2 => 'NO',
button3 => NULL,
default_btn => 1,
cancel_btn => 2,
icon => 'question');

we have a requirement to force the user entry rather than closing it completely. thanks in advance.
Regards,
karthik M