DBA Data[Home] [Help]

APPS.PO_AUTOSOURCE_SV dependencies on PO_PRICE_DIFFERENTIALS_PVT

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

6530: END IF;
6531:
6532: -- Find out if the line or price break has any price differentials or not
6533: l_progress := '180';
6534: IF PO_PRICE_DIFFERENTIALS_PVT.has_price_differentials(p_entity_type => l_entity_type,
6535: p_entity_id => l_price_diff_src_id) THEN
6536: --x_price_differential_flag(i) := 'Y';
6537: x_price_differential_flag(l_count) := 'Y'; -- Bug# 3379053
6538: ELSE