DBA Data[Home] [Help]

APPS.IGS_GR_VAL_AWC dependencies on IGS_GR_VAL_AWC

Line 1: PACKAGE BODY igs_gr_val_awc AS

1: PACKAGE BODY igs_gr_val_awc AS
2: /* $Header: IGSGR05B.pls 115.5 2004/02/04 04:53:11 kdande ship $ */
3: --
4: -- Validate the award has the correct system award type
5: --

Line 224: IF NOT IGS_GR_VAL_AWC.grdp_val_acusg_order(

220: --5. Loop through all of the award_ceremony_us_group records for this
221: -- award_ceremony and call GRDP_VAL_ACUSG_ORDER to check for any
222: -- order_in_award conflicts.
223: FOR v_acusg_rec IN c_acusg LOOP
224: IF NOT IGS_GR_VAL_AWC.grdp_val_acusg_order(
225: v_acusg_rec.grd_cal_type,
226: v_acusg_rec.grd_ci_sequence_number,
227: v_acusg_rec.ceremony_number,
228: v_acusg_rec.award_course_cd,

Line 400: END igs_gr_val_awc;

396: Fnd_Message.Set_Name('IGS', 'IGS_GE_UNHANDLED_EXCEPTION');
397: IGS_GE_MSG_STACK.ADD;
398: App_Exception.Raise_Exception;
399: END grdp_val_acusg_order;
400: END igs_gr_val_awc;