DBA Data[Home] [Help]

APPS.PO_INTERFACE_S dependencies on PO_SOURCING2_SV

Line 3721: PO_SOURCING2_SV.get_break_price

3717:
3718: l_progress := '350';
3719: --
3720: --
3721: PO_SOURCING2_SV.get_break_price
3722: ( p_api_version => 1.0
3723: , p_order_quantity => x_quantity
3724: , p_ship_to_org => interface.destination_organization_id
3725: , p_ship_to_loc => get_ship_to_loc(interface.deliver_to_location_id)

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

4522: -- We get the pricing criteria from the min shipment if the grouping
4523: -- profiles are set such that multiple shipments get created when
4524: -- need by or ship to info are different on different lines.
4525:
4526: PO_SOURCING2_SV.get_min_shipment_num(x_po_line_id,l_min_shipment_num);
4527:
4528: l_progress := '560';
4529: BEGIN
4530: select poll.ship_to_location_id,

Line 4566: PO_SOURCING2_SV.get_break_price

4562: END IF;
4563:
4564: l_progress := '580';
4565: --
4566: PO_SOURCING2_SV.get_break_price
4567: ( p_api_version => 1.0
4568: , p_order_quantity => x_quantity + nvl(l_db_quantity,0)
4569: , p_ship_to_org => l_ship_to_org -- Bug 3201308
4570: , p_ship_to_loc => l_ship_to_loc -- Bug 3201308

Line 5594: x_price := po_sourcing2_sv.get_break_price(

5590:
5591:
5592: /* */
5593: /* Changed the parameter sysdate to interface.need_by_date */
5594: x_price := po_sourcing2_sv.get_break_price(
5595: x_ship_qty,
5596: interface.destination_organization_id,
5597: x_ship_to_location_id,
5598: x_po_line_id,