DBA Data[Home] [Help]

APPS.PO_RCO_VALIDATION_PVT dependencies on PO_SOURCING2_SV

Line 4477: l_new_price := po_sourcing2_sv.get_break_price(

4473: l_new_need_by_date := l_old_need_by_date;
4474: END;
4475:
4476: IF(l_price_break = 'Y') THEN
4477: l_new_price := po_sourcing2_sv.get_break_price(
4478: x_order_quantity => l_new_quantity,
4479: x_ship_to_org => l_ship_to_org_id,
4480: x_ship_to_loc => l_ship_to_loc_id,
4481: x_po_line_id => l_line_id,