DBA Data[Home] [Help]

APPS.IGS_UC_EXP_QUAL_SUM_IMP_PKG dependencies on IGS_UC_EXP_QUAL_SUM_IMP_PKG

Line 1: PACKAGE BODY igs_uc_exp_qual_sum_imp_pkg AS

1: PACKAGE BODY igs_uc_exp_qual_sum_imp_pkg AS
2: /* $Header: IGSUC29B.pls 120.1 2006/02/08 19:54:49 anwest noship $ */
3:
4:
5: PROCEDURE igs_uc_exp_qual_sum_imp(Errbuf OUT NOCOPY Varchar2 , Retcode OUT NOCOPY Varchar2) IS

Line 136: fnd_message.set_token('NAME','IGS_UC_EXP_QUAL_SUM_IMP_PKG.IGS_UC_EXP_QUAL_SUM_IMP');

132: WHEN OTHERS THEN
133: Retcode := 2 ;
134: Rollback;
135: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXP');
136: fnd_message.set_token('NAME','IGS_UC_EXP_QUAL_SUM_IMP_PKG.IGS_UC_EXP_QUAL_SUM_IMP');
137: fnd_message.retrieve (Errbuf);
138: IGS_GE_MSG_STACK.CONC_EXCEPTION_HNDL;
139: END igs_uc_exp_qual_sum_imp;
140:

Line 141: END igs_uc_exp_qual_sum_imp_pkg;

137: fnd_message.retrieve (Errbuf);
138: IGS_GE_MSG_STACK.CONC_EXCEPTION_HNDL;
139: END igs_uc_exp_qual_sum_imp;
140:
141: END igs_uc_exp_qual_sum_imp_pkg;