DBA Data[Home] [Help]

APPS.RCV_EXPRESS_SV dependencies on FND_MESSAGE

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

427: /* Get the translated message for the
428: ** column that failed validation
429: */
430:
431: X_message_text := fnd_message.get_string('PO',x_message_name);
432:
433: --Bug#2869368.The error in htp call was causing error message not
434: --displayed on the browser for the receipt done through SSP.
435: --Added exception to handle this situation.

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

434: --displayed on the browser for the receipt done through SSP.
435: --Added exception to handle this situation.
436: Begin
437: if (x_first_error) then
438: x_output_message := fnd_message.get_string('PO','RCV_CONFIRM_ERRORS');
439: htp.teletype(x_output_message);
440: htp.nl;
441: htp.teletype('=============================================================================');
442: htp.nl;