DBA Data[Home] [Help]

APPS.WMS_RULE_PVT dependencies on DBMS_UTILITY

Line 7954: l_cur_group := DBMS_UTILITY.get_hash_value(

7950: -- get hash index for this consist string
7951: IF l_debug = 1 THEN
7952: log_statement(l_api_name, 'get_hash_value', 'Calling get_hash_value');
7953: END IF;
7954: l_cur_group := DBMS_UTILITY.get_hash_value(
7955: NAME => g_locs(p_record_id).consist_string
7956: , base => 1
7957: , hash_size => l_hash_size
7958: );

Line 10772: l_cur_consist_group := DBMS_UTILITY.get_hash_value(

10768: -- get hash index for this consist string
10769: IF l_debug = 1 THEN
10770: log_statement(l_api_name, 'get_hash_value', 'Calling get_hash_value for consist string');
10771: END IF;
10772: l_cur_consist_group := DBMS_UTILITY.get_hash_value(
10773: NAME => g_lpns(v_current_row.lpn_id).consist_string
10774: , base => 1
10775: , hash_size => l_hash_size
10776: );