DBA Data[Home] [Help]

APPS.PO_VAL_PRICE_DIFFS2 dependencies on PO_PRICE_DIFF_DRAFT

Line 173: FROM po_price_diff_draft

169: AND entity_type = p_entity_type_tbl(i)
170: AND price_type = p_price_type_tbl(i))
171: OR
172: EXISTS(SELECT 1
173: FROM po_price_diff_draft
174: WHERE entity_id = p_entity_id_tbl(i)
175: AND entity_type = p_entity_type_tbl(i)
176: AND price_type = p_price_type_tbl(i))
177: OR