[Home] [Help]
534: IF (((old_references.location_cd = new_references.location_cd)) OR
535: ((new_references.location_cd IS NULL))) THEN
536: NULL;
537: ELSE
538: IF NOT IGS_AD_LOCATION_PKG.Get_PK_For_Validation (
539: new_references.location_cd,
540: 'N' ) THEN
541: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
542: IGS_GE_MSG_STACK.ADD;