6102: --get hash index for this consist string
6103: IF l_debug = 1 THEN
6104: log_statement(l_api_name, 'get_hash_value', 'Calling get_hash_value');
6105: END IF;
6106: l_cur_group := DBMS_UTILITY.get_hash_value(NAME => g_locs(p_record_id).consist_string, base => 1, hash_size => l_hash_size);
6107:
6108: --Because the hash function can return the same index for different
6109: -- consist strings, we have to check to see if the group at the index
6110: -- returned above has the same consist string as the current record.
8569: IF l_debug = 1 THEN
8570: log_statement(l_api_name, 'get_hash_value', 'Calling get_hash_value for consist string');
8571: END IF;
8572: l_cur_consist_group :=
8573: DBMS_UTILITY.get_hash_value(NAME => g_lpns(v_current_row.lpn_id).consist_string, base => 1, hash_size => l_hash_size);
8574: --Because the hash function can return the same index for different
8575: -- consist strings, we have to check to see if the group at the index
8576: -- returned above has the same consist string as the current record.
8577: -- If not, look at the next record. Continue on until we find the