[Home] [Help]
227:
228: IF (( (old_references.s_chg_method_type = new_references.s_chg_method_type)) OR
229: ((new_references.s_chg_method_type IS NULL))) THEN
230: NULL;
231: ELSIF NOT igs_lookups_view_pkg.get_pk_for_validation('CHG_METHOD',
232: new_references.s_chg_method_type) THEN
233: Fnd_Message.Set_Name ('FND','FORM_RECORD_DELETED');
234: IGS_GE_MSG_STACK.ADD;
235: App_Exception.Raise_Exception;