DBA Data[Home] [Help]

APPS.FND_LOGVIEW dependencies on DUAL

Line 1258: select substr(c_error_message, 12, 512) into err_mesg from dual;

1254: exception
1255: when others then
1256: err_num := SQLCODE;
1257: c_error_message := SQLERRM;
1258: select substr(c_error_message, 12, 512) into err_mesg from dual;
1259: icx_util.add_error(err_mesg);
1260: icx_admin_sig.error_screen(err_mesg);
1261: end;
1262: