DBA Data[Home] [Help]

APPS.IGS_UC_MV_IMP_ERRCD dependencies on IGS_UC_MV_IMP_ERRCD

Line 1: PACKAGE BODY igs_uc_mv_imp_errcd AS

1: PACKAGE BODY igs_uc_mv_imp_errcd AS
2: /* $Header: IGSUC34B.pls 120.1 2006/02/08 19:55:49 anwest noship $ */
3:
4: /*===============================================================================+
5: | Copyright (c) 1994, 1996 Oracle Corp. Redwood Shores, California, USA |

Line 10: | PL/SQL spec for package: IGS_UC_MV_IMP_ERRCD |

6: | All rights reserved. |
7: +===============================================================================+
8: | |
9: | DESCRIPTION |
10: | PL/SQL spec for package: IGS_UC_MV_IMP_ERRCD |
11: | |
12: | NOTES |
13: | This is a part of Concurrent Requeset Set which updates the main table |
14: | with the data uploaded into the temporary table from flat file by the 1st|

Line 171: FND_MESSAGE.SET_TOKEN('NAME','IGS_UC_MV_IMP_ERRCD.IMP_ERROR_CODES - '||SQLERRM);

167: WHEN OTHERS THEN
168: ROLLBACK;
169: RETCODE := 2;
170: FND_MESSAGE.SET_NAME('IGS','IGS_GE_UNHANDLED_EXP');
171: FND_MESSAGE.SET_TOKEN('NAME','IGS_UC_MV_IMP_ERRCD.IMP_ERROR_CODES - '||SQLERRM);
172: ERRBUF := FND_MESSAGE.GET;
173: IGS_GE_MSG_STACK.CONC_EXCEPTION_HNDL;
174: END imp_error_codes;
175:

Line 176: END igs_uc_mv_imp_errcd;

172: ERRBUF := FND_MESSAGE.GET;
173: IGS_GE_MSG_STACK.CONC_EXCEPTION_HNDL;
174: END imp_error_codes;
175:
176: END igs_uc_mv_imp_errcd;