DBA Data[Home] [Help]

APPS.WSH_TRIP_CONSOLIDATION dependencies on DBMS_UTILITY

Line 671: l_hashVal := dbms_utility.get_hash_value(name => l_hashStr,

667: IF p_grp_ship_method = 'Y' THEN
668: l_hashStr := l_hashStr || l_separator || x_del_rec.ship_method_code;
669: END IF;
670: --
671: l_hashVal := dbms_utility.get_hash_value(name => l_hashStr,
672: base => g_hashBase,
673: hash_size => g_hashSize);
674: --
675: IF l_debugOn THEN

Line 698: l_hashVal := dbms_utility.get_hash_value(name => l_hashStr,

694: --
695: WHILE NOT l_exists LOOP
696: --{
697: l_hashSize := l_hashSize + 1;
698: l_hashVal := dbms_utility.get_hash_value(name => l_hashStr,
699: base => g_hashBase,
700: hash_size => l_hashSize);
701: --
702: IF l_debugOn THEN