Change all references from 'UNKNOWN' to 'OTHER'.
git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3850 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -137,7 +137,7 @@ CREATE OR REPLACE PACKAGE BODY mip_bulk_load IS
|
||||
(code
|
||||
,description)
|
||||
VALUES
|
||||
('UNKNOWN'
|
||||
('OTHER'
|
||||
,'Other Housing Type');
|
||||
EXCEPTION
|
||||
WHEN dup_val_on_index THEN
|
||||
@@ -149,7 +149,7 @@ CREATE OR REPLACE PACKAGE BODY mip_bulk_load IS
|
||||
(code
|
||||
,description)
|
||||
VALUES
|
||||
('UNKNOWN'
|
||||
('OTHER'
|
||||
,'Other Regulator Type');
|
||||
EXCEPTION
|
||||
WHEN dup_val_on_index THEN
|
||||
@@ -161,7 +161,7 @@ CREATE OR REPLACE PACKAGE BODY mip_bulk_load IS
|
||||
(code
|
||||
,description)
|
||||
VALUES
|
||||
('UNKNOWN'
|
||||
('OTHER'
|
||||
,'Other Filter Type');
|
||||
EXCEPTION
|
||||
WHEN dup_val_on_index THEN
|
||||
|
||||
Reference in New Issue
Block a user