DBA Data[Home] [Help]

APPS.IGS_AD_RECRUITMENTS_PKG dependencies on IGS_PE_PERSON_PKG

Line 289: ELSIF NOT Igs_Pe_Person_Pkg.Get_PK_For_Validation (

285:
286: IF (((old_references.person_id = new_references.person_id)) OR
287: ((new_references.person_id IS NULL))) THEN
288: NULL;
289: ELSIF NOT Igs_Pe_Person_Pkg.Get_PK_For_Validation (
290: new_references.person_id
291: ) THEN
292: FND_MESSAGE.SET_NAME('IGS','IGS_GE_PK_UK_NOT_FOUND');
293: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',FND_MESSAGE.GET_STRING('IGS','IGS_AD_PERSON'));