DBA Data[Home] [Help]

APPS.PO_CHG_REQUEST_PVT dependencies on PO_SOURCING2_SV

Line 1685: x_price := po_sourcing2_sv.get_break_price(

1681: l_cumulative_flag := FALSE;
1682: END IF;
1683:
1684: if(p_po_change_requests(i).new_price is null) then
1685: x_price := po_sourcing2_sv.get_break_price(
1686: nvl(p_po_change_requests(i).new_quantity,p_po_change_requests(i).old_quantity),
1687: p_po_change_requests(i).ship_to_organization_id,
1688: p_po_change_requests(i).ship_to_location_id,
1689: p_po_change_requests(i).document_line_id,

Line 1812: x_price := po_sourcing2_sv.get_break_price(

1808: latest_external_flag='Y' and
1809: po_line_id = l_ga_lineId ;
1810:
1811: -- For Global Agreement refered Standard PO's x_cum_flag is always FALSE
1812: x_price := po_sourcing2_sv.get_break_price(
1813: l_total_qty, l_shipToOrg, l_shipToLoc, l_ga_lineId, x_cum_flag, l_needBydate, null);
1814:
1815: -- Post a line level change with the price returned from price break api
1816: