DBA Data[Home] [Help]

APPS.RCV_EXPRESS_SV dependencies on FND_MESSAGE

Line 441: X_message_text := fnd_message.get_string('PO',x_message_name);

437: /* Get the translated message for the
438: ** column that failed validation
439: */
440:
441: X_message_text := fnd_message.get_string('PO',x_message_name);
442:
443: --Bug#2869368.The error in htp call was causing error message not
444: --displayed on the browser for the receipt done through SSP.
445: --Added exception to handle this situation.

Line 448: x_output_message := fnd_message.get_string('PO','RCV_CONFIRM_ERRORS');

444: --displayed on the browser for the receipt done through SSP.
445: --Added exception to handle this situation.
446: Begin
447: if (x_first_error) then
448: x_output_message := fnd_message.get_string('PO','RCV_CONFIRM_ERRORS');
449: htp.teletype(x_output_message);
450: htp.nl;
451: htp.teletype('=============================================================================');
452: htp.nl;