DBA Data[Home] [Help]

APPS.IGS_HE_IMPORT_POPDLHE dependencies on APP_EXCEPTION

Line 543: App_Exception.Raise_Exception;

539: WHEN OTHERS THEN
540: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXP');
541: Fnd_Message.Set_Token('NAME','igs_he_import_popdlhe.validate_popdlhe - ' ||SQLERRM);
542: fnd_file.put_line(fnd_file.log, fnd_message.get);
543: App_Exception.Raise_Exception;
544:
545: END validate_popdlhe;
546:
547:

Line 613: App_Exception.Raise_Exception;

609: WHEN OTHERS THEN
610: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXP');
611: Fnd_Message.Set_Token('NAME','igs_he_import_popdlhe.get_person_id - ' ||SQLERRM);
612: fnd_file.put_line(fnd_file.log, fnd_message.get);
613: App_Exception.Raise_Exception;
614:
615: END get_person_id;
616:
617:

Line 676: App_Exception.Raise_Exception;

672: WHEN OTHERS THEN
673: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXP');
674: Fnd_Message.Set_Token('NAME','igs_he_import_popdlhe.log_results - ' ||SQLERRM);
675: fnd_file.put_line(fnd_file.log, fnd_message.get);
676: App_Exception.Raise_Exception;
677:
678: END log_results;
679:
680: END igs_he_import_popdlhe;