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.2 2008/08/04 15:00:43 amallik 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 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 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:

Line 678: END OE_ORDER_IMPORT_INTEROP_PUB;

674: END IF;
675:
676: END Get_Requisition_Header_Ids;
677:
678: END OE_ORDER_IMPORT_INTEROP_PUB;