DBA Data[Home] [Help]

APPS.IGS_AD_OTHER_INST_PKG dependencies on IGS_OR_INSTITUTION_PKG

Line 170: ELSIF NOT Igs_Or_Institution_Pkg.Get_PK_For_Validation (

166:
167: IF (((old_references.institution_code = new_references.institution_code)) OR
168: ((new_references.institution_code IS NULL))) THEN
169: NULL;
170: ELSIF NOT Igs_Or_Institution_Pkg.Get_PK_For_Validation (
171: new_references.institution_code
172: ) THEN
173: FND_MESSAGE.SET_NAME('IGS','IGS_GE_PK_UK_NOT_FOUND');
174: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',FND_MESSAGE.GET_STRING('IGS','IGS_GE_INSTITUTION'));