[Home] [Help]
872: IF (((old_references.unit_contact = new_references.unit_contact)) OR
873: ((new_references.unit_contact IS NULL))) THEN
874: NULL;
875: ELSE
876: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (
877: new_references.unit_contact) THEN
878: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
879: IGS_GE_MSG_STACK.ADD;
880: App_Exception.Raise_Exception;