DBA Data[Home] [Help]

APPS.OE_AUDIT_HISTORY_PVT dependencies on HR_ORGANIZATION_UNITS

Line 105: FROM HR_ORGANIZATION_UNITS

101: IF attribute_value is not null then
102: BEGIN
103: SELECT name
104: INTO l_attribute_display_value
105: FROM HR_ORGANIZATION_UNITS
106: WHERE organization_id = attribute_value
107: AND ROWNUM = 1;
108: END;
109: END IF;