DBA Data[Home] [Help]

APPS.IGS_GR_VENUE_PKG dependencies on IGS_AS_VAL_VE

Line 101: IF IGS_AS_VAL_VE.assp_val_ve_lot (

97: -- Validate that inserts are allowed
98: IF p_inserting THEN
99: --
100: -- Cannot create against location with s_location_type <> 'EXAM_CTR'
101: IF IGS_AS_VAL_VE.assp_val_ve_lot (
102: new_references.exam_location_cd,
103: v_message_name) = FALSE THEN
104: Fnd_Message.Set_Name('IGS', v_message_name);
105: App_Exception.Raise_Exception;

Line 120: IF IGS_AS_VAL_VE.assp_val_ve_reopen (

116: -- Validate that inserts/updates are allowed
117: IF p_inserting OR p_updating THEN
118: --
119: -- Cannot re-open against closed exam_location
120: IF IGS_AS_VAL_VE.assp_val_ve_reopen (
121: new_references.exam_location_cd,
122: new_references.closed_ind,
123: v_message_name) = FALSE THEN
124: Fnd_Message.Set_Name('IGS', v_message_name);