[Home] [Help]
352: IF (((old_references.location_cd = new_references.location_cd)) OR
353: ((new_references.location_cd IS NULL))) THEN
354: NULL;
355: ELSE
356: IF NOT IGS_AD_LOCATION_PKG.Get_PK_For_Validation (
357: new_references.location_cd ,
358: 'N'
359: ) THEN
360: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');