DBA Data[Home] [Help]

APPS.PO_DOCUMENT_UPDATE_PVT dependencies on PO_PRICE_DIFFERENTIALS_PVT

Line 6873: PO_PRICE_DIFFERENTIALS_PVT.delete_price_differentials (

6869: l_ga_entity_id := p_chg.line_changes.c_from_line_id(i);
6870: END IF;
6871:
6872: -- Delete price differentials from Standard PO.
6873: PO_PRICE_DIFFERENTIALS_PVT.delete_price_differentials (
6874: p_entity_type => l_po_entity_type,
6875: p_entity_id => l_po_entity_id
6876: );
6877:

Line 6879: PO_PRICE_DIFFERENTIALS_PVT.default_price_differentials (

6875: p_entity_id => l_po_entity_id
6876: );
6877:
6878: -- Copy price differentials from GA to Standard PO.
6879: PO_PRICE_DIFFERENTIALS_PVT.default_price_differentials (
6880: p_from_entity_type => l_ga_entity_type,
6881: p_from_entity_id => l_ga_entity_id,
6882: p_to_entity_type => l_po_entity_type,
6883: p_to_entity_id => l_po_entity_id