DBA Data[Home] [Help]

APPS.OE_CONFIG_VALIDATION_PVT dependencies on OE_ORDER_CACHE

Line 682: OE_Order_Cache.Load_Item (l_inventory_item_id

678:
679: -- 4319370 Make sure the original item type is also option class
680: l_inventory_item_id := substr( p_options_tbl(I).component_code, instr(p_options_tbl(I).component_code, '-', -1)+1);
681: -- Load Item to check the original item type
682: OE_Order_Cache.Load_Item (l_inventory_item_id
683: ,g_ship_from_org_id);
684:
685: IF OE_ORDER_CACHE.g_item_rec.bom_item_type = 2 THEN
686:

Line 685: IF OE_ORDER_CACHE.g_item_rec.bom_item_type = 2 THEN

681: -- Load Item to check the original item type
682: OE_Order_Cache.Load_Item (l_inventory_item_id
683: ,g_ship_from_org_id);
684:
685: IF OE_ORDER_CACHE.g_item_rec.bom_item_type = 2 THEN
686:
687: l_no_child := Check_Option_Exist
688: ( p_component_code => p_options_tbl(I).component_code
689: ,p_options_tbl => p_options_tbl);