// *************************************
// *** BestRowIdentifier properties ***
// *************************************
// get scope type
BestRowIdentifierScopeType scopeType = getBestRowIdentifierScopeType(scope);
// check not null
if (scopeType == null) {
// if exception generation is enabled then raise exception - invalid scope
if (failOnError == true) {