DBA Data[Home] [Help]

APPS.IGS_AD_TEST_RESULTS_PKG dependencies on IGS_PE_PERSON_PKG

Line 278: ELSIF NOT Igs_Pe_Person_Pkg.Get_PK_For_Validation (

274:
275: IF (((old_references.person_id = new_references.person_id)) OR
276: ((new_references.person_id IS NULL))) THEN
277: NULL;
278: ELSIF NOT Igs_Pe_Person_Pkg.Get_PK_For_Validation (
279: new_references.person_id
280: ) THEN
281: FND_MESSAGE.SET_NAME('IGS','IGS_GE_PK_UK_NOT_FOUND');
282: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',FND_MESSAGE.GET_STRING('IGS','IGS_AD_PERSON'));