DBA Data[Home] [Help]

APPS.IGS_PS_FIELD_STUDY_PKG dependencies on IGS_PS_VAL_CFOS

Line 101: IF IGS_PS_VAL_CFOS.crsp_val_cfos_fos (

97: App_Exception.Raise_Exception;
98: END IF;
99: -- Validate field of study. Field of study is not updateable.
100: IF p_inserting THEN
101: IF IGS_PS_VAL_CFOS.crsp_val_cfos_fos (
102: new_references.field_of_study,
103: v_message_name) = FALSE THEN
104: Fnd_Message.Set_Name('IGS',v_message_name);
105: IGS_GE_MSG_STACK.ADD;