DBA Data[Home] [Help]

APPS.IGIRCABJP dependencies on STANDARD

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

1062:
1063: EXCEPTION
1064: WHEN OTHERS THEN
1065: --bug 3199481 fnd logging changes: sdixit: start block
1066: --standard way to handle when-others as per FND logging guidelines
1067: --FND_MESSAGE.SET_NAME('IGI', 'IGI_LOGGING_USER_ERROR'); -- Seeded Message
1068: --retcode := 2;
1069: --errbuf := Fnd_message.get;
1070:

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

1126: EXCEPTION
1127: WHEN OTHERS THEN
1128: --bug 3199481 fnd logging changes: sdixit: start block
1129: --WriteToLogFile( 'Error Submitting Output Reports' );
1130: --standard way to handle when-others as per FND logging guidelines
1131:
1132: IF ( l_unexp_level >= l_debug_level ) THEN
1133:
1134: FND_MESSAGE.SET_NAME('IGI','IGI_LOGGING_UNEXP_ERROR');