[Home] [Help]
175: IF (((old_references.person_id = new_references.person_id)) OR
176: ((new_references.person_id IS NULL))) THEN
177: NULL;
178: ELSE
179: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (
180: new_references.person_id ) THEN
181: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
182: IGS_GE_MSG_STACK.ADD;
183: App_Exception.Raise_Exception;