DBA Data[Home] [Help]

APPS.PO_AUTO_LINE_PROCESS_PVT dependencies on PO_SOURCING2_SV

Line 2526: PO_SOURCING2_SV.get_break_price ( p_api_version => 1.0 ,

2522:
2523: l_progress := '310';
2524: --
2525: --
2526: PO_SOURCING2_SV.get_break_price ( p_api_version => 1.0 ,
2527: p_order_quantity => x_quantity ,
2528: p_ship_to_org => p_lines.dest_organization_id_tbl(i) ,
2529: p_ship_to_loc => po_autocreate_mainproc_pvt.get_ship_to_loc(p_lines.deliver_to_loc_id_tbl(i)) ,
2530: p_po_line_id => p_lines.from_line_id_tbl(i) ,

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

3177: -- We get the pricing criteria from the min shipment if the grouping
3178: -- profiles are set such that multiple shipments get created when
3179: -- need by or ship to info are different on different lines.
3180:
3181: PO_SOURCING2_SV.get_min_shipment_num(x_po_line_id,l_min_shipment_num);
3182:
3183: l_progress := '560';
3184: BEGIN
3185: select poll.ship_to_location_id,

Line 3247: PO_SOURCING2_SV.get_break_price

3243: END IF;
3244:
3245: l_progress := '580';
3246: --
3247: PO_SOURCING2_SV.get_break_price
3248: ( p_api_version => 1.0
3249: , p_order_quantity => x_quantity + nvl(l_db_quantity,0)
3250: , p_ship_to_org => l_ship_to_org
3251: , p_ship_to_loc => l_ship_to_loc