DBA Data[Home] [Help]

APPS.PO_DOCUMENT_UPDATE_PVT dependencies on PO_PRICE_DIFFERENTIALS_PVT

Line 6985: PO_PRICE_DIFFERENTIALS_PVT.delete_price_differentials (

6981: l_ga_entity_id := p_chg.line_changes.c_from_line_id(i);
6982: END IF;
6983:
6984: -- Delete price differentials from Standard PO.
6985: PO_PRICE_DIFFERENTIALS_PVT.delete_price_differentials (
6986: p_entity_type => l_po_entity_type,
6987: p_entity_id => l_po_entity_id
6988: );
6989:

Line 6991: PO_PRICE_DIFFERENTIALS_PVT.default_price_differentials (

6987: p_entity_id => l_po_entity_id
6988: );
6989:
6990: -- Copy price differentials from GA to Standard PO.
6991: PO_PRICE_DIFFERENTIALS_PVT.default_price_differentials (
6992: p_from_entity_type => l_ga_entity_type,
6993: p_from_entity_id => l_ga_entity_id,
6994: p_to_entity_type => l_po_entity_type,
6995: p_to_entity_id => l_po_entity_id