DBA Data[Home] [Help]

APPS.IGIPMSDA dependencies on STANDARD

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

145: END LOOP;
146: return -1;
147: EXCEPTION WHEN OTHERS THEN
148: --bug 3199481 fnd logging changes:sdixit :start
149: --standard way to handle when-others as per FND logging guidelines
150:
151: IF ( l_unexp_level >= l_debug_level ) THEN
152:
153: FND_MESSAGE.SET_NAME('IGI','IGI_LOGGING_UNEXP_ERROR');

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

341: --bug 3199481 fnd logging changes: sdixit: end block
342:
343: EXCEPTION
344: WHEN others THEN
345: --standard way to handle when-others as per FND logging guidelines
346:
347: IF ( l_unexp_level >= l_debug_level ) THEN
348:
349: FND_MESSAGE.SET_NAME('IGI','IGI_LOGGING_UNEXP_ERROR');

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

530: rollback;
531: --bug 3199481 fnd logging changes: sdixit: start block
532: --errbuf := SQLERRM;
533: --retcode := 2;
534: --standard way to handle when-others as per FND logging guidelines
535: FND_MESSAGE.SET_NAME('IGI', 'IGI_LOGGING_USER_ERROR'); -- Seeded Message
536: retcode := 2;
537: errbuf := Fnd_message.get;
538: