DBA Data[Home] [Help]

APPS.IGS_PS_OFR_PAT_NOTE_PKG dependencies on IGS_PS_VAL_CRS

Line 111: IF IGS_PS_VAL_CRS.crsp_val_iud_crv_dtl (

107: v_course_cd := new_references.course_cd;
108: v_version_number := new_references.version_number;
109: END IF;
110: -- Validate the insert/update/delete.
111: IF IGS_PS_VAL_CRS.crsp_val_iud_crv_dtl (
112: v_course_cd,
113: v_version_number,
114: v_message_name) = FALSE THEN
115: Fnd_Message.Set_Name('IGS',v_message_name);