DBA Data[Home] [Help]

APPS.OE_ORDER_IMPORT_INTEROP_PUB dependencies on OE_MSG_PUB

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

644:
645: EXCEPTION
646: WHEN OTHERS THEN
647: oe_debug_pub.add('Unexpected error: '||sqlerrm);
648: If oe_msg_pub.check_msg_level(oe_msg_pub.g_msg_lvl_unexp_error) Then
649: x_return_status := fnd_api.g_ret_sts_unexp_error;
650: oe_msg_pub.add_exc_Msg (g_pkg_name, 'oe_order_import_interop_pub');
651: END IF;
652:

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

646: WHEN OTHERS THEN
647: oe_debug_pub.add('Unexpected error: '||sqlerrm);
648: If oe_msg_pub.check_msg_level(oe_msg_pub.g_msg_lvl_unexp_error) Then
649: x_return_status := fnd_api.g_ret_sts_unexp_error;
650: oe_msg_pub.add_exc_Msg (g_pkg_name, 'oe_order_import_interop_pub');
651: END IF;
652:
653: END Get_Line_Id;
654: -- End }

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

696: WHEN OTHERS THEN
697: IF l_debug_level > 0 THEN
698: oe_debug_pub.add('Unexpected error: '||sqlerrm);
699: END IF;
700: If oe_msg_pub.check_msg_level(oe_msg_pub.g_msg_lvl_unexp_error) Then
701: oe_msg_pub.add_exc_Msg (g_pkg_name, 'oe_order_import_interop_pub');
702: END IF;
703:
704: END Get_Requisition_Header_Ids;

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

697: IF l_debug_level > 0 THEN
698: oe_debug_pub.add('Unexpected error: '||sqlerrm);
699: END IF;
700: If oe_msg_pub.check_msg_level(oe_msg_pub.g_msg_lvl_unexp_error) Then
701: oe_msg_pub.add_exc_Msg (g_pkg_name, 'oe_order_import_interop_pub');
702: END IF;
703:
704: END Get_Requisition_Header_Ids;
705: