DBA Data[Home] [Help]

APPS.IGS_EN_UNITSETPSTYPE_PKG dependencies on IGS_AS_VAL_ACOT

Line 96: IF IGS_as_VAL_acot.crsp_val_cty_closed (

92: END IF;
93: IF p_inserting OR p_updating THEN
94: --
95: -- Can not alter details when COURSE type is closed
96: IF IGS_as_VAL_acot.crsp_val_cty_closed (
97: new_references.course_type,
98: v_message_name) = FALSE THEN
99: Fnd_Message.Set_Name('IGS', v_message_name);
100: IGS_GE_MSG_STACK.ADD;