DBA Data[Home] [Help]

APPS.PO_INTERFACE_S dependencies on PO_SOURCING2_SV

Line 4090: PO_SOURCING2_SV.get_break_price

4086:
4087: l_progress := '350';
4088: --
4089: --
4090: PO_SOURCING2_SV.get_break_price
4091: ( p_api_version => 1.0
4092: , p_order_quantity => x_quantity
4093: , p_ship_to_org => interface.destination_organization_id
4094: , p_ship_to_loc => get_ship_to_loc(interface.deliver_to_location_id)

Line 4955: PO_SOURCING2_SV.get_min_shipment_num(x_po_line_id,l_min_shipment_num);

4951: -- We get the pricing criteria from the min shipment if the grouping
4952: -- profiles are set such that multiple shipments get created when
4953: -- need by or ship to info are different on different lines.
4954:
4955: PO_SOURCING2_SV.get_min_shipment_num(x_po_line_id,l_min_shipment_num);
4956:
4957: l_progress := '560';
4958: BEGIN
4959: select poll.ship_to_location_id,

Line 4995: PO_SOURCING2_SV.get_break_price

4991: END IF;
4992:
4993: l_progress := '580';
4994: --
4995: PO_SOURCING2_SV.get_break_price
4996: ( p_api_version => 1.0
4997: , p_order_quantity => x_quantity + nvl(l_db_quantity,0)
4998: , p_ship_to_org => l_ship_to_org -- Bug 3201308
4999: , p_ship_to_loc => l_ship_to_loc -- Bug 3201308

Line 6071: x_price := po_sourcing2_sv.get_break_price(

6067:
6068:
6069: /* */
6070: /* Changed the parameter sysdate to interface.need_by_date */
6071: x_price := po_sourcing2_sv.get_break_price(
6072: x_ship_qty,
6073: interface.destination_organization_id,
6074: x_ship_to_location_id,
6075: x_po_line_id,