DBA Data[Home] [Help]

APPS.OE_CONTRACTS_UTIL dependencies on OE_ID_TO_VALUE

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

2444: ));
2445:
2446: IF l_debug_level > 0 THEN
2447: oe_debug_pub.add('l_master_org_id: ' || l_master_org_id, 3);
2448: oe_debug_pub.add('mapping non-INT item to INT item, Calling OE_Id_To_Value.Ordered_Item ', 3);
2449: END IF;
2450:
2451: --map non-INT item to INT item
2452: OE_Id_To_Value.Ordered_Item (

Line 2452: OE_Id_To_Value.Ordered_Item (

2448: oe_debug_pub.add('mapping non-INT item to INT item, Calling OE_Id_To_Value.Ordered_Item ', 3);
2449: END IF;
2450:
2451: --map non-INT item to INT item
2452: OE_Id_To_Value.Ordered_Item (
2453: p_item_identifier_type => c_get_items_rec.item_identifier_type,
2454: p_inventory_item_id => c_get_items_rec.inventory_item_id,
2455: p_organization_id => l_master_org_id,
2456: p_ordered_item_id => c_get_items_rec.ordered_item_id,