DBA Data[Home] [Help]

APPS.PO_DOCUMENT_UPDATE_PVT dependencies on PO_SOURCING2_SV

Line 4079: PO_SOURCING2_SV.get_break_price(

4075:
4076: -- True if price break type is CUMULATIVE, false otherwise:
4077: l_cumulative_flag := (l_price_break_type = 'CUMULATIVE');
4078:
4079: PO_SOURCING2_SV.get_break_price(
4080: p_api_version => 1.0,
4081: p_order_quantity => l_quantity,
4082: p_ship_to_org => l_ship_to_org_id,
4083: p_ship_to_loc => l_ship_to_location_id,

Line 4217: PO_SOURCING2_SV.get_break_price

4213: AND POL.po_line_id = PLL.po_line_id -- JOIN
4214: --
4215: AND POH.po_header_id = POL.po_header_id;
4216:
4217: PO_SOURCING2_SV.get_break_price
4218: ( p_api_version => 1.0
4219: , p_order_quantity => l_quantity
4220: , p_ship_to_org => l_ship_to_org_id
4221: , p_ship_to_loc => l_ship_to_location_id

Line 4284: PO_SOURCING2_SV.get_min_shipment_num (

4280: ) RETURN NUMBER IS
4281: l_min_shipment_num NUMBER;
4282: l_line_location_id NUMBER;
4283: BEGIN
4284: PO_SOURCING2_SV.get_min_shipment_num (
4285: p_po_line_id => p_po_line_id,
4286: x_min_shipment_num => l_min_shipment_num
4287: );
4288: