[Home] [Help]
1: PACKAGE BODY igf_aw_gen_005 AS
2: /* $Header: IGFAW14B.pls 120.2 2005/07/11 08:44:44 appldev ship $ */
3:
4: /*======================================================================+
5: | Copyright (c) 1994, 1996 Oracle Corp. Redwood Shores, California, USA|
6: | All rights reserved. |
7: +=======================================================================+
8: | |
9: | DESCRIPTION |
10: | PL/SQL spec for package: IGF_AW_GEN_005 |
11: | |
12: | NOTES |
13: | Holds all the generic Routines |
14: | |
81: END IF;
82: EXCEPTION
83: WHEN OTHERS THEN
84: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXP');
85: fnd_message.set_token('NAME','IGF_AW_GEN_005.UPDATE_PLAN');
86: igs_ge_msg_stack.add;
87: app_exception.raise_exception;
88: END update_plan;
89:
171: END IF;
172: EXCEPTION
173: WHEN OTHERS THEN
174: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXP');
175: fnd_message.set_token('NAME','IGF_AW_GEN_005.UPDATE_DIST_PLAN');
176: igs_ge_msg_stack.add;
177: app_exception.raise_exception;
178: END update_dist_plan;
179:
261:
262: EXCEPTION
263: WHEN OTHERS THEN
264: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXP');
265: fnd_message.set_token('NAME','IGF_AW_GEN_005.CHECK_PLAN_CODE');
266: igs_ge_msg_stack.add;
267: app_exception.raise_exception;
268: END check_plan_code;
269:
315:
316: EXCEPTION
317: WHEN OTHERS THEN
318: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXP');
319: fnd_message.set_token('NAME','IGF_AW_GEN_005.DELETE_PLAN');
320: igs_ge_msg_stack.add;
321: app_exception.raise_exception;
322: END delete_plan;
323:
463:
464: END validate_student_efc;
465:
466:
467: END igf_aw_gen_005;