Table which stores descriptions of GL Import error codes
Can anyone tell whether there is any table which stores descriptions of GL Import error codes - error codes and descriptions are listed in import execution report.
I Have tried this script:
select *
from fnd_lookups
where lookup_type = 'PSP_SUSP_AC_ERRORS'
order by lookup_code;
However i cannot find this Error Code:
EM29
Thanks
Mushroom
0