Home » Developer & Programmer » Forms » Oracle Forms Printing Message Token (Oracle Apps 11.5.10.2)
Oracle Forms Printing Message Token [message #638169] Fri, 05 June 2015 01:12 Go to next message
vaibhav15211
Messages: 38
Registered: August 2012
Location: Hyderabad
Member
Hello,

I have added 2 messages from application developer and added them to a form, when I am running the form, in place of message body it is displaying the message name.
I have run the Generate Messages program also.

Now I am not sure whether the issue is with the message part or the Forms part.

Please suggest.

Thanks,
Vaibhav
Re: Oracle Forms Printing Message Token [message #638177 is a reply to message #638169] Fri, 05 June 2015 02:31 Go to previous messageGo to next message
cookiemonster
Messages: 13920
Registered: September 2008
Location: Rainy Manchester
Senior Member
We're not sure either since you have told us nothing about the code you used to do this.
Re: Oracle Forms Printing Message Token [message #638179 is a reply to message #638177] Fri, 05 June 2015 04:32 Go to previous message
vaibhav15211
Messages: 38
Registered: August 2012
Location: Hyderabad
Member
I have defined the message XXX_XX_ABC_SD_121_HOLD_CHECK in Application Developer and ran the Generate Message Program after that.

The following loc is used to display the message:

FND_MESSAGE.set_name('XXX','XXX_XX_ABC_SD_121_HOLD_CHECK');
FND_MESSAGE.set_token('LINE_NUMBER',lc_line_number);
FND_MESSAGE.set_token('TERM_DATE',:HEADER.termination_date);
ln_pressed := FND_MESSAGE.question(
button1 => 'Confirmed'
,button2 => 'Cancel'
,button3 => ''
,default_btn => 2
,cancel_btn => 2
);
Previous Topic: How to Run Report from menu.MMB in Forms & Reports 10g
Next Topic: On the Form how to show row count and total number of records in a multi record block?
Goto Forum:
  


Current Time: Tue Apr 23 20:47:20 CDT 2024