DBA Data[Home] [Help]

APPS.OE_SHIP_CONFIRMATION_PUB dependencies on OE_ORDER_CACHE

Line 85: l_item_rec OE_ORDER_CACHE.item_rec_type;

81:
82: /* l_OPM_shipped_quantity NUMBER(19,9); -- INVCONV
83: l_OPM_shipping_quantity_uom VARCHAR2(4);
84: l_OPM_order_quantity_uom VARCHAR2(4); */
85: l_item_rec OE_ORDER_CACHE.item_rec_type;
86: l_status VARCHAR2(1);
87:
88: l_count NUMBER;
89: l_msg_data VARCHAR2(500);

Line 1508: l_item_rec OE_ORDER_CACHE.item_rec_type;

1504: ,p_handle_req_qty IN VARCHAR2 := 'N'
1505: ,p_index IN NUMBER )
1506: --,x_dual_item OUT NOCOPY VARCHAR2) INVCONV
1507: IS
1508: l_item_rec OE_ORDER_CACHE.item_rec_type;
1509: l_return_status VARCHAR2(1);
1510: l_primary_quantity NUMBER;
1511: l_validated_quantity NUMBER;
1512: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;