DBA Data[Home] [Help]

APPS.PO_DOCUMENT_UPDATE_PVT dependencies on PO_SOURCING2_SV

Line 4042: PO_SOURCING2_SV.get_break_price(

4038:
4039: -- True if price break type is CUMULATIVE, false otherwise:
4040: l_cumulative_flag := (l_price_break_type = 'CUMULATIVE');
4041:
4042: PO_SOURCING2_SV.get_break_price(
4043: p_api_version => 1.0,
4044: p_order_quantity => l_quantity,
4045: p_ship_to_org => l_ship_to_org_id,
4046: p_ship_to_loc => l_ship_to_location_id,

Line 4180: PO_SOURCING2_SV.get_break_price

4176: AND POL.po_line_id = PLL.po_line_id -- JOIN
4177: --
4178: AND POH.po_header_id = POL.po_header_id;
4179:
4180: PO_SOURCING2_SV.get_break_price
4181: ( p_api_version => 1.0
4182: , p_order_quantity => l_quantity
4183: , p_ship_to_org => l_ship_to_org_id
4184: , p_ship_to_loc => l_ship_to_location_id

Line 4247: PO_SOURCING2_SV.get_min_shipment_num (

4243: ) RETURN NUMBER IS
4244: l_min_shipment_num NUMBER;
4245: l_line_location_id NUMBER;
4246: BEGIN
4247: PO_SOURCING2_SV.get_min_shipment_num (
4248: p_po_line_id => p_po_line_id,
4249: x_min_shipment_num => l_min_shipment_num
4250: );
4251: