DBA Data[Home] [Help]

APPS.ONT_ICP_PROCESS_PACKAGE dependencies on OE_ORDER_CACHE

Line 11: x_item_rec OE_ORDER_CACHE.item_rec_type;

7: /*
8: function is_process_item(p_inventory_item_id in number,
9: p_ship_from_org_id in number) return number is
10: dummy_for_x char(1);
11: x_item_rec OE_ORDER_CACHE.item_rec_type;
12: --
13: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
14: --
15: begin

Line 16: x_item_rec := OE_Order_Cache.Load_Item (p_inventory_item_id

12: --
13: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
14: --
15: begin
16: x_item_rec := OE_Order_Cache.Load_Item (p_inventory_item_id
17: ,p_ship_from_org_id);
18:
19: IF x_item_rec.process_warehouse_flag = 'Y' AND
20: x_item_rec.dualum_ind in (0,1,2,3) THEN

Line 137: l_item_rec OE_Order_Cache.item_rec_type ;

133: x_wms_enabled_flag OUT NOCOPY VARCHAR2
134: )
135: IS
136: l_debug_level constant NUMBER := oe_debug_pub.g_debug_level ;
137: l_item_rec OE_Order_Cache.item_rec_type ;
138: BEGIN
139:
140: /* if both inventory_item_id and ship_from_org_id are passed then
141: check id the item is dual_uom/grade controlled */

Line 148: l_item_rec := OE_Order_Cache.Load_Item( p_key1 => p_inventory_item_id

144: --p_ship_from_org_id IS NOT NULL and
145: --p_ship_from_org_id <> FND_API.G_MISS_NUM
146: )
147: THEN
148: l_item_rec := OE_Order_Cache.Load_Item( p_key1 => p_inventory_item_id
149: ,p_key2 => p_ship_from_org_id
150: ,p_key3 => p_org_id) ;
151: if (l_debug_level >0 ) then
152: oe_debug_pub.add('Entering dual_uom_and_grade_control - tracking_quantity_ind ='||