DBA Data[Home] [Help]

APPS.GL_COA_MIRROR_PKG dependencies on APP_EXCEPTIONS

Line 37: when app_exceptions.application_exception then

33:
34: RETURN gl_coa_mirror_pkg.chart_of_accounts_id;
35:
36: EXCEPTION
37: when app_exceptions.application_exception then
38: return -1;
39:
40: END get_coa_id;
41: