DBA Data[Home] [Help]

APPS.GML_READ_IC_B dependencies on GML_READ_IC_B

Line 1: PACKAGE BODY GML_READ_IC_B AS

1: PACKAGE BODY GML_READ_IC_B AS
2: /* $Header: GMLRITMB.pls 115.5 2002/03/18 11:38:43 pkm ship $ */
3:
4: /*##########################################################################
5: #

Line 42: oe_debug_pub.add('OPM - Entering GML_READ_IC_B.read_price_qty_source', 5);

38:
39:
40: BEGIN
41:
42: oe_debug_pub.add('OPM - Entering GML_READ_IC_B.read_price_qty_source', 5);
43:
44:
45: OPEN c_opm_item( p_ship_from_org_id
46: , p_inventory_item_id);

Line 62: END GML_READ_IC_B;

58: RETURN (0);
59:
60: END read_price_qty_source;
61:
62: END GML_READ_IC_B;