DBA Data[Home] [Help]

APPS.OE_DUAL_UOM_HOOK dependencies on OE_ORDER_LINES_ALL

Line 17: l_fulfillment_base oe_order_lines_all.fulfillment_base%type;

13: ( p_line_rec IN OE_Order_PUB.Line_Rec_Type
14: ) RETURN VARCHAR2
15: IS
16:
17: l_fulfillment_base oe_order_lines_all.fulfillment_base%type;
18: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
19: --
20: BEGIN
21:

Line 73: l_pricing_uom oe_order_lines_all.pricing_quantity_uom%type;

69: ( p_line_rec IN OE_Order_PUB.Line_Rec_Type
70: ) RETURN VARCHAR2
71: IS
72:
73: l_pricing_uom oe_order_lines_all.pricing_quantity_uom%type;
74: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
75: --
76: BEGIN
77: