[Home] [Help]
2808: END IF;
2809: IF (((old_references.attent_other_inst_cd = new_references.attent_other_inst_cd)) OR
2810: ((new_references.attent_other_inst_cd IS NULL))) THEN
2811: NULL;
2812: ELSIF NOT Igs_Or_Institution_Pkg.Get_PK_For_Validation (
2813: new_references.attent_other_inst_cd
2814: ) THEN
2815: FND_MESSAGE.SET_NAME('IGS','IGS_GE_PK_UK_NOT_FOUND');
2816: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',FND_MESSAGE.GET_STRING('IGS','IGS_AD_AT_OTH_INST'));