DBA Data[Home] [Help]

APPS.WMS_RULES_WORKBENCH_PVT dependencies on DBMS_UTILITY

Line 1682: l_hash_value := DBMS_UTILITY.get_hash_value

1678: p_category_id IS NOT NULL ) then
1679:
1680: -- 8809951 start
1681: l_hash_string := p_org_id || '-' || p_inventory_item_id || '-' || p_category_set_id || '-' || p_category_id ;
1682: l_hash_value := DBMS_UTILITY.get_hash_value
1683: (name => l_hash_string
1684: , base => g_hash_base
1685: , hash_size => g_hash_size );
1686:

Line 1759: l_hash_value := DBMS_UTILITY.get_hash_value

1755: end if;
1756:
1757: -- 8809951 start
1758: l_hash_string := p_uom_code;
1759: l_hash_value := DBMS_UTILITY.get_hash_value
1760: (name => l_hash_string
1761: , base => g_hash_base
1762: , hash_size => g_hash_size );
1763: