DBA Data[Home] [Help]

APPS.PO_SHIPMENTS_SV4 dependencies on PO_PRICE_DIFFERENTIALS_PVT

Line 1245: PO_PRICE_DIFFERENTIALS_PVT.delete_price_differentials(

1241: d_pos := 130;
1242: IF (PO_LOG.d_stmt) THEN
1243: PO_LOG.stmt(d_module, 'l_ga_entity_type', l_ga_entity_type); PO_LOG.stmt(d_module, 'l_ga_entity_id', l_ga_entity_id);
1244: END IF;
1245: PO_PRICE_DIFFERENTIALS_PVT.delete_price_differentials(
1246: p_entity_type => 'PO LINE',
1247: p_entity_id => l_po_lines_rec.po_line_id);
1248: d_pos := 140;
1249: -- Copy Price Differentials from GA to Standard PO

Line 1250: PO_PRICE_DIFFERENTIALS_PVT.default_price_differentials(

1246: p_entity_type => 'PO LINE',
1247: p_entity_id => l_po_lines_rec.po_line_id);
1248: d_pos := 140;
1249: -- Copy Price Differentials from GA to Standard PO
1250: PO_PRICE_DIFFERENTIALS_PVT.default_price_differentials(
1251: p_from_entity_type => l_ga_entity_type,
1252: p_from_entity_id => l_ga_entity_id,
1253: p_to_entity_type => 'PO LINE',
1254: p_to_entity_id => l_po_lines_rec.po_line_id);