DBA Data[Home] [Help]

APPS.OE_AUDIT_HISTORY_PVT dependencies on OE_DISCOUNTS_V

Line 175: FROM OE_DISCOUNTS_V

171: if attribute_value is not null then
172: BEGIN
173: SELECT name
174: INTO l_attribute_display_value
175: FROM OE_DISCOUNTS_V
176: WHERE discount_id = attribute_value;
177: END;
178: end if;
179: elsif l_attribute_code in ( 'OVER_SHIP_RESOLVED_FLAG',