DBA Data[Home] [Help]

APPS.IGS_AD_IMP_NEAR_MTCH_PKG dependencies on IGS_PE_PERSON_PKG

Line 186: ELSIF NOT Igs_Pe_Person_Pkg.Get_PK_For_Validation (

182:
183: IF (((old_references.person_id = new_references.person_id)) OR
184: ((new_references.person_id IS NULL))) THEN
185: NULL;
186: ELSIF NOT Igs_Pe_Person_Pkg.Get_PK_For_Validation (
187: new_references.person_id
188: ) THEN
189: Fnd_Message.Set_Name ('FND','FORM_RECORD_DELETED');
190: IGS_GE_MSG_STACK.ADD;