DBA Data[Home] [Help]

APPS.IGIPMSMD dependencies on STANDARD

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

179: END LOOP;
180: return FALSE;
181: EXCEPTION WHEN OTHERS THEN
182: --bug 3199481 fnd logging changes: sdixit: start block
183: --standard way to handle when-others as per FND logging guidelines
184: IF ( l_unexp_level >= l_debug_level ) THEN
185:
186: FND_MESSAGE.SET_NAME('IGI','IGI_LOGGING_UNEXP_ERROR');
187: FND_MESSAGE.SET_TOKEN('CODE',SQLCODE);

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

262:
263: return null;
264: EXCEPTION WHEN OTHERS THEN
265: --bug 3199481 fnd logging changes: sdixit: start block
266: --standard way to handle when-others as per FND logging guidelines
267:
268: IF ( l_unexp_level >= l_debug_level ) THEN
269:
270: FND_MESSAGE.SET_NAME('IGI','IGI_LOGGING_UNEXP_ERROR');

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

394: END LOOP;
395: return 0;
396: EXCEPTION WHEN OTHERS THEN
397: --bug 3199481 fnd logging changes: sdixit: start block
398: --standard way to handle when-others as per FND logging guidelines
399:
400: IF ( l_unexp_level >= l_debug_level ) THEN
401:
402: FND_MESSAGE.SET_NAME('IGI','IGI_LOGGING_UNEXP_ERROR');