DBA Data[Home] [Help]

APPS.IGS_HE_CREATE_EXTRACT_PKG dependencies on APP_EXCEPTION

Line 103: App_Exception.Raise_Exception;

99: p_directory := NULL ;
100: Fnd_Message.Set_name('IGS','IGS_GE_UNHANDLED_EXP');
101: FND_MESSAGE.SET_TOKEN('NAME','IGS_HE_CREATE_EXTRACT_PKG.CREATE_DIRECTORY'||' - '||SQLERRM);
102: IGS_GE_MSG_STACK.ADD;
103: App_Exception.Raise_Exception;
104:
105: END create_directory ;
106:
107:

Line 501: App_Exception.Raise_Exception;

497: retcode := 2;
498: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXP');
499: Fnd_Message.Set_Token('NAME','igs_he_create_extract_pkg.create_file - ' ||SQLERRM);
500: fnd_file.put_line(fnd_file.log, fnd_message.get);
501: App_Exception.Raise_Exception;
502:
503: END create_file;
504:
505: