DBA Data[Home] [Help]

APPS.OE_ORDER_IMPORT_INTEROP_PUB dependencies on OE_MSG_PUB

Line 620: If oe_msg_pub.check_msg_level(oe_msg_pub.g_msg_lvl_unexp_error) Then

616:
617: EXCEPTION
618: WHEN OTHERS THEN
619: oe_debug_pub.add('Unexpected error: '||sqlerrm);
620: If oe_msg_pub.check_msg_level(oe_msg_pub.g_msg_lvl_unexp_error) Then
621: x_return_status := fnd_api.g_ret_sts_unexp_error;
622: oe_msg_pub.add_exc_Msg (g_pkg_name, 'oe_order_import_interop_pub');
623: END IF;
624:

Line 622: oe_msg_pub.add_exc_Msg (g_pkg_name, 'oe_order_import_interop_pub');

618: WHEN OTHERS THEN
619: oe_debug_pub.add('Unexpected error: '||sqlerrm);
620: If oe_msg_pub.check_msg_level(oe_msg_pub.g_msg_lvl_unexp_error) Then
621: x_return_status := fnd_api.g_ret_sts_unexp_error;
622: oe_msg_pub.add_exc_Msg (g_pkg_name, 'oe_order_import_interop_pub');
623: END IF;
624:
625: END Get_Line_Id;
626: -- End }

Line 672: If oe_msg_pub.check_msg_level(oe_msg_pub.g_msg_lvl_unexp_error) Then

668: WHEN OTHERS THEN
669: IF l_debug_level > 0 THEN
670: oe_debug_pub.add('Unexpected error: '||sqlerrm);
671: END IF;
672: If oe_msg_pub.check_msg_level(oe_msg_pub.g_msg_lvl_unexp_error) Then
673: oe_msg_pub.add_exc_Msg (g_pkg_name, 'oe_order_import_interop_pub');
674: END IF;
675:
676: END Get_Requisition_Header_Ids;

Line 673: oe_msg_pub.add_exc_Msg (g_pkg_name, 'oe_order_import_interop_pub');

669: IF l_debug_level > 0 THEN
670: oe_debug_pub.add('Unexpected error: '||sqlerrm);
671: END IF;
672: If oe_msg_pub.check_msg_level(oe_msg_pub.g_msg_lvl_unexp_error) Then
673: oe_msg_pub.add_exc_Msg (g_pkg_name, 'oe_order_import_interop_pub');
674: END IF;
675:
676: END Get_Requisition_Header_Ids;
677: