DBA Data[Home] [Help]

APPS.ECX_ENG_UTILS dependencies on ECX_OBFUSCATE

Line 466: ecx_obfuscate.ecx_data_encrypt(l_input_string => l_spec_str,

462:
463: if(l_statementEnabled) then
464: ecx_debug.log(l_statement,'String before decryption', l_spec_str,i_method_name);
465: end if;
466: ecx_obfuscate.ecx_data_encrypt(l_input_string => l_spec_str,
467: l_qual_code => 'D',
468: l_output_string => l_out_string,
469: errmsg => l_errmsg,
470: retcode => l_errcode);