[Home] [Help]
126: -- Validate calendar type is not closed and is of type teaching.
127: IF (new_references.cal_type IS NOT NULL) THEN
128:
129: -- As part of the bug# 1956374 changed to the below call from IGS_FI_VAL_UFT.crsp_val_posp_cat
130: IF IGS_PS_VAL_POSP.crsp_val_posp_cat (
131: new_references.cal_type,
132: v_message_name) = FALSE THEN
133: Fnd_Message.Set_Name('IGS',v_message_name);
134: IGS_GE_MSG_STACK.ADD;