DBA Data[Home] [Help]

APPS.IGIPMSLR dependencies on STANDARD

Line 187: --standard way to handle when-others as per FND logging guidelines

183: END LOOP;
184: return null;
185: EXCEPTION WHEN OTHERS THEN
186: --bug 3199481 fnd logging changes:sdixit :start
187: --standard way to handle when-others as per FND logging guidelines
188:
189: IF ( l_unexp_level >= l_debug_level ) THEN
190:
191: FND_MESSAGE.SET_NAME('IGI','IGI_LOGGING_UNEXP_ERROR');

Line 223: --standard way to handle when-others as per FND logging guidelines

219: return NULL;
220: EXCEPTION
221: when others then
222: --bug 3199481 fnd logging changes:sdixit :start
223: --standard way to handle when-others as per FND logging guidelines
224:
225: IF ( l_unexp_level >= l_debug_level ) THEN
226:
227: FND_MESSAGE.SET_NAME('IGI','IGI_LOGGING_UNEXP_ERROR');