DBA Data[Home] [Help]

APPS.OE_CONTRACTS_UTIL dependencies on OE_ID_TO_VALUE

Line 2439: oe_debug_pub.add('mapping non-INT item to INT item, Calling OE_Id_To_Value.Ordered_Item ', 3);

2435: ));
2436:
2437: IF l_debug_level > 0 THEN
2438: oe_debug_pub.add('l_master_org_id: ' || l_master_org_id, 3);
2439: oe_debug_pub.add('mapping non-INT item to INT item, Calling OE_Id_To_Value.Ordered_Item ', 3);
2440: END IF;
2441:
2442: --map non-INT item to INT item
2443: OE_Id_To_Value.Ordered_Item (

Line 2443: OE_Id_To_Value.Ordered_Item (

2439: oe_debug_pub.add('mapping non-INT item to INT item, Calling OE_Id_To_Value.Ordered_Item ', 3);
2440: END IF;
2441:
2442: --map non-INT item to INT item
2443: OE_Id_To_Value.Ordered_Item (
2444: p_item_identifier_type => c_get_items_rec.item_identifier_type,
2445: p_inventory_item_id => c_get_items_rec.inventory_item_id,
2446: p_organization_id => l_master_org_id,
2447: p_ordered_item_id => c_get_items_rec.ordered_item_id,