DBA Data[Home] [Help]

APPS.AMS_IMPORT_SECURITY_PVT dependencies on DBMS_UTILITY

Line 35: ltrim( to_char( dbms_utility.get_hash_value(p_import_header_id || l_created_by,1000000000, power(2,30) ), G_HASH_FORMAT) );

31: FETCH c_get_created_by INTO l_created_by;
32: CLOSE c_get_created_by;
33:
34: x_key :=
35: ltrim( to_char( dbms_utility.get_hash_value(p_import_header_id || l_created_by,1000000000, power(2,30) ), G_HASH_FORMAT) );
36: END Get_Encrypt_Key;
37:
38: FUNCTION Get_DeEncrypt_String (
39: p_input_string IN VARCHAR2,