DBA Data[Home] [Help]

APPS.IGS_HE_IDENTIFY_TARGET_POP dependencies on APP_EXCEPTION

Line 388: App_Exception.Raise_Exception;

384: WHEN OTHERS THEN
385: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXP');
386: Fnd_Message.Set_Token('NAME','igs_he_identify_target_pop.dlhe_identify_spa');
387: fnd_file.put_line(fnd_file.log, fnd_message.get);
388: App_Exception.Raise_Exception;
389:
390: END dlhe_identify_spa;
391:
392:

Line 688: App_Exception.Raise_Exception;

684: WHEN OTHERS THEN
685: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXP');
686: Fnd_Message.Set_Token('NAME','igs_he_identify_target_pop.dlhe_process_spa');
687: fnd_file.put_line(fnd_file.log, fnd_message.get);
688: App_Exception.Raise_Exception;
689:
690: END dlhe_process_spa;
691:
692: PROCEDURE dlhe_review_spa( p_submission_name IN igs_he_sub_rtn_qual.submission_name%TYPE,

Line 1323: App_Exception.Raise_Exception;

1319: WHEN OTHERS THEN
1320: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXP');
1321: Fnd_Message.Set_Token('NAME','igs_he_identify_target_pop.dlhe_review_spa');
1322: fnd_file.put_line(fnd_file.log, fnd_message.get);
1323: App_Exception.Raise_Exception;
1324:
1325: END dlhe_review_spa;
1326:
1327: END igs_he_identify_target_pop;