DBA Data[Home] [Help]

APPS.PO_COPYDOC_S1 dependencies on PO_PRICE_DIFFERENTIALS_PVT

Line 2987: IF PO_PRICE_DIFFERENTIALS_PVT.has_price_differentials(p_entity_type => l_entity_type,

2983: end if;
2984:
2985: l_progress := '040';
2986:
2987: IF PO_PRICE_DIFFERENTIALS_PVT.has_price_differentials(p_entity_type => l_entity_type,
2988: p_entity_id => x_orig_po_line_id) THEN
2989: l_progress := '050';
2990:
2991: PO_PRICE_DIFFERENTIALS_PVT.copy_price_differentials (p_to_entity_id => x_po_line_record.po_line_id,

Line 2991: PO_PRICE_DIFFERENTIALS_PVT.copy_price_differentials (p_to_entity_id => x_po_line_record.po_line_id,

2987: IF PO_PRICE_DIFFERENTIALS_PVT.has_price_differentials(p_entity_type => l_entity_type,
2988: p_entity_id => x_orig_po_line_id) THEN
2989: l_progress := '050';
2990:
2991: PO_PRICE_DIFFERENTIALS_PVT.copy_price_differentials (p_to_entity_id => x_po_line_record.po_line_id,
2992: p_to_entity_type => l_entity_type,
2993: p_from_entity_id => x_orig_po_line_id,
2994: p_from_entity_type => l_entity_type );
2995: -- COMMIT; < HTML Agreements R12>

Line 3268: IF PO_PRICE_DIFFERENTIALS_PVT.has_price_differentials(p_entity_type => 'PRICE BREAK',

3264: -- Services FPJ Start
3265: -- After line insertion copy the price differentials related to the new shipment
3266: -- if the shipment has any price differentials
3267:
3268: IF PO_PRICE_DIFFERENTIALS_PVT.has_price_differentials(p_entity_type => 'PRICE BREAK',
3269: p_entity_id => p_orig_line_location_id) THEN
3270:
3271: l_progress := '120';
3272:

Line 3273: PO_PRICE_DIFFERENTIALS_PVT.copy_price_differentials (p_to_entity_id => x_po_shipment_record.line_location_id,

3269: p_entity_id => p_orig_line_location_id) THEN
3270:
3271: l_progress := '120';
3272:
3273: PO_PRICE_DIFFERENTIALS_PVT.copy_price_differentials (p_to_entity_id => x_po_shipment_record.line_location_id,
3274: p_to_entity_type => 'PRICE BREAK',
3275: p_from_entity_id => p_orig_line_location_id,
3276: p_from_entity_type => 'PRICE BREAK' );
3277: -- COMMIT; < HTML Agreements R12>