Hi,
If you need to find the description of various statuses in GL INTERFACE generated from Journal Import Program in GL, it can be done via Standard Lookup Called 'psp_susp_ac_errors'
SELECT Description,Lookup_code FROM fnd_lookups where lookup_type='PSP_SUSP_AC_ERRORS'
WHERE LOOKUP_CODE=GL_INTERFACE.STATUS
Thanks.
If you need to find the description of various statuses in GL INTERFACE generated from Journal Import Program in GL, it can be done via Standard Lookup Called 'psp_susp_ac_errors'
SELECT Description,Lookup_code FROM fnd_lookups where lookup_type='PSP_SUSP_AC_ERRORS'
WHERE LOOKUP_CODE=GL_INTERFACE.STATUS
Thanks.
No comments:
Post a Comment