DBA Data[Home] [Help]

APPS.WSH_UTIL_VALIDATE dependencies on DBMS_UTILITY

Line 110: l_index := dbms_utility.get_hash_value (

106: -- Key (for hash) : param1+param2+param3
107: l_hash_string := p_validate_rec.input_param1||p_validate_rec.input_param2||p_validate_rec.input_param3||p_validate_rec.input_param4;
108:
109: -- Hash returns a common index if l_hash_string is identical
110: l_index := dbms_utility.get_hash_value (
111: name => l_hash_string,
112: base => c_hash_base,
113: hash_size => c_hash_size);
114: WHILE NOT l_hash_exists LOOP

Line 3893: l_hash_value := dbms_utility.get_hash_value(

3889: END IF;
3890: x_return_status := WSH_UTIL_CORE.G_RET_STS_SUCCESS;
3891:
3892: l_hash_string := p_organization_id || '-'||p_inventory_item_id;
3893: l_hash_value := dbms_utility.get_hash_value(
3894: name => l_hash_string,
3895: base => c_hash_base,
3896: hash_size =>c_hash_size );
3897:

Line 4205: l_hash_value := dbms_utility.get_hash_value(

4201: --} --OTM R12 End
4202: ELSIF p_tp_installed = 'Y'THEN --}{
4203: l_hash_string := p_organization_id ||'-'|| p_carrier_id||
4204: '-'|| p_ship_method_code ;
4205: l_hash_value := dbms_utility.get_hash_value(
4206: name => l_hash_string,
4207: base => c_hash_base,
4208: hash_size =>c_hash_size );
4209: