DBA Data[Home] [Help]

APPS.IGS_GR_VENUE_PKG dependencies on IGS_AS_VAL_ELS

Line 109: IF IGS_AS_VAL_ELS.ORGP_VAL_LOC_CLOSED (

105: App_Exception.Raise_Exception;
106: END IF;
107: --
108: -- Cannot created against closed exam_location
109: IF IGS_AS_VAL_ELS.ORGP_VAL_LOC_CLOSED (
110: new_references.exam_location_cd,
111: v_message_name) = FALSE THEN
112: Fnd_Message.Set_Name('IGS', v_message_name);
113: App_Exception.Raise_Exception;