[Home] [Help]
140:
141: IF (((old_references.priority_value = new_references.priority_value)) OR
142: ((new_references.priority_value IS NULL))) THEN
143: NULL;
144: ELSIF NOT igs_lookups_view_pkg.get_pk_for_validation('RESERVE_SEAT_PRIORITY',
145: new_references.priority_value) THEN
146: Fnd_Message.Set_Name('FND','FORM_RECORD_DELETED');
147: IGS_GE_MSG_STACK.ADD;
148: App_Exception.Raise_Exception;