DBA Data[Home] [Help]

APPS.PO_CHG_REQUEST_PVT dependencies on PO_SOURCING2_SV

Line 1558: x_price := po_sourcing2_sv.get_break_price(

1554: l_cumulative_flag := FALSE;
1555: END IF;
1556:
1557: if(p_po_change_requests(i).new_price is null) then
1558: x_price := po_sourcing2_sv.get_break_price(
1559: nvl(p_po_change_requests(i).new_quantity,p_po_change_requests(i).old_quantity),
1560: p_po_change_requests(i).ship_to_organization_id,
1561: p_po_change_requests(i).ship_to_location_id,
1562: p_po_change_requests(i).document_line_id,

Line 1665: x_price := po_sourcing2_sv.get_break_price(

1661: latest_external_flag='Y' and
1662: po_line_id = l_ga_lineId ;
1663:
1664: -- For Global Agreement refered Standard PO's x_cum_flag is always FALSE
1665: x_price := po_sourcing2_sv.get_break_price(
1666: l_total_qty, l_shipToOrg, l_shipToLoc, l_ga_lineId, x_cum_flag, l_needBydate, null);
1667:
1668: -- Post a line level change with the price returned from price break api
1669: