DBA Data[Home] [Help]

APPS.PO_SHIPMENTS_SV4 dependencies on PO_PRICE_DIFFERENTIALS_PVT

Line 1265: PO_PRICE_DIFFERENTIALS_PVT.delete_price_differentials(

1261: d_pos := 130;
1262: IF (PO_LOG.d_stmt) THEN
1263: 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);
1264: END IF;
1265: PO_PRICE_DIFFERENTIALS_PVT.delete_price_differentials(
1266: p_entity_type => 'PO LINE',
1267: p_entity_id => l_po_lines_rec.po_line_id);
1268: d_pos := 140;
1269: -- Copy Price Differentials from GA to Standard PO

Line 1270: PO_PRICE_DIFFERENTIALS_PVT.default_price_differentials(

1266: p_entity_type => 'PO LINE',
1267: p_entity_id => l_po_lines_rec.po_line_id);
1268: d_pos := 140;
1269: -- Copy Price Differentials from GA to Standard PO
1270: PO_PRICE_DIFFERENTIALS_PVT.default_price_differentials(
1271: p_from_entity_type => l_ga_entity_type,
1272: p_from_entity_id => l_ga_entity_id,
1273: p_to_entity_type => 'PO LINE',
1274: p_to_entity_id => l_po_lines_rec.po_line_id);