DBA Data[Home] [Help]

APPS.IGS_EN_ATD_TYPE_PKG dependencies on IGS_PS_VAL_ATT

Line 89: IF IGS_PS_VAL_ATT.crsp_val_att_govt(

85: IF p_inserting OR
86: (p_updating AND
87: (old_references.govt_attendance_type <> new_references.govt_attendance_type OR
88: old_references.closed_ind <> new_references.closed_ind)) THEN
89: IF IGS_PS_VAL_ATT.crsp_val_att_govt(
90: new_references.govt_attendance_type,
91: v_message_name) = FALSE THEN
92: Fnd_Message.Set_Name('IGS', v_message_name);
93: IGS_GE_MSG_STACK.ADD;