DBA Data[Home] [Help]

APPS.PO_REQCHANGEREQUESTNOTIF_PVT dependencies on PO_SOURCING2_SV

Line 4090: -- PO_SOURCING2_SV.get_break_price shouldn't be called if both l_from_line_id and l_contract_id are null.

4086: prl.line_location_id = p_line_location_id;
4087:
4088: -- bug 5504366
4089: -- Req with source document can be created into SPO without any source document;
4090: -- PO_SOURCING2_SV.get_break_price shouldn't be called if both l_from_line_id and l_contract_id are null.
4091:
4092: IF (l_get_pb_info%FOUND and l_blanket_header_id is not null and (l_from_line_id is not null or l_contract_id is not null) ) THEN
4093:
4094: IF (l_retropricing = 'ALL_RELEASES') THEN

Line 4114: PO_SOURCING2_SV.get_break_price

4110: end if;
4111:
4112: IF (l_call_price_break) THEN
4113: -- call PO price break function
4114: PO_SOURCING2_SV.get_break_price
4115: ( p_api_version => 1.0
4116: , p_order_quantity => l_line_total_qty
4117: , p_ship_to_org => p_org_id
4118: , p_ship_to_loc => l_ship_to_loc_id

Line 4222: PO_SOURCING2_SV.get_break_price(

4218: end if;
4219:
4220: IF (l_call_price_break) THEN
4221:
4222: PO_SOURCING2_SV.get_break_price(
4223: p_api_version => 1.0,
4224: p_order_quantity => l_release_shipment_quantity,
4225: p_ship_to_org => p_org_id,
4226: p_ship_to_loc => l_ship_to_loc_id,