DBA Data[Home] [Help]

APPS.WSH_MDC_SRS dependencies on DBMS_UTILITY

Line 2178: x_hash_value := dbms_utility.get_hash_value(

2174: IF l_debug_on THEN
2175: WSH_DEBUG_SV.logmsg(l_module_name,'hash string :'||x_hash_string);
2176: END IF;
2177:
2178: x_hash_value := dbms_utility.get_hash_value(
2179: name => x_hash_string,
2180: base => p_hash_base,
2181: hash_size => p_hash_size );
2182: