DBA Data[Home] [Help]

APPS.WSH_UTIL_VALIDATE dependencies on DBMS_UTILITY

Line 132: l_index := dbms_utility.get_hash_value (

128: -- Key (for hash) : param1+param2+param3
129: l_hash_string := p_validate_rec.input_param1||p_validate_rec.input_param2||p_validate_rec.input_param3||p_validate_rec.input_param4;
130:
131: -- Hash returns a common index if l_hash_string is identical
132: l_index := dbms_utility.get_hash_value (
133: name => l_hash_string,
134: base => c_hash_base,
135: hash_size => c_hash_size);
136: WHILE NOT l_hash_exists LOOP

Line 3931: l_hash_value := dbms_utility.get_hash_value(

3927: END IF;
3928: x_return_status := WSH_UTIL_CORE.G_RET_STS_SUCCESS;
3929:
3930: l_hash_string := p_organization_id || '-'||p_inventory_item_id;
3931: l_hash_value := dbms_utility.get_hash_value(
3932: name => l_hash_string,
3933: base => c_hash_base,
3934: hash_size =>c_hash_size );
3935:

Line 4249: l_hash_value := dbms_utility.get_hash_value(

4245: --} --OTM R12 End
4246: ELSIF p_tp_installed = 'Y'THEN --}{
4247: l_hash_string := p_organization_id ||'-'|| p_carrier_id||
4248: '-'|| p_ship_method_code ;
4249: l_hash_value := dbms_utility.get_hash_value(
4250: name => l_hash_string,
4251: base => c_hash_base,
4252: hash_size =>c_hash_size );
4253: