DBA Data[Home] [Help]

APPS.WSH_TRIP_CONSOLIDATION dependencies on DBMS_UTILITY

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

647: IF p_grp_ship_method = 'Y' THEN
648: l_hashStr := l_hashStr || l_separator || x_del_rec.ship_method_code;
649: END IF;
650: --
651: l_hashVal := dbms_utility.get_hash_value(name => l_hashStr,
652: base => g_hashBase,
653: hash_size => g_hashSize);
654: --
655: IF l_debugOn THEN

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

674: --
675: WHILE NOT l_exists LOOP
676: --{
677: l_hashSize := l_hashSize + 1;
678: l_hashVal := dbms_utility.get_hash_value(name => l_hashStr,
679: base => g_hashBase,
680: hash_size => l_hashSize);
681: --
682: IF l_debugOn THEN