DBA Data[Home] [Help]

APPS.IGS_FI_FEE_AS_RATE_PKG dependencies on IGS_EN_VAL_PEE

Line 197: -- to igs_en_val_pee.enrp_val_att_closed

193: App_Exception.Raise_Exception;
194: END IF;
195: -- Validate for closed attendance type.
196: -- change igs_fi_val_far.enrp_val_att_closed
197: -- to igs_en_val_pee.enrp_val_att_closed
198: --
199: IF IGS_EN_VAL_PEE.enrp_val_att_closed (
200: new_references.attendance_type,
201: v_message_name) = FALSE THEN

Line 199: IF IGS_EN_VAL_PEE.enrp_val_att_closed (

195: -- Validate for closed attendance type.
196: -- change igs_fi_val_far.enrp_val_att_closed
197: -- to igs_en_val_pee.enrp_val_att_closed
198: --
199: IF IGS_EN_VAL_PEE.enrp_val_att_closed (
200: new_references.attendance_type,
201: v_message_name) = FALSE THEN
202: Fnd_Message.Set_Name('IGS',v_message_name);
203: IGS_GE_MSG_STACK.ADD;