DBA Data[Home] [Help]

APPS.IGS_PS_FLD_OF_STUDY_PKG dependencies on IGS_PS_VAL_FOS

Line 87: IF IGS_PS_VAL_FOS.crsp_val_fos_govt (

83: IF p_inserting OR
84: (p_updating AND
85: ((old_references.govt_field_of_study <> new_references.govt_field_of_study) OR
86: (old_references.closed_ind = 'Y' AND new_references.closed_ind = 'N'))) THEN
87: IF IGS_PS_VAL_FOS.crsp_val_fos_govt (
88: new_references.govt_field_of_study,
89: v_message_name) = FALSE THEN
90: FND_MESSAGE.SET_NAME('IGS',v_message_name);
91: IGS_GE_MSG_STACK.ADD;