DBA Data[Home] [Help]

APPS.OE_AUDIT_HISTORY_PVT dependencies on HR_ORGANIZATION_UNITS

Line 177: FROM HR_ORGANIZATION_UNITS

173: IF attribute_value is not null then
174: BEGIN
175: SELECT name
176: INTO l_attribute_display_value
177: FROM HR_ORGANIZATION_UNITS
178: WHERE organization_id = attribute_value
179: AND ROWNUM = 1;
180: END;
181: END IF;