DBA Data[Home] [Help]

APPS.IGI_BUD_GL_CODE_CCID_PKG dependencies on APP_EXCEPTIONS

Line 124: WHEN app_exceptions.application_exception THEN

120:
121: CLOSE c_dup;
122:
123: EXCEPTION
124: WHEN app_exceptions.application_exception THEN
125: --Bug 3199481 (start)
126: If (l_unexp_level >= l_debug_level) then
127: FND_LOG.MESSAGE(l_unexp_level,'igi.plsql.igi_bud_gl_code_ccid_pkg.check_unique.Msg2',FALSE);
128: End if;

Line 185: WHEN app_exceptions.application_exception THEN

181: app_exception.raise_exception;
182: END IF;
183:
184: EXCEPTION
185: WHEN app_exceptions.application_exception THEN
186: -- reassigning the old value becoz of NOCOPY. rgopalan
187: x_template_id := l_template_id;
188: --Bug 3199481 (start)
189: If (l_unexp_level >= l_debug_level) then