DBA Data[Home] [Help]

APPS.PO_DOCUMENT_UPDATE_PVT dependencies on PO_LINES_SV2

Line 5348: PO_LINES_SV2.retroactive_change(l_po_line_id);

5344:
5345: IF (l_retroactive_price_change = G_PARAMETER_YES) THEN
5346: -- Remember that this is a retroactive price change.
5347: g_retroactive_price_change := G_PARAMETER_YES;
5348: PO_LINES_SV2.retroactive_change(l_po_line_id);
5349: END IF;
5350:
5351: END IF; -- document type is standard PO
5352: -- Bug 3312906 END

Line 5873: PO_LINES_SV2.retro_change_shipment(l_line_location_id);

5869:
5870: IF (l_retroactive_price_change = G_PARAMETER_YES) THEN
5871: -- Remember that this is a retroactive price change.
5872: g_retroactive_price_change := G_PARAMETER_YES;
5873: PO_LINES_SV2.retro_change_shipment(l_line_location_id);
5874: END IF;
5875:
5876: END IF; -- document type is release
5877: -- Bug 3312906 END