DBA Data[Home] [Help]

APPS.FTE_LTL_LOADER dependencies on DBMS_UTILITY

Line 2937: l_hash_value := DBMS_UTILITY.GET_HASH_VALUE(name => l_total_string,

2933: l_last_block := c_current_fetch < 1000;
2934:
2935: IF (l_counter <= c_current_fetch OR l_last_block ) THEN
2936:
2937: l_hash_value := DBMS_UTILITY.GET_HASH_VALUE(name => l_total_string,
2938: base => g_hash_base,
2939: hash_size => g_hash_size);
2940: l_min_charge1 := ltrim(l_min_charge1, '0');
2941:

Line 3360: l_hash_value := DBMS_UTILITY.GET_HASH_VALUE(name => l_dest_string,

3356: --
3357: -- Before insert the string in the zones row we have to check if that string
3358: -- is already in the zones_temp, in that case we only have to update lanes_temp with the zone_name
3359: --
3360: l_hash_value := DBMS_UTILITY.GET_HASH_VALUE(name => l_dest_string,
3361: base => g_hash_base,
3362: hash_size => g_hash_size );
3363:
3364: UPDATE