{
//No REFERENCES privilege exists for given
//authorizer at table or column level.
//REFERENCES privilege has to exist at at PUBLIC level
permDesc = statPerm.getPermissionDescriptor(Authorizer.PUBLIC_AUTHORIZATION_ID, dd);
if (!(permDesc.checkOwner(lcc.getAuthorizationId())))
dm.addDependency(dependent, permDesc, lcc.getContextManager());
} else
//if the object on which permission is required is owned by the
//same user as the current user, then no need to keep that
//object's privilege dependency in the dependency system