DBA Data[Home] [Help]

APPS.IRC_DOCUMENT_API dependencies on FND_MESSAGE

Line 963: fnd_message.set_name('PER', 'IRC_UNABLE_TO_INDEX_DOC');

959: ,'irc_document_api.process_document'
960: ,'unable to process'
961: ,dbms_utility.format_error_stack);
962: end if;
963: fnd_message.set_name('PER', 'IRC_UNABLE_TO_INDEX_DOC');
964: fnd_msg_pub.add_detail
965: (p_message_type => 'I'
966: );
967: end process_document;

Line 1097: fnd_message.set_name('PER', 'IRC_UNABLE_TO_PREVIEW_DOC');

1093: ,dbms_utility.format_error_stack);
1094: end if;
1095: hr_utility.log_at_error_level('per','get_html_preview','unable to preview'
1096: ,dbms_utility.format_error_stack);
1097: fnd_message.set_name('PER', 'IRC_UNABLE_TO_PREVIEW_DOC');
1098: fnd_msg_pub.add_detail
1099: (p_message_type => 'W'
1100: );
1101: return l_output_clob;