DBA Data[Home] [Help]

APPS.PO_AUTOSOURCE_SV dependencies on PO_PRICE_DIFFERENTIALS_PVT

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

6453: END IF;
6454:
6455: -- Find out if the line or price break has any price differentials or not
6456: l_progress := '180';
6457: IF PO_PRICE_DIFFERENTIALS_PVT.has_price_differentials(p_entity_type => l_entity_type,
6458: p_entity_id => l_price_diff_src_id) THEN
6459: --x_price_differential_flag(i) := 'Y';
6460: x_price_differential_flag(l_count) := 'Y'; -- Bug# 3379053
6461: ELSE