'Extends Table' (super_class) field on the 'sys_db_object' table is not accessibleIssue Extends Table field on the 'sys_db_object' table is not accessible to the user.The field is not accessible even after providing the access through Table level ACL and Field level ACL to the specific role.SymptomsThe user is unable to view the 'Extends Table' field when accessing the 'sys_db_object' table.ReleaseNot related to any specific release or the environmentCauseDue to the field level ACL on the 'label' field on the 'sys_db_object' table.Resolution1. There is an existing field-level ACL on the 'label' field on the 'sys_db_object' table.2. As the 'Extends Table' field is a reference field of the 'sys_db_object' table itself, the value coming in it would be the value of the 'label' of the parent table. 3. And as the ACL is applied on the field level for the 'label field, the user should also be given access to the 'label' field for him to get access to the 'Extends Table' field.