DBA Data[Home] [Help]

APPS.ECX_INBOUND_LISTENER_QH dependencies on ECX_OBFUSCATE

Line 157: ecx_obfuscate.ecx_data_encrypt(

153: 'msg_counter: ' || i_message_counter);
154: end if;
155:
156: --- Encrypt the password
157: ecx_obfuscate.ecx_data_encrypt(
158: l_input_string => x_ecxmsg.password,
159: l_output_string => encrypt_password,
160: errmsg => l_retmsg,
161: retcode => l_retcode);