DBA Data[Home] [Help]

APPS.IGS_UC_EXPORT_HESA_TO_OSS_PKG dependencies on IGS_UC_EXPORT_HESA_TO_OSS_PKG

Line 1: PACKAGE BODY igs_uc_export_hesa_to_oss_pkg AS

1: PACKAGE BODY igs_uc_export_hesa_to_oss_pkg AS
2: /* $Header: IGSUC25B.pls 120.3 2006/08/21 03:52:22 jbaber noship $ */
3:
4: PROCEDURE chk_person_present (l_per_id igs_pe_person.person_id%TYPE, l_per_present OUT NOCOPY VARCHAR2) IS
5: /*************************************************************

Line 130: fnd_message.set_token('NAME','IGS_UC_EXPORT_HESA_TO_OSS_PKG.IMPORT_PROCESS'||' - '||SQLERRM);

126: CLOSE cur_match_set;
127: END IF ;
128: -- even though the admission import process completes in error , this process should continue processing
129: Fnd_Message.Set_name('IGS','IGS_GE_UNHANDLED_EXP');
130: fnd_message.set_token('NAME','IGS_UC_EXPORT_HESA_TO_OSS_PKG.IMPORT_PROCESS'||' - '||SQLERRM);
131: fnd_file.put_line(fnd_file.LOG,fnd_message.get());
132: END import_process;
133:
134:

Line 851: FND_MESSAGE.Set_Token('NAME','igs_uc_export_hesa_to_oss_pkg.export_data');

847: ROLLBACK;
848: retcode :=2;
849: FND_FILE.PUT_LINE(FND_FILE.LOG,'SQLERRM -> ' || SQLERRM);
850: FND_MESSAGE.Set_Name('IGS','IGS_GE_UNHANDLED_EXP');
851: FND_MESSAGE.Set_Token('NAME','igs_uc_export_hesa_to_oss_pkg.export_data');
852: errbuf :=FND_MESSAGE.get ;
853: IGS_GE_MSG_STACK.CONC_EXCEPTION_HNDL;
854:
855: END export_data;

Line 858: END igs_uc_export_hesa_to_oss_pkg;

854:
855: END export_data;
856:
857:
858: END igs_uc_export_hesa_to_oss_pkg;