DBA Data[Home] [Help]

APPS.OE_ORDER_IMPORT_INTEROP_PUB dependencies on OE_ORDER_IMPORT_INTEROP_PUB

Line 1: PACKAGE BODY OE_ORDER_IMPORT_INTEROP_PUB AS

1: PACKAGE BODY OE_ORDER_IMPORT_INTEROP_PUB AS
2: /* $Header: OEXPIMIB.pls 120.4.12010000.4 2009/12/23 07:25:29 spothula ship $ */
3:
4: /*
5: ---------------------------------------------------------------

Line 7: -- API name OE_ORDER_IMPORT_INTEROP_PUB

3:
4: /*
5: ---------------------------------------------------------------
6: -- Start of Comments
7: -- API name OE_ORDER_IMPORT_INTEROP_PUB
8: -- Type Public
9: -- Purpose To support PO's existing functionality.
10: -- Function
11: -- Pre-reqs

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 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:

Line 706: END OE_ORDER_IMPORT_INTEROP_PUB;

702: END IF;
703:
704: END Get_Requisition_Header_Ids;
705:
706: END OE_ORDER_IMPORT_INTEROP_PUB;