DBA Data[Home] [Help]

APPS.IGS_AD_APPL_PKG dependencies on IGS_PE_PERSON_PKG

Line 485: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (

481: IF (((old_references.person_id = new_references.person_id)) OR
482: ((new_references.person_id IS NULL))) THEN
483: NULL;
484: ELSE
485: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (
486: new_references.person_id
487: )THEN
488: FND_MESSAGE.SET_NAME('IGS','IGS_GE_PK_UK_NOT_FOUND');
489: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',FND_MESSAGE.GET_STRING('IGS','IGS_AD_PERSON'));