DBA Data[Home] [Help]

APPS.ECX_ENG_UTILS dependencies on ECX_PRINT_LOCAL

Line 460: ecx_print_local.replace_spec_char(p_value => l_out_string,

456: l_spec_str := dbms_lob.substr(p_clob, l_spec_str_len,
457: l_start_code_pos + l_start_code_len);
458:
459: l_out_string := l_spec_str;
460: ecx_print_local.replace_spec_char(p_value => l_out_string,
461: x_value => l_spec_str);
462:
463: if(l_statementEnabled) then
464: ecx_debug.log(l_statement,'String before decryption', l_spec_str,i_method_name);

Line 486: ecx_print_local.escape_spec_char(p_value => l_out_string,

482: if (l_out_string is null) then
483: l_out_string := l_spec_str;
484: end if;
485:
486: ecx_print_local.escape_spec_char(p_value => l_out_string,
487: x_value => l_spec_str);
488:
489: dbms_lob.writeappend(x_clob, length(l_spec_str), l_spec_str);
490: end if;