DBA Data[Home] [Help]

APPS.OE_ORDER_SCH_UTIL dependencies on OE_ID_TO_VALUE

Line 2882: FND_MESSAGE.SET_TOKEN('ACTION',OE_Id_To_Value.Inventory_Item(p_line_rec.inventory_item_id));

2878: IF l_debug_level > 0 THEN
2879: oe_debug_pub.add( 'INSIDE CONFIG ITEM...RESERVED QTY CHANGED' , 1 ) ;
2880: END IF;
2881: FND_MESSAGE.SET_NAME('ONT','OE_INVALID_ACTION');
2882: FND_MESSAGE.SET_TOKEN('ACTION',OE_Id_To_Value.Inventory_Item(p_line_rec.inventory_item_id));
2883: OE_MSG_PUB.Add;
2884: l_return_status := FND_API.G_RET_STS_ERROR;
2885: END IF;
2886: -- Bug 2314463 End

Line 7659: OE_ID_TO_VALUE.Ordered_Item

7655: l_organization_id := OE_Sys_Parameters.VALUE('MASTER_ORGANIZATION_ID');
7656: --to fix bug 2795033,passing below l_line_rec.ordered_item instead of
7657: --l_line_rec.Original_ordered_item
7658:
7659: OE_ID_TO_VALUE.Ordered_Item
7660: (p_Item_Identifier_type => l_line_rec.item_identifier_type
7661: ,p_inventory_item_id => l_line_rec.inventory_item_id
7662: ,p_organization_id => l_organization_id
7663: ,p_ordered_item_id => l_line_rec.ordered_item_id