DBA Data[Home] [Help]

APPS.PO_VAL_PRICE_DIFFS2 dependencies on PO_PRICE_DIFFERENTIALS

Line 167: FROM po_price_differentials

163: WHERE p_price_type_tbl(i) IS NOT NULL
164: AND p_entity_type_tbl(i) IS NOT NULL
165: AND p_entity_id_tbl(i) IS NOT NULL
166: AND (EXISTS(SELECT 1
167: FROM po_price_differentials
168: WHERE entity_id = p_entity_id_tbl(i)
169: AND entity_type = p_entity_type_tbl(i)
170: AND price_type = p_price_type_tbl(i))
171: OR