DBA Data[Home] [Help]

APPS.WSH_PR_PICK_SLIP_NUMBER dependencies on DBMS_UTILITY

Line 695: x_hash_value := dbms_utility.get_hash_value(

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