DBA Data[Home] [Help]

APPS.IGS_AD_APPL_HIST_PKG dependencies on IGS_PE_PERSON_PKG

Line 126: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (

122: IF (((old_references.person_id = new_references.person_id)) OR
123: ((new_references.person_id IS NULL))) THEN
124: NULL;
125: ELSE
126: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (
127: new_references.person_id
128: )THEN
129: FND_MESSAGE.SET_NAME('IGS','IGS_GE_PK_UK_NOT_FOUND');
130: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',FND_MESSAGE.GET_STRING('IGS','IGS_AD_PERSON'));