DBA Data[Home] [Help]

APPS.PO_COPYDOC_S1 dependencies on PO_PRICE_DIFFERENTIALS_PVT

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

2658: end if;
2659:
2660: l_progress := '040';
2661:
2662: IF PO_PRICE_DIFFERENTIALS_PVT.has_price_differentials(p_entity_type => l_entity_type,
2663: p_entity_id => x_orig_po_line_id) THEN
2664: l_progress := '050';
2665:
2666: PO_PRICE_DIFFERENTIALS_PVT.copy_price_differentials (p_to_entity_id => x_po_line_record.po_line_id,

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

2662: IF PO_PRICE_DIFFERENTIALS_PVT.has_price_differentials(p_entity_type => l_entity_type,
2663: p_entity_id => x_orig_po_line_id) THEN
2664: l_progress := '050';
2665:
2666: PO_PRICE_DIFFERENTIALS_PVT.copy_price_differentials (p_to_entity_id => x_po_line_record.po_line_id,
2667: p_to_entity_type => l_entity_type,
2668: p_from_entity_id => x_orig_po_line_id,
2669: p_from_entity_type => l_entity_type );
2670: -- COMMIT; < HTML Agreements R12>

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

2931: -- Services FPJ Start
2932: -- After line insertion copy the price differentials related to the new shipment
2933: -- if the shipment has any price differentials
2934:
2935: IF PO_PRICE_DIFFERENTIALS_PVT.has_price_differentials(p_entity_type => 'PRICE BREAK',
2936: p_entity_id => p_orig_line_location_id) THEN
2937:
2938: l_progress := '120';
2939:

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

2936: p_entity_id => p_orig_line_location_id) THEN
2937:
2938: l_progress := '120';
2939:
2940: PO_PRICE_DIFFERENTIALS_PVT.copy_price_differentials (p_to_entity_id => x_po_shipment_record.line_location_id,
2941: p_to_entity_type => 'PRICE BREAK',
2942: p_from_entity_id => p_orig_line_location_id,
2943: p_from_entity_type => 'PRICE BREAK' );
2944: -- COMMIT; < HTML Agreements R12>