DBA Data[Home] [Help]

APPS.IGS_PS_PAT_OF_STUDY_PKG dependencies on IGS_AD_VAL_APCOO

Line 125: IF IGS_AD_VAL_APCOO.crsp_val_am_closed (

121: END IF;
122: -- Validate the Attendance Mode
123: IF (new_references.attendance_mode IS NOT NULL AND (p_inserting OR
124: (p_updating AND new_references.attendance_mode <> old_references.attendance_mode))) THEN
125: IF IGS_AD_VAL_APCOO.crsp_val_am_closed (
126: new_references.attendance_mode,
127: v_message_name) = FALSE THEN
128: Fnd_Message.Set_Name('IGS', v_message_name);
129: IGS_GE_MSG_STACK.ADD;

Line 136: IF IGS_AD_VAL_APCOO.crsp_val_att_closed (

132: END IF;
133: -- Validate the Attendance Type
134: IF (new_references.attendance_type IS NOT NULL AND (p_inserting OR
135: (p_updating AND new_references.attendance_type <> old_references.attendance_type))) THEN
136: IF IGS_AD_VAL_APCOO.crsp_val_att_closed (
137: new_references.attendance_type,
138: v_message_name) = FALSE THEN
139: Fnd_Message.Set_Name('IGS', v_message_name);
140: IGS_GE_MSG_STACK.ADD;