DBA Data[Home] [Help]

APPS.PO_RETROACTIVE_PRICING_PVT dependencies on PO_SOURCING2_SV

Line 2447: PO_SOURCING2_SV.get_break_price

2443: FND_LOG.string(FND_LOG.LEVEL_EXCEPTION, l_module, 'Call get price break API ');
2444: END IF;
2445: END IF;
2446:
2447: PO_SOURCING2_SV.get_break_price
2448: ( p_api_version => 1.0
2449: , p_order_quantity => l_quantity
2450: , p_ship_to_org => l_ship_to_org_id
2451: , p_ship_to_loc => l_ship_to_location_id

Line 2487: l_new_price_override := po_sourcing2_sv.get_break_price(

2483: FND_LOG.string(FND_LOG.LEVEL_EXCEPTION, l_module, 'Call get price break API:old call ');
2484: END IF;
2485: END IF;
2486:
2487: l_new_price_override := po_sourcing2_sv.get_break_price(
2488: p_quantity,
2489: p_ship_to_organization_id,
2490: p_ship_to_location_id,
2491: p_po_line_id,