DBA Data[Home] [Help]

APPS.OE_AUDIT_HISTORY_PVT dependencies on OE_DISCOUNTS_V

Line 248: FROM OE_DISCOUNTS_V

244: if attribute_value is not null then
245: BEGIN
246: SELECT name
247: INTO l_attribute_display_value
248: FROM OE_DISCOUNTS_V
249: WHERE discount_id = attribute_value;
250: END;
251: end if;
252: elsif l_attribute_code in ( 'OVER_SHIP_RESOLVED_FLAG',