DBA Data[Home] [Help]

APPS.PO_RETROACTIVE_PRICING_PVT dependencies on PO_SOURCING2_SV

Line 2474: PO_SOURCING2_SV.get_break_price

2470: FND_LOG.string(FND_LOG.LEVEL_EXCEPTION, l_module, 'Call get price break API ');
2471: END IF;
2472: END IF;
2473:
2474: PO_SOURCING2_SV.get_break_price
2475: ( p_api_version => 1.0
2476: , p_order_quantity => l_quantity
2477: , p_ship_to_org => l_ship_to_org_id
2478: , p_ship_to_loc => l_ship_to_location_id

Line 2517: l_new_price_override := po_sourcing2_sv.get_break_price(

2513: END IF;
2514: END IF;
2515:
2516: /*
2517: l_new_price_override := po_sourcing2_sv.get_break_price(
2518: p_quantity,
2519: p_ship_to_organization_id,
2520: p_ship_to_location_id,
2521: p_po_line_id,

Line 2529: PO_SOURCING2_SV.get_break_price

2525: 'RETRO'
2526: );
2527: */
2528:
2529: PO_SOURCING2_SV.get_break_price
2530: ( p_order_quantity => p_quantity
2531: , p_ship_to_org => p_ship_to_organization_id
2532: , p_ship_to_loc => p_ship_to_location_id
2533: , p_po_line_id => p_po_line_id