[Home] [Help]
715: IF (((old_references.authorising_person_id = new_references.authorising_person_id)) OR
716: ((new_references.authorising_person_id IS NULL))) THEN
717: NULL;
718: ELSE
719: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (
720: new_references.authorising_person_id
721: ) THEN
722: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
723: Igs_Ge_Msg_Stack.Add;