[Home] [Help]
146: IF (((old_references.exam_location_cd = new_references.exam_location_cd)) OR
147: ((new_references.exam_location_cd IS NULL))) THEN
148: NULL;
149: ELSE
150: IF NOT IGS_AD_LOCATION_PKG.Get_PK_For_Validation (
151: new_references.exam_location_cd,
152: 'N'
153: ) THEN
154: FND_MESSAGE.SET_NAME ('FND', 'FORM_RECORD_DELETED');