DBA Data[Home] [Help]

APPS.PO_DOCUMENT_UPDATE_PVT dependencies on PO_LINES_SV2

Line 5393: PO_LINES_SV2.retroactive_change(l_po_line_id);

5389:
5390: IF (l_retroactive_price_change = G_PARAMETER_YES) THEN
5391: -- Remember that this is a retroactive price change.
5392: g_retroactive_price_change := G_PARAMETER_YES;
5393: PO_LINES_SV2.retroactive_change(l_po_line_id);
5394: END IF;
5395:
5396: END IF; -- document type is standard PO
5397: -- Bug 3312906 END

Line 5923: PO_LINES_SV2.retro_change_shipment(l_line_location_id);

5919:
5920: IF (l_retroactive_price_change = G_PARAMETER_YES) THEN
5921: -- Remember that this is a retroactive price change.
5922: g_retroactive_price_change := G_PARAMETER_YES;
5923: PO_LINES_SV2.retro_change_shipment(l_line_location_id);
5924: END IF;
5925:
5926: END IF; -- document type is release
5927: -- Bug 3312906 END