DBA Data[Home] [Help]

APPS.ECX_TP_API dependencies on ECX_OBFUSCATE

Line 1006: ecx_obfuscate.ecx_data_encrypt(

1002: return;
1003: end if;
1004:
1005: --- Encrypt the password
1006: ecx_obfuscate.ecx_data_encrypt(
1007: l_input_string => x_password,
1008: l_output_string => encrypt_password,
1009: errmsg => x_msg,
1010: retcode => x_return_status);

Line 1736: ecx_obfuscate.ecx_data_encrypt(

1732: return;
1733: end if;
1734:
1735: --- Encrypt the password
1736: ecx_obfuscate.ecx_data_encrypt(
1737: l_input_string => x_password,
1738: l_output_string => encrypt_password,
1739: errmsg => x_msg,
1740: retcode => x_return_status);