DBA Data[Home] [Help]

APPS.IRC_DOCUMENT_API dependencies on FND_MSG_PUB

Line 940: fnd_msg_pub.add_detail

936: ,'unable to process'
937: ,dbms_utility.format_error_stack);
938: end if;
939: fnd_message.set_name('PER', 'IRC_UNABLE_TO_INDEX_DOC');
940: fnd_msg_pub.add_detail
941: (p_message_type => 'I'
942: );
943: end process_document;
944: --

Line 1071: fnd_msg_pub.add_detail

1067: end if;
1068: hr_utility.log_at_error_level('per','get_html_preview','unable to preview'
1069: ,dbms_utility.format_error_stack);
1070: fnd_message.set_name('PER', 'IRC_UNABLE_TO_PREVIEW_DOC');
1071: fnd_msg_pub.add_detail
1072: (p_message_type => 'W'
1073: );
1074: return l_output_clob;
1075: