DBA Data[Home] [Help]

APPS.BISVIEWER dependencies on WF_NOTIFICATION

Line 423: || ' ' || wf_notification.SubstituteSpecialChars(pOracleErrorMessage);

419: htp.headClose;
420: htp.fontOpen(cface=>gv_font_name, csize=>gv_font_size, ccolor=>'red');
421: /*gsanap 4/16/04 encoding errormessage bug fix 3568859 */
422: vErrorMessage := to_char(pErrorNumber,'99999') || ' ' || pOracleErrorNo
423: || ' ' || wf_notification.SubstituteSpecialChars(pOracleErrorMessage);
424: htp.print(vErrorMessage);
425:
426: htp.fontClose;
427: htp.br;