DBA Data[Home] [Help]

APPS.IGS_PS_GRP_MBR_PKG dependencies on IGS_PS_VAL_CGM

Line 98: IF IGS_PS_VAL_CGM.crsp_val_cgm_crs_grp (

94: App_Exception.Raise_Exception;
95: END IF;
96: -- Validate IGS_PS_COURSE group code. IGS_PS_COURSE group code is not updateable.
97: -- Validation is intentionally done on the delete.
98: IF IGS_PS_VAL_CGM.crsp_val_cgm_crs_grp (
99: v_course_group_cd,
100: v_message_name) = FALSE THEN
101: Fnd_Message.Set_Name('IGS',v_message_name);
102: IGS_GE_MSG_STACK.ADD;