DBA Data[Home] [Help]

APPS.WSH_PR_PICK_SLIP_NUMBER dependencies on DBMS_UTILITY

Line 696: x_hash_value := dbms_utility.get_hash_value(

692:
693: x_Insert_key_Rec.organization_id := p_org_id;
694: l_hash_string := l_hash_string ||'-'|| to_char(p_org_id);
695:
696: x_hash_value := dbms_utility.get_hash_value(
697: name => l_hash_string,
698: base => g_hash_base,
699: hash_size =>g_hash_size );
700: