Fix for Penetration test _ Session and cookie management
[vid.git] / epsdk-app-onap / src / main / resources / vid-data-deprecated.sql
1 /*-
2  * ============LICENSE_START=======================================================
3  * VID
4  * ================================================================================
5  * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
6  * ================================================================================
7  * Licensed under the Apache License, Version 2.0 (the "License");
8  * you may not use this file except in compliance with the License.
9  * You may obtain a copy of the License at
10  *
11  *      http://www.apache.org/licenses/LICENSE-2.0
12  *
13  * Unless required by applicable law or agreed to in writing, software
14  * distributed under the License is distributed on an "AS IS" BASIS,
15  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16  * See the License for the specific language governing permissions and
17  * limitations under the License.
18  * ============LICENSE_END=========================================================
19  */
20 USE vid_openecomp_epsdk;
21
22 DELETE FROM `fn_datasource`;
23 TRUNCATE `fn_menu`;
24 DELETE FROM `fn_role_function`;
25 DELETE FROM `fn_restricted_url`;
26 DELETE FROM `fn_tab_selected`;
27 DELETE FROM `fn_tab`;
28 DELETE FROM `fn_function`;
29 DELETE FROM `fn_lu_alert_method`;
30 DELETE FROM `fn_lu_activity`;
31 DELETE FROM `fn_lu_call_times`;
32 DELETE FROM `fn_lu_country`;
33 DELETE FROM `fn_lu_menu_set`;
34 DELETE FROM `fn_lu_priority`;
35 DELETE FROM `fn_lu_state`;
36 DELETE FROM `fn_lu_tab_set`;
37
38 INSERT IGNORE INTO `fn_role` (`ROLE_ID`, `ROLE_NAME`, `ACTIVE_YN`, `PRIORITY`) VALUES
39         (1, 'System Administrator', 'Y', 1),
40         (16, 'Standard User', 'Y', 5);
41
42 --
43 -- Dumping data for table `cr_raptor_action_img`
44 --
45 REPLACE INTO `cr_raptor_action_img` VALUES ('CALENDAR','/static/fusion/raptor/img/Calendar-16x16.png');
46 REPLACE INTO `cr_raptor_action_img` VALUES ('DELETE','/static/fusion/raptor/img/deleteicon.gif');
47
48 --
49 -- Dumping data for table `fn_app`
50 --
51 INSERT IGNORE INTO `fn_app` VALUES (1,'Default',null,'Some Default Description','Some Default Note',null,null,null,'ECPP','?',1,'okYTaDrhzibcbGVq5mjkVQ==','N','N',null,'Default',null,null,'ECOMP-PORTAL-INBOX');
52
53 --
54 -- Dumping data for table `vid_workflow`
55 --
56 INSERT INTO `vid_workflow` (`WORKFLOW_DB_ID`, `WORKFLOW_APP_NAME`) VALUES (1, 'Update') ON DUPLICATE KEY UPDATE WORKFLOW_APP_NAME='Update';
57 INSERT INTO `vid_workflow` (`WORKFLOW_DB_ID`, `WORKFLOW_APP_NAME`) VALUES (2, 'Replace') ON DUPLICATE KEY UPDATE WORKFLOW_APP_NAME='Replace';
58 INSERT INTO `vid_workflow` (`WORKFLOW_DB_ID`, `WORKFLOW_APP_NAME`) VALUES (3, 'VNF In Place Software Update') ON DUPLICATE KEY UPDATE WORKFLOW_APP_NAME='VNF In Place Software Update';
59 INSERT INTO `vid_workflow` (`WORKFLOW_DB_ID`, `WORKFLOW_APP_NAME`) VALUES (6, 'VNF Scale Out') ON DUPLICATE KEY UPDATE WORKFLOW_DB_ID=6, WORKFLOW_APP_NAME='VNF Scale Out';
60 INSERT INTO `vid_workflow` (`WORKFLOW_DB_ID`, `WORKFLOW_APP_NAME`) VALUES (4, 'VNF Config Update') ON DUPLICATE KEY UPDATE WORKFLOW_DB_ID=4, WORKFLOW_APP_NAME='VNF Config Update';
61
62
63 --
64 -- Dumping data for table `vid_category_parameter`
65 --
66 INSERT INTO `vid_category_parameter` (`CATEGORY_ID`, `NAME`, `ID_SUPPORTED`, `FAMILY`,`CREATED_DATE`, `MODIFIED_DATE`) VALUES (1, 'platform', 0, 'PARAMETER_STANDARDIZATION','2017-09-12 17:01:13', '2017-09-12 17:01:13') ON DUPLICATE KEY UPDATE NAME='platform';
67 INSERT INTO `vid_category_parameter` (`CATEGORY_ID`, `NAME`, `ID_SUPPORTED`, `FAMILY`,`CREATED_DATE`, `MODIFIED_DATE`) VALUES (2, 'project', 0, 'PARAMETER_STANDARDIZATION','2017-09-12 18:23:54', '2017-09-13 15:05:25') ON DUPLICATE KEY UPDATE NAME='project';
68 INSERT INTO `vid_category_parameter` (`CATEGORY_ID`, `NAME`, `ID_SUPPORTED`, `FAMILY`,`CREATED_DATE`, `MODIFIED_DATE`) VALUES (3, 'lineOfBusiness', 0,'PARAMETER_STANDARDIZATION', '2017-09-12 18:24:14', '2017-09-12 18:24:15') ON DUPLICATE KEY UPDATE NAME='lineOfBusiness';
69 INSERT INTO `vid_category_parameter` (`CATEGORY_ID`, `NAME`, `ID_SUPPORTED`, `FAMILY`,`CREATED_DATE`, `MODIFIED_DATE`) VALUES (4, 'owningEntity', 1, 'PARAMETER_STANDARDIZATION', '2017-09-12 18:24:26', '2017-09-12 18:24:28') ON DUPLICATE KEY UPDATE NAME='owningEntity';
70 INSERT INTO `vid_category_parameter` (`CATEGORY_ID`, `NAME`, `ID_SUPPORTED`, `FAMILY`,`CREATED_DATE`, `MODIFIED_DATE`) VALUES (5,'operational-environment-type', 0,'TENANT_ISOLATION', '2017-11-12 18:24:26', '2017-11-12 18:24:28') ON DUPLICATE KEY UPDATE NAME='operational-environment-type';
71 INSERT INTO `vid_category_parameter` (`CATEGORY_ID`, `NAME`, `ID_SUPPORTED`, `FAMILY`,`CREATED_DATE`, `MODIFIED_DATE`) VALUES (6,'workload-context', 0, 'TENANT_ISOLATION','2017-11-12 18:24:26', '2017-11-12 18:24:28') ON DUPLICATE KEY UPDATE NAME='workload-context';
72
73 --
74 -- Dumping data for table `vid_category_parameter_option`
75 --
76 INSERT INTO `vid_category_parameter_option` (`CATEGORY_OPT_APP_ID`, `NAME`, `CATEGORY_ID`) VALUES ('ECOMP', 'ECOMP', '6') ON DUPLICATE KEY UPDATE NAME='ECOMP';
77 INSERT INTO `vid_category_parameter_option` (`CATEGORY_OPT_APP_ID`, `NAME`, `CATEGORY_ID`) VALUES ('DEV', 'DEV', '6') ON DUPLICATE KEY UPDATE NAME='DEV';
78 INSERT INTO `vid_category_parameter_option` (`CATEGORY_OPT_APP_ID`, `NAME`, `CATEGORY_ID`) VALUES ('TEST', 'TEST', '6') ON DUPLICATE KEY UPDATE NAME='TEST';
79 INSERT INTO `vid_category_parameter_option` (`CATEGORY_OPT_APP_ID`, `NAME`, `CATEGORY_ID`) VALUES ('VNF', 'VNF', '5') ON DUPLICATE KEY UPDATE NAME='VNF';
80
81 --
82 -- Dumping data for table `fn_function`
83 --
84 REPLACE INTO `fn_function` (`FUNCTION_CD`, `FUNCTION_NAME`) VALUES ('1','test role function');
85 REPLACE INTO `fn_function` (`FUNCTION_CD`, `FUNCTION_NAME`) VALUES ('doclib','Document Library');
86 REPLACE INTO `fn_function` (`FUNCTION_CD`, `FUNCTION_NAME`) VALUES ('doclib_admin','Document Library Admin');
87 REPLACE INTO `fn_function` (`FUNCTION_CD`, `FUNCTION_NAME`) VALUES ('login','Login');
88 REPLACE INTO `fn_function` (`FUNCTION_CD`, `FUNCTION_NAME`) VALUES ('menu_admin','Admin Menu');
89 REPLACE INTO `fn_function` (`FUNCTION_CD`, `FUNCTION_NAME`) VALUES ('menu_ajax','Ajax Menu');
90 REPLACE INTO `fn_function` (`FUNCTION_CD`, `FUNCTION_NAME`) VALUES ('menu_servicemodels','Browse ASDC Service Instances');
91 REPLACE INTO `fn_function` (`FUNCTION_CD`, `FUNCTION_NAME`) VALUES ('menu_concept','CoNCEPT');
92 REPLACE INTO `fn_function` (`FUNCTION_CD`, `FUNCTION_NAME`) VALUES ('menu_customer','Customer Menu');
93 REPLACE INTO `fn_function` (`FUNCTION_CD`, `FUNCTION_NAME`) VALUES ('menu_customer_create','Customer Create');
94 REPLACE INTO `fn_function` (`FUNCTION_CD`, `FUNCTION_NAME`) VALUES ('menu_doclib','Document Library Menu');
95 REPLACE INTO `fn_function` (`FUNCTION_CD`, `FUNCTION_NAME`) VALUES ('menu_feedback','Feedback Menu');
96 REPLACE INTO `fn_function` (`FUNCTION_CD`, `FUNCTION_NAME`) VALUES ('menu_help','Help Menu');
97 REPLACE INTO `fn_function` (`FUNCTION_CD`, `FUNCTION_NAME`) VALUES ('menu_hiveconfig','Hive Configuration');
98 REPLACE INTO `fn_function` (`FUNCTION_CD`, `FUNCTION_NAME`) VALUES ('menu_hiveconfig_create','Hive Configuration Create');
99 REPLACE INTO `fn_function` (`FUNCTION_CD`, `FUNCTION_NAME`) VALUES ('menu_hiveconfig_search','Hive Configuration Search');
100 REPLACE INTO `fn_function` (`FUNCTION_CD`, `FUNCTION_NAME`) VALUES ('menu_home','Home Menu');
101 REPLACE INTO `fn_function` (`FUNCTION_CD`, `FUNCTION_NAME`) VALUES ('menu_itracker','iTracker Menu');
102 REPLACE INTO `fn_function` (`FUNCTION_CD`, `FUNCTION_NAME`) VALUES ('menu_itracker_admin','Itracker Admin/Support menu');
103 REPLACE INTO `fn_function` (`FUNCTION_CD`, `FUNCTION_NAME`) VALUES ('menu_job','Job Menu');
104 REPLACE INTO `fn_function` (`FUNCTION_CD`, `FUNCTION_NAME`) VALUES ('menu_job_create','Job Create');
105 REPLACE INTO `fn_function` (`FUNCTION_CD`, `FUNCTION_NAME`) VALUES ('menu_job_designer','Process in Designer view');
106 REPLACE INTO `fn_function` (`FUNCTION_CD`, `FUNCTION_NAME`) VALUES ('menu_logout','Logout Menu');
107 REPLACE INTO `fn_function` (`FUNCTION_CD`, `FUNCTION_NAME`) VALUES ('menu_map','Map Menu');
108 REPLACE INTO `fn_function` (`FUNCTION_CD`, `FUNCTION_NAME`) VALUES ('menu_mapreduce','Map Reduce Configuration');
109 REPLACE INTO `fn_function` (`FUNCTION_CD`, `FUNCTION_NAME`) VALUES ('menu_mapreduce_create','Map Reduce Configuration Create');
110 REPLACE INTO `fn_function` (`FUNCTION_CD`, `FUNCTION_NAME`) VALUES ('menu_mapreduce_search','Map Reduce Configuration Search');
111 REPLACE INTO `fn_function` (`FUNCTION_CD`, `FUNCTION_NAME`) VALUES ('menu_newserinstance','Create New Service Instance');
112 REPLACE INTO `fn_function` (`FUNCTION_CD`, `FUNCTION_NAME`) VALUES ('menu_notes','Notes Menu');
113 REPLACE INTO `fn_function` (`FUNCTION_CD`, `FUNCTION_NAME`) VALUES ('menu_process','Process List');
114 REPLACE INTO `fn_function` (`FUNCTION_CD`, `FUNCTION_NAME`) VALUES ('menu_profile','Profile Menu');
115 REPLACE INTO `fn_function` (`FUNCTION_CD`, `FUNCTION_NAME`) VALUES ('menu_profile_create','Profile Create');
116 REPLACE INTO `fn_function` (`FUNCTION_CD`, `FUNCTION_NAME`) VALUES ('menu_profile_import','Profile Import');
117 REPLACE INTO `fn_function` (`FUNCTION_CD`, `FUNCTION_NAME`) VALUES ('menu_reports','Reports Menu');
118 REPLACE INTO `fn_function` (`FUNCTION_CD`, `FUNCTION_NAME`) VALUES ('menu_sample','Sample Pages Menu');
119 REPLACE INTO `fn_function` (`FUNCTION_CD`, `FUNCTION_NAME`) VALUES ('menu_tab','Sample Tab Menu');
120 REPLACE INTO `fn_function` (`FUNCTION_CD`, `FUNCTION_NAME`) VALUES ('menu_task','Task Menu');
121 REPLACE INTO `fn_function` (`FUNCTION_CD`, `FUNCTION_NAME`) VALUES ('menu_task_search','Task Search');
122 REPLACE INTO `fn_function` (`FUNCTION_CD`, `FUNCTION_NAME`) VALUES ('menu_test','Test Menu');
123 REPLACE INTO `fn_function` (`FUNCTION_CD`, `FUNCTION_NAME`) VALUES ('menu_viewlog','Log Menu');
124 REPLACE INTO `fn_function` (`FUNCTION_CD`, `FUNCTION_NAME`) VALUES ('quantum_bd','Big Data Function');
125 REPLACE INTO `fn_function` (`FUNCTION_CD`, `FUNCTION_NAME`) VALUES ('view_reports','View Raptor reports');
126 REPLACE INTO `fn_function` (`FUNCTION_CD`, `FUNCTION_NAME`) VALUES ('menu_searchexisting', 'Search for Existing Service Instances');
127 REPLACE INTO `fn_function` (`FUNCTION_CD`, `FUNCTION_NAME`) VALUES ('menu_changemanagement','VNF Changes');
128 REPLACE INTO `fn_function` (`FUNCTION_CD`, `FUNCTION_NAME`) VALUES ('menu_testenvironment','Test Environments');
129
130 --
131 -- Dumping data for table `fn_lu_activity`
132 --
133 REPLACE INTO `fn_lu_activity` VALUES ('add_child_role','add_child_role');
134 REPLACE INTO `fn_lu_activity` VALUES ('add_role','add_role');
135 REPLACE INTO `fn_lu_activity` VALUES ('add_role_function','add_role_function');
136 REPLACE INTO `fn_lu_activity` VALUES ('add_user_role','add_user_role');
137 REPLACE INTO `fn_lu_activity` VALUES ('login','Login');
138 REPLACE INTO `fn_lu_activity` VALUES ('logout','Logout');
139 REPLACE INTO `fn_lu_activity` VALUES ('mobile_login','Mobile Login');
140 REPLACE INTO `fn_lu_activity` VALUES ('mobile_logout','Mobile Logout');
141 REPLACE INTO `fn_lu_activity` VALUES ('remove_child_role','remove_child_role');
142 REPLACE INTO `fn_lu_activity` VALUES ('remove_role','remove_role');
143 REPLACE INTO `fn_lu_activity` VALUES ('remove_role_function','remove_role_function');
144 REPLACE INTO `fn_lu_activity` VALUES ('remove_user_role','remove_user_role');
145
146 --
147 -- Dumping data for table `fn_lu_alert_method`
148 --
149 REPLACE INTO `fn_lu_alert_method` VALUES ('EMAIL','Email');
150 REPLACE INTO `fn_lu_alert_method` VALUES ('FAX','Fax');
151 REPLACE INTO `fn_lu_alert_method` VALUES ('PAGER','Pager');
152 REPLACE INTO `fn_lu_alert_method` VALUES ('PHONE','Phone');
153 REPLACE INTO `fn_lu_alert_method` VALUES ('SMS','SMS');
154
155 --
156 -- Dumping data for table `fn_lu_call_times`
157 --
158 REPLACE INTO `fn_lu_call_times` VALUES (1,20,'20 min');
159 REPLACE INTO `fn_lu_call_times` VALUES (2,40,'40 min');
160 REPLACE INTO `fn_lu_call_times` VALUES (3,60,'1 hr');
161 REPLACE INTO `fn_lu_call_times` VALUES (4,80,'1 hr 20 min');
162 REPLACE INTO `fn_lu_call_times` VALUES (5,100,'1 hr 40 min');
163 REPLACE INTO `fn_lu_call_times` VALUES (6,120,'2 hrs');
164 REPLACE INTO `fn_lu_call_times` VALUES (7,140,'2 hr 20 min');
165 REPLACE INTO `fn_lu_call_times` VALUES (8,160,'2 hr 40 min');
166 REPLACE INTO `fn_lu_call_times` VALUES (9,180,'3 hrs');
167 REPLACE INTO `fn_lu_call_times` VALUES (10,200,'3 hr 20 min');
168 REPLACE INTO `fn_lu_call_times` VALUES (11,220,'3 hr 40 min');
169 REPLACE INTO `fn_lu_call_times` VALUES (12,240,'4 hrs');
170 REPLACE INTO `fn_lu_call_times` VALUES (13,260,'4 hr 20 min');
171 REPLACE INTO `fn_lu_call_times` VALUES (14,280,'4 hr 40 min');
172 REPLACE INTO `fn_lu_call_times` VALUES (15,300,'5 hrs');
173 REPLACE INTO `fn_lu_call_times` VALUES (16,320,'5 hr 20 min');
174 REPLACE INTO `fn_lu_call_times` VALUES (17,340,'5 hr 40 min');
175 REPLACE INTO `fn_lu_call_times` VALUES (18,360,'6 hrs');
176 REPLACE INTO `fn_lu_call_times` VALUES (19,380,'6 hr 20 min');
177 REPLACE INTO `fn_lu_call_times` VALUES (20,400,'6 hr 40 min');
178 REPLACE INTO `fn_lu_call_times` VALUES (21,420,'7 hrs');
179 REPLACE INTO `fn_lu_call_times` VALUES (22,440,'7 hr 20 min');
180 REPLACE INTO `fn_lu_call_times` VALUES (23,460,'7 hr 40 min');
181 REPLACE INTO `fn_lu_call_times` VALUES (24,480,'8 hrs');
182 REPLACE INTO `fn_lu_call_times` VALUES (25,500,'8 hr 20 min');
183 REPLACE INTO `fn_lu_call_times` VALUES (26,520,'8 hr 40 min');
184 REPLACE INTO `fn_lu_call_times` VALUES (27,540,'9 hrs');
185 REPLACE INTO `fn_lu_call_times` VALUES (28,560,'9 hr 20 min');
186 REPLACE INTO `fn_lu_call_times` VALUES (29,580,'9 hr 40 min');
187 REPLACE INTO `fn_lu_call_times` VALUES (30,600,'10 hrs');
188 REPLACE INTO `fn_lu_call_times` VALUES (31,10,'10 min');
189 REPLACE INTO `fn_lu_call_times` VALUES (32,5,'5 min');
190 REPLACE INTO `fn_lu_call_times` VALUES (33,1200,'20 hrs');
191 REPLACE INTO `fn_lu_call_times` VALUES (34,1800,'30 hrs');
192 REPLACE INTO `fn_lu_call_times` VALUES (35,2400,'40 hrs');
193 REPLACE INTO `fn_lu_call_times` VALUES (36,3000,'50 hrs');
194 REPLACE INTO `fn_lu_call_times` VALUES (37,4200,'70 hrs');
195 REPLACE INTO `fn_lu_call_times` VALUES (38,4800,'80 hrs');
196 REPLACE INTO `fn_lu_call_times` VALUES (39,5400,'90 hrs');
197 REPLACE INTO `fn_lu_call_times` VALUES (40,6000,'100 hrs');
198 REPLACE INTO `fn_lu_call_times` VALUES (41,7200,'120 hrs');
199 REPLACE INTO `fn_lu_call_times` VALUES (42,9600,'160 hrs');
200 REPLACE INTO `fn_lu_call_times` VALUES (43,10800,'180 hrs');
201 REPLACE INTO `fn_lu_call_times` VALUES (44,12000,'200 hrs');
202 REPLACE INTO `fn_lu_call_times` VALUES (45,18000,'300 hrs');
203 REPLACE INTO `fn_lu_call_times` VALUES (46,24000,'400 hrs');
204 REPLACE INTO `fn_lu_call_times` VALUES (47,30000,'500 hrs');
205
206 --
207 -- Dumping data for table `fn_lu_country`
208 --
209 REPLACE INTO `fn_lu_country` VALUES ('AD','Andorra','Andorra',NULL);
210 REPLACE INTO `fn_lu_country` VALUES ('AE','United Arab Emirates','United Arab Emirates',NULL);
211 REPLACE INTO `fn_lu_country` VALUES ('AF','Afghanistan','Afghanistan',NULL);
212 REPLACE INTO `fn_lu_country` VALUES ('AG','Antigua and Barbuda','Antigua and Barbuda',NULL);
213 REPLACE INTO `fn_lu_country` VALUES ('AI','Anguilla','Anguilla',NULL);
214 REPLACE INTO `fn_lu_country` VALUES ('AL','Albania','Albania',NULL);
215 REPLACE INTO `fn_lu_country` VALUES ('AM','Armenia','Armenia',NULL);
216 REPLACE INTO `fn_lu_country` VALUES ('AN','Netherlands Antilles','Netherlands Antilles',NULL);
217 REPLACE INTO `fn_lu_country` VALUES ('AO','Angola','Angola',NULL);
218 REPLACE INTO `fn_lu_country` VALUES ('AQ','Antarctica','Antarctica',NULL);
219 REPLACE INTO `fn_lu_country` VALUES ('AR','Argentina','Argentina',NULL);
220 REPLACE INTO `fn_lu_country` VALUES ('AS','American Samoa','American Samoa',NULL);
221 REPLACE INTO `fn_lu_country` VALUES ('AT','Austria','Austria',NULL);
222 REPLACE INTO `fn_lu_country` VALUES ('AU','Australia','Australia',NULL);
223 REPLACE INTO `fn_lu_country` VALUES ('AW','Aruba','Aruba',NULL);
224 REPLACE INTO `fn_lu_country` VALUES ('AZ','Azerbaidjan','Azerbaidjan',NULL);
225 REPLACE INTO `fn_lu_country` VALUES ('BA','Bosnia-Herzegovina','Bosnia-Herzegovina',NULL);
226 REPLACE INTO `fn_lu_country` VALUES ('BB','Barbados','Barbados',NULL);
227 REPLACE INTO `fn_lu_country` VALUES ('BD','Bangladesh','Bangladesh',NULL);
228 REPLACE INTO `fn_lu_country` VALUES ('BE','Belgium','Belgium',NULL);
229 REPLACE INTO `fn_lu_country` VALUES ('BF','Burkina Faso','Burkina Faso',NULL);
230 REPLACE INTO `fn_lu_country` VALUES ('BG','Bulgaria','Bulgaria',NULL);
231 REPLACE INTO `fn_lu_country` VALUES ('BH','Bahrain','Bahrain',NULL);
232 REPLACE INTO `fn_lu_country` VALUES ('BI','Burundi','Burundi',NULL);
233 REPLACE INTO `fn_lu_country` VALUES ('BJ','Benin','Benin',NULL);
234 REPLACE INTO `fn_lu_country` VALUES ('BM','Bermuda','Bermuda',NULL);
235 REPLACE INTO `fn_lu_country` VALUES ('BN','Brunei Darussalam','Brunei Darussalam',NULL);
236 REPLACE INTO `fn_lu_country` VALUES ('BO','Bolivia','Bolivia',NULL);
237 REPLACE INTO `fn_lu_country` VALUES ('BR','Brazil','Brazil',NULL);
238 REPLACE INTO `fn_lu_country` VALUES ('BS','Bahamas','Bahamas',NULL);
239 REPLACE INTO `fn_lu_country` VALUES ('BT','Bhutan','Bhutan',NULL);
240 REPLACE INTO `fn_lu_country` VALUES ('BV','Bouvet Island','Bouvet Island',NULL);
241 REPLACE INTO `fn_lu_country` VALUES ('BW','Botswana','Botswana',NULL);
242 REPLACE INTO `fn_lu_country` VALUES ('BY','Belarus','Belarus',NULL);
243 REPLACE INTO `fn_lu_country` VALUES ('BZ','Belize','Belize',NULL);
244 REPLACE INTO `fn_lu_country` VALUES ('CA','Canada','Canada',NULL);
245 REPLACE INTO `fn_lu_country` VALUES ('CC','Cocos (Keeling) Islands','Cocos (Keeling) Islands',NULL);
246 REPLACE INTO `fn_lu_country` VALUES ('CF','Central African Republic','Central African Republic',NULL);
247 REPLACE INTO `fn_lu_country` VALUES ('CG','Congo','Congo',NULL);
248 REPLACE INTO `fn_lu_country` VALUES ('CH','Switzerland','Switzerland',NULL);
249 REPLACE INTO `fn_lu_country` VALUES ('CI','Ivory Coast (Cote D\'Ivoire)','Ivory Coast (Cote D\'Ivoire)',NULL);
250 REPLACE INTO `fn_lu_country` VALUES ('CK','Cook Islands','Cook Islands',NULL);
251 REPLACE INTO `fn_lu_country` VALUES ('CL','Chile','Chile',NULL);
252 REPLACE INTO `fn_lu_country` VALUES ('CM','Cameroon','Cameroon',NULL);
253 REPLACE INTO `fn_lu_country` VALUES ('CN','China','China','China');
254 REPLACE INTO `fn_lu_country` VALUES ('CO','Colombia','Colombia',NULL);
255 REPLACE INTO `fn_lu_country` VALUES ('CR','Costa Rica','Costa Rica',NULL);
256 REPLACE INTO `fn_lu_country` VALUES ('CS','Former Czechoslovakia','Former Czechoslovakia',NULL);
257 REPLACE INTO `fn_lu_country` VALUES ('CU','Cuba','Cuba',NULL);
258 REPLACE INTO `fn_lu_country` VALUES ('CV','Cape Verde','Cape Verde',NULL);
259 REPLACE INTO `fn_lu_country` VALUES ('CX','Christmas Island','Christmas Island',NULL);
260 REPLACE INTO `fn_lu_country` VALUES ('CY','Cyprus','Cyprus',NULL);
261 REPLACE INTO `fn_lu_country` VALUES ('CZ','Czech Republic','Czech Republic',NULL);
262 REPLACE INTO `fn_lu_country` VALUES ('DE','Germany','Germany',NULL);
263 REPLACE INTO `fn_lu_country` VALUES ('DJ','Djibouti','Djibouti',NULL);
264 REPLACE INTO `fn_lu_country` VALUES ('DK','Denmark','Denmark',NULL);
265 REPLACE INTO `fn_lu_country` VALUES ('DM','Dominica','Dominica',NULL);
266 REPLACE INTO `fn_lu_country` VALUES ('DO','Dominican Republic','Dominican Republic',NULL);
267 REPLACE INTO `fn_lu_country` VALUES ('DZ','Algeria','Algeria',NULL);
268 REPLACE INTO `fn_lu_country` VALUES ('EC','Ecuador','Ecuador',NULL);
269 REPLACE INTO `fn_lu_country` VALUES ('EE','Estonia','Estonia',NULL);
270 REPLACE INTO `fn_lu_country` VALUES ('EG','Egypt','Egypt',NULL);
271 REPLACE INTO `fn_lu_country` VALUES ('EH','Western Sahara','Western Sahara',NULL);
272 REPLACE INTO `fn_lu_country` VALUES ('ER','Eritrea','Eritrea',NULL);
273 REPLACE INTO `fn_lu_country` VALUES ('ES','Spain','Spain',NULL);
274 REPLACE INTO `fn_lu_country` VALUES ('ET','Ethiopia','Ethiopia',NULL);
275 REPLACE INTO `fn_lu_country` VALUES ('FI','Finland','Finland',NULL);
276 REPLACE INTO `fn_lu_country` VALUES ('FJ','Fiji','Fiji',NULL);
277 REPLACE INTO `fn_lu_country` VALUES ('FK','Falkland Islands','Falkland Islands',NULL);
278 REPLACE INTO `fn_lu_country` VALUES ('FM','Micronesia','Micronesia',NULL);
279 REPLACE INTO `fn_lu_country` VALUES ('FO','Faroe Islands','Faroe Islands',NULL);
280 REPLACE INTO `fn_lu_country` VALUES ('FR','France','France',NULL);
281 REPLACE INTO `fn_lu_country` VALUES ('FX','France (European Territory)','France (European Territory)',NULL);
282 REPLACE INTO `fn_lu_country` VALUES ('GA','Gabon','Gabon',NULL);
283 REPLACE INTO `fn_lu_country` VALUES ('GB','Great Britain','Great Britain',NULL);
284 REPLACE INTO `fn_lu_country` VALUES ('GD','Grenada','Grenada',NULL);
285 REPLACE INTO `fn_lu_country` VALUES ('GE','Georgia','Georgia',NULL);
286 REPLACE INTO `fn_lu_country` VALUES ('GF','French Guyana','French Guyana',NULL);
287 REPLACE INTO `fn_lu_country` VALUES ('GH','Ghana','Ghana',NULL);
288 REPLACE INTO `fn_lu_country` VALUES ('GI','Gibraltar','Gibraltar',NULL);
289 REPLACE INTO `fn_lu_country` VALUES ('GL','Greenland','Greenland',NULL);
290 REPLACE INTO `fn_lu_country` VALUES ('GM','Gambia','Gambia',NULL);
291 REPLACE INTO `fn_lu_country` VALUES ('GN','Guinea','Guinea',NULL);
292 REPLACE INTO `fn_lu_country` VALUES ('GP','Guadeloupe (French)','Guadeloupe (French)',NULL);
293 REPLACE INTO `fn_lu_country` VALUES ('GQ','Equatorial Guinea','Equatorial Guinea',NULL);
294 REPLACE INTO `fn_lu_country` VALUES ('GR','Greece','Greece',NULL);
295 REPLACE INTO `fn_lu_country` VALUES ('GS','S. Georgia and S. Sandwich Isls.','S. Georgia and S. Sandwich Isls.',NULL);
296 REPLACE INTO `fn_lu_country` VALUES ('GT','Guatemala','Guatemala',NULL);
297 REPLACE INTO `fn_lu_country` VALUES ('GU','Guam (USA)','Guam (USA)',NULL);
298 REPLACE INTO `fn_lu_country` VALUES ('GW','Guinea Bissau','Guinea Bissau',NULL);
299 REPLACE INTO `fn_lu_country` VALUES ('GY','Guyana','Guyana',NULL);
300 REPLACE INTO `fn_lu_country` VALUES ('HK','Hong Kong','Hong Kong',NULL);
301 REPLACE INTO `fn_lu_country` VALUES ('HM','Heard and McDonald Islands','Heard and McDonald Islands',NULL);
302 REPLACE INTO `fn_lu_country` VALUES ('HN','Honduras','Honduras',NULL);
303 REPLACE INTO `fn_lu_country` VALUES ('HR','Croatia','Croatia',NULL);
304 REPLACE INTO `fn_lu_country` VALUES ('HT','Haiti','Haiti',NULL);
305 REPLACE INTO `fn_lu_country` VALUES ('HU','Hungary','Hungary',NULL);
306 REPLACE INTO `fn_lu_country` VALUES ('ID','Indonesia','Indonesia',NULL);
307 REPLACE INTO `fn_lu_country` VALUES ('IE','Ireland','Ireland',NULL);
308 REPLACE INTO `fn_lu_country` VALUES ('IL','Israel','Israel',NULL);
309 REPLACE INTO `fn_lu_country` VALUES ('IN','India','India',NULL);
310 REPLACE INTO `fn_lu_country` VALUES ('IO','British Indian Ocean Territory','British Indian Ocean Territory',NULL);
311 REPLACE INTO `fn_lu_country` VALUES ('IQ','Iraq','Iraq',NULL);
312 REPLACE INTO `fn_lu_country` VALUES ('IR','Iran','Iran',NULL);
313 REPLACE INTO `fn_lu_country` VALUES ('IS','Iceland','Iceland',NULL);
314 REPLACE INTO `fn_lu_country` VALUES ('IT','Italy','Italy',NULL);
315 REPLACE INTO `fn_lu_country` VALUES ('JM','Jamaica','Jamaica',NULL);
316 REPLACE INTO `fn_lu_country` VALUES ('JO','Jordan','Jordan',NULL);
317 REPLACE INTO `fn_lu_country` VALUES ('JP','Japan','Japan',NULL);
318 REPLACE INTO `fn_lu_country` VALUES ('KE','Kenya','Kenya',NULL);
319 REPLACE INTO `fn_lu_country` VALUES ('KG','Kyrgyzstan','Kyrgyzstan',NULL);
320 REPLACE INTO `fn_lu_country` VALUES ('KH','Cambodia','Cambodia',NULL);
321 REPLACE INTO `fn_lu_country` VALUES ('KI','Kiribati','Kiribati',NULL);
322 REPLACE INTO `fn_lu_country` VALUES ('KM','Comoros','Comoros',NULL);
323 REPLACE INTO `fn_lu_country` VALUES ('KN','Saint Kitts and Nevis Anguilla','Saint Kitts and Nevis Anguilla',NULL);
324 REPLACE INTO `fn_lu_country` VALUES ('KP','North Korea','North Korea',NULL);
325 REPLACE INTO `fn_lu_country` VALUES ('KR','South Korea','South Korea',NULL);
326 REPLACE INTO `fn_lu_country` VALUES ('KW','Kuwait','Kuwait',NULL);
327 REPLACE INTO `fn_lu_country` VALUES ('KY','Cayman Islands','Cayman Islands',NULL);
328 REPLACE INTO `fn_lu_country` VALUES ('KZ','Kazakhstan','Kazakhstan',NULL);
329 REPLACE INTO `fn_lu_country` VALUES ('LA','Laos','Laos',NULL);
330 REPLACE INTO `fn_lu_country` VALUES ('LB','Lebanon','Lebanon',NULL);
331 REPLACE INTO `fn_lu_country` VALUES ('LC','Saint Lucia','Saint Lucia',NULL);
332 REPLACE INTO `fn_lu_country` VALUES ('LI','Liechtenstein','Liechtenstein',NULL);
333 REPLACE INTO `fn_lu_country` VALUES ('LK','Sri Lanka','Sri Lanka',NULL);
334 REPLACE INTO `fn_lu_country` VALUES ('LR','Liberia','Liberia',NULL);
335 REPLACE INTO `fn_lu_country` VALUES ('LS','Lesotho','Lesotho',NULL);
336 REPLACE INTO `fn_lu_country` VALUES ('LT','Lithuania','Lithuania',NULL);
337 REPLACE INTO `fn_lu_country` VALUES ('LU','Luxembourg','Luxembourg',NULL);
338 REPLACE INTO `fn_lu_country` VALUES ('LV','Latvia','Latvia',NULL);
339 REPLACE INTO `fn_lu_country` VALUES ('LY','Libya','Libya',NULL);
340 REPLACE INTO `fn_lu_country` VALUES ('MA','Morocco','Morocco',NULL);
341 REPLACE INTO `fn_lu_country` VALUES ('MC','Monaco','Monaco',NULL);
342 REPLACE INTO `fn_lu_country` VALUES ('MD','Moldavia','Moldavia',NULL);
343 REPLACE INTO `fn_lu_country` VALUES ('MG','Madagascar','Madagascar',NULL);
344 REPLACE INTO `fn_lu_country` VALUES ('MH','Marshall Islands','Marshall Islands',NULL);
345 REPLACE INTO `fn_lu_country` VALUES ('MK','Macedonia','Macedonia',NULL);
346 REPLACE INTO `fn_lu_country` VALUES ('ML','Mali','Mali',NULL);
347 REPLACE INTO `fn_lu_country` VALUES ('MM','Myanmar','Myanmar',NULL);
348 REPLACE INTO `fn_lu_country` VALUES ('MN','Mongolia','Mongolia',NULL);
349 REPLACE INTO `fn_lu_country` VALUES ('MO','Macau','Macau',NULL);
350 REPLACE INTO `fn_lu_country` VALUES ('MP','Northern Mariana Islands','Northern Mariana Islands',NULL);
351 REPLACE INTO `fn_lu_country` VALUES ('MQ','Martinique (French)','Martinique (French)',NULL);
352 REPLACE INTO `fn_lu_country` VALUES ('MR','Mauritania','Mauritania',NULL);
353 REPLACE INTO `fn_lu_country` VALUES ('MS','Montserrat','Montserrat',NULL);
354 REPLACE INTO `fn_lu_country` VALUES ('MT','Malta','Malta',NULL);
355 REPLACE INTO `fn_lu_country` VALUES ('MU','Mauritius','Mauritius',NULL);
356 REPLACE INTO `fn_lu_country` VALUES ('MV','Maldives','Maldives',NULL);
357 REPLACE INTO `fn_lu_country` VALUES ('MW','Malawi','Malawi',NULL);
358 REPLACE INTO `fn_lu_country` VALUES ('MX','Mexico','Mexico','Mexico');
359 REPLACE INTO `fn_lu_country` VALUES ('MY','Malaysia','Malaysia',NULL);
360 REPLACE INTO `fn_lu_country` VALUES ('MZ','Mozambique','Mozambique',NULL);
361 REPLACE INTO `fn_lu_country` VALUES ('NA','Namibia','Namibia',NULL);
362 REPLACE INTO `fn_lu_country` VALUES ('NC','New Caledonia (French)','New Caledonia (French)',NULL);
363 REPLACE INTO `fn_lu_country` VALUES ('NE','Niger','Niger',NULL);
364 REPLACE INTO `fn_lu_country` VALUES ('NF','Norfolk Island','Norfolk Island',NULL);
365 REPLACE INTO `fn_lu_country` VALUES ('NG','Nigeria','Nigeria',NULL);
366 REPLACE INTO `fn_lu_country` VALUES ('NI','Nicaragua','Nicaragua',NULL);
367 REPLACE INTO `fn_lu_country` VALUES ('NL','Netherlands','Netherlands',NULL);
368 REPLACE INTO `fn_lu_country` VALUES ('NO','Norway','Norway',NULL);
369 REPLACE INTO `fn_lu_country` VALUES ('NP','Nepal','Nepal',NULL);
370 REPLACE INTO `fn_lu_country` VALUES ('NR','Nauru','Nauru',NULL);
371 REPLACE INTO `fn_lu_country` VALUES ('NU','Niue','Niue',NULL);
372 REPLACE INTO `fn_lu_country` VALUES ('NZ','New Zealand','New Zealand',NULL);
373 REPLACE INTO `fn_lu_country` VALUES ('OM','Oman','Oman',NULL);
374 REPLACE INTO `fn_lu_country` VALUES ('PA','Panama','Panama',NULL);
375 REPLACE INTO `fn_lu_country` VALUES ('PE','Peru','Peru',NULL);
376 REPLACE INTO `fn_lu_country` VALUES ('PF','Polynesia (French)','Polynesia (French)',NULL);
377 REPLACE INTO `fn_lu_country` VALUES ('PG','Papua New Guinea','Papua New Guinea',NULL);
378 REPLACE INTO `fn_lu_country` VALUES ('PH','Philippines','Philippines',NULL);
379 REPLACE INTO `fn_lu_country` VALUES ('PK','Pakistan','Pakistan',NULL);
380 REPLACE INTO `fn_lu_country` VALUES ('PL','Poland','Poland',NULL);
381 REPLACE INTO `fn_lu_country` VALUES ('PM','Saint Pierre and Miquelon','Saint Pierre and Miquelon',NULL);
382 REPLACE INTO `fn_lu_country` VALUES ('PN','Pitcairn Island','Pitcairn Island',NULL);
383 REPLACE INTO `fn_lu_country` VALUES ('PR','Puerto Rico','Puerto Rico',NULL);
384 REPLACE INTO `fn_lu_country` VALUES ('PT','Portugal','Portugal',NULL);
385 REPLACE INTO `fn_lu_country` VALUES ('PW','Palau','Palau',NULL);
386 REPLACE INTO `fn_lu_country` VALUES ('PY','Paraguay','Paraguay',NULL);
387 REPLACE INTO `fn_lu_country` VALUES ('QA','Qatar','Qatar',NULL);
388 REPLACE INTO `fn_lu_country` VALUES ('RE','Reunion (French)','Reunion (French)',NULL);
389 REPLACE INTO `fn_lu_country` VALUES ('RO','Romania','Romania',NULL);
390 REPLACE INTO `fn_lu_country` VALUES ('RU','Russian Federation','Russian Federation',NULL);
391 REPLACE INTO `fn_lu_country` VALUES ('RW','Rwanda','Rwanda',NULL);
392 REPLACE INTO `fn_lu_country` VALUES ('SA','Saudi Arabia','Saudi Arabia',NULL);
393 REPLACE INTO `fn_lu_country` VALUES ('SB','Solomon Islands','Solomon Islands',NULL);
394 REPLACE INTO `fn_lu_country` VALUES ('SC','Seychelles','Seychelles',NULL);
395 REPLACE INTO `fn_lu_country` VALUES ('SD','Sudan','Sudan',NULL);
396 REPLACE INTO `fn_lu_country` VALUES ('SE','Sweden','Sweden',NULL);
397 REPLACE INTO `fn_lu_country` VALUES ('SG','Singapore','Singapore',NULL);
398 REPLACE INTO `fn_lu_country` VALUES ('SH','Saint Helena','Saint Helena',NULL);
399 REPLACE INTO `fn_lu_country` VALUES ('SI','Slovenia','Slovenia',NULL);
400 REPLACE INTO `fn_lu_country` VALUES ('SJ','Svalbard and Jan Mayen Islands','Svalbard and Jan Mayen Islands',NULL);
401 REPLACE INTO `fn_lu_country` VALUES ('SK','Slovak Republic','Slovak Republic',NULL);
402 REPLACE INTO `fn_lu_country` VALUES ('SL','Sierra Leone','Sierra Leone',NULL);
403 REPLACE INTO `fn_lu_country` VALUES ('SM','San Marino','San Marino',NULL);
404 REPLACE INTO `fn_lu_country` VALUES ('SN','Senegal','Senegal',NULL);
405 REPLACE INTO `fn_lu_country` VALUES ('SO','Somalia','Somalia',NULL);
406 REPLACE INTO `fn_lu_country` VALUES ('SR','Suriname','Suriname',NULL);
407 REPLACE INTO `fn_lu_country` VALUES ('ST','Saint Tome (Sao Tome) and Principe','Saint Tome (Sao Tome) and Principe',NULL);
408 REPLACE INTO `fn_lu_country` VALUES ('SU','Former USSR','Former USSR',NULL);
409 REPLACE INTO `fn_lu_country` VALUES ('SV','El Salvador','El Salvador',NULL);
410 REPLACE INTO `fn_lu_country` VALUES ('SY','Syria','Syria',NULL);
411 REPLACE INTO `fn_lu_country` VALUES ('SZ','Swaziland','Swaziland',NULL);
412 REPLACE INTO `fn_lu_country` VALUES ('TC','Turks and Caicos Islands','Turks and Caicos Islands',NULL);
413 REPLACE INTO `fn_lu_country` VALUES ('TD','Chad','Chad',NULL);
414 REPLACE INTO `fn_lu_country` VALUES ('TF','French Southern Territories','French Southern Territories',NULL);
415 REPLACE INTO `fn_lu_country` VALUES ('TG','Togo','Togo',NULL);
416 REPLACE INTO `fn_lu_country` VALUES ('TH','Thailand','Thailand',NULL);
417 REPLACE INTO `fn_lu_country` VALUES ('TJ','Tadjikistan','Tadjikistan',NULL);
418 REPLACE INTO `fn_lu_country` VALUES ('TK','Tokelau','Tokelau',NULL);
419 REPLACE INTO `fn_lu_country` VALUES ('TM','Turkmenistan','Turkmenistan',NULL);
420 REPLACE INTO `fn_lu_country` VALUES ('TN','Tunisia','Tunisia',NULL);
421 REPLACE INTO `fn_lu_country` VALUES ('TO','Tonga','Tonga',NULL);
422 REPLACE INTO `fn_lu_country` VALUES ('TP','East Timor','East Timor',NULL);
423 REPLACE INTO `fn_lu_country` VALUES ('TR','Turkey','Turkey',NULL);
424 REPLACE INTO `fn_lu_country` VALUES ('TT','Trinidad and Tobago','Trinidad and Tobago',NULL);
425 REPLACE INTO `fn_lu_country` VALUES ('TV','Tuvalu','Tuvalu',NULL);
426 REPLACE INTO `fn_lu_country` VALUES ('TW','Taiwan','Taiwan',NULL);
427 REPLACE INTO `fn_lu_country` VALUES ('TZ','Tanzania','Tanzania',NULL);
428 REPLACE INTO `fn_lu_country` VALUES ('UA','Ukraine','Ukraine',NULL);
429 REPLACE INTO `fn_lu_country` VALUES ('UG','Uganda','Uganda',NULL);
430 REPLACE INTO `fn_lu_country` VALUES ('UK','United Kingdom','United Kingdom',NULL);
431 REPLACE INTO `fn_lu_country` VALUES ('UM','USA Minor Outlying Islands','USA Minor Outlying Islands',NULL);
432 REPLACE INTO `fn_lu_country` VALUES ('US','United States','United States','USA');
433 REPLACE INTO `fn_lu_country` VALUES ('UY','Uruguay','Uruguay',NULL);
434 REPLACE INTO `fn_lu_country` VALUES ('UZ','Uzbekistan','Uzbekistan',NULL);
435 REPLACE INTO `fn_lu_country` VALUES ('VA','Vatican City State','Vatican City State',NULL);
436 REPLACE INTO `fn_lu_country` VALUES ('VC','Saint Vincent and Grenadines','Saint Vincent and Grenadines',NULL);
437 REPLACE INTO `fn_lu_country` VALUES ('VE','Venezuela','Venezuela',NULL);
438 REPLACE INTO `fn_lu_country` VALUES ('VG','Virgin Islands (British)','Virgin Islands (British)',NULL);
439 REPLACE INTO `fn_lu_country` VALUES ('VI','Virgin Islands (USA)','Virgin Islands (USA)',NULL);
440 REPLACE INTO `fn_lu_country` VALUES ('VN','Vietnam','Vietnam',NULL);
441 REPLACE INTO `fn_lu_country` VALUES ('VU','Vanuatu','Vanuatu',NULL);
442 REPLACE INTO `fn_lu_country` VALUES ('WF','Wallis and Futuna Islands','Wallis and Futuna Islands',NULL);
443 REPLACE INTO `fn_lu_country` VALUES ('WS','Samoa','Samoa',NULL);
444 REPLACE INTO `fn_lu_country` VALUES ('YE','Yemen','Yemen',NULL);
445 REPLACE INTO `fn_lu_country` VALUES ('YT','Mayotte','Mayotte',NULL);
446 REPLACE INTO `fn_lu_country` VALUES ('YU','Yugoslavia','Yugoslavia',NULL);
447 REPLACE INTO `fn_lu_country` VALUES ('ZA','South Africa','South Africa',NULL);
448 REPLACE INTO `fn_lu_country` VALUES ('ZM','Zambia','Zambia',NULL);
449 REPLACE INTO `fn_lu_country` VALUES ('ZR','Zaire','Zaire',NULL);
450 REPLACE INTO `fn_lu_country` VALUES ('ZW','Zimbabwe','Zimbabwe',NULL);
451
452 --
453 -- Dumping data for table `fn_lu_menu_set`
454 --
455 REPLACE INTO `fn_lu_menu_set` VALUES ('APP','Application Menu');
456
457 --
458 -- Dumping data for table `fn_lu_priority`
459 --
460 REPLACE INTO `fn_lu_priority` VALUES (10,'Low','Y',10);
461 REPLACE INTO `fn_lu_priority` VALUES (20,'Normal','Y',20);
462 REPLACE INTO `fn_lu_priority` VALUES (30,'High','Y',30);
463 REPLACE INTO `fn_lu_priority` VALUES (40,'Urgent','Y',40);
464 REPLACE INTO `fn_lu_priority` VALUES (50,'Fatal','Y',50);
465
466 --
467 -- Dumping data for table `fn_lu_state`
468 --
469 REPLACE INTO `fn_lu_state` VALUES ('AK','AK - Alaska');
470 REPLACE INTO `fn_lu_state` VALUES ('AL','AL - Alabama');
471 REPLACE INTO `fn_lu_state` VALUES ('AR','AR - Arkansas');
472 REPLACE INTO `fn_lu_state` VALUES ('AZ','AZ - Arizona');
473 REPLACE INTO `fn_lu_state` VALUES ('CA','CA - California');
474 REPLACE INTO `fn_lu_state` VALUES ('CO','CO - Colorado');
475 REPLACE INTO `fn_lu_state` VALUES ('CT','CT - Connecticut');
476 REPLACE INTO `fn_lu_state` VALUES ('DC','DC - District Of Columbia');
477 REPLACE INTO `fn_lu_state` VALUES ('DE','DE - Delaware');
478 REPLACE INTO `fn_lu_state` VALUES ('FL','FL - Florida');
479 REPLACE INTO `fn_lu_state` VALUES ('GA','GA - Georgia');
480 REPLACE INTO `fn_lu_state` VALUES ('HI','HI - Hawaii');
481 REPLACE INTO `fn_lu_state` VALUES ('IA','IA - Iowa');
482 REPLACE INTO `fn_lu_state` VALUES ('ID','ID - Idaho');
483 REPLACE INTO `fn_lu_state` VALUES ('IL','IL - Illinois');
484 REPLACE INTO `fn_lu_state` VALUES ('IN','IN - Indiana');
485 REPLACE INTO `fn_lu_state` VALUES ('KS','KS - Kansas');
486 REPLACE INTO `fn_lu_state` VALUES ('KY','KY - Kentucky');
487 REPLACE INTO `fn_lu_state` VALUES ('LA','LA - Louisiana');
488 REPLACE INTO `fn_lu_state` VALUES ('MA','MA - Massachusetts');
489 REPLACE INTO `fn_lu_state` VALUES ('MD','MD - Maryland');
490 REPLACE INTO `fn_lu_state` VALUES ('ME','ME - Maine');
491 REPLACE INTO `fn_lu_state` VALUES ('MI','MI - Michigan');
492 REPLACE INTO `fn_lu_state` VALUES ('MN','MN - Minnesota');
493 REPLACE INTO `fn_lu_state` VALUES ('MO','MO - Missouri');
494 REPLACE INTO `fn_lu_state` VALUES ('MS','MS - Mississippi');
495 REPLACE INTO `fn_lu_state` VALUES ('MT','MT - Montana');
496 REPLACE INTO `fn_lu_state` VALUES ('NC','NC - North Carolina');
497 REPLACE INTO `fn_lu_state` VALUES ('ND','ND - North Dakota');
498 REPLACE INTO `fn_lu_state` VALUES ('NE','NE - Nebraska');
499 REPLACE INTO `fn_lu_state` VALUES ('NH','NH - New Hampshire');
500 REPLACE INTO `fn_lu_state` VALUES ('NJ','NJ - New Jersey');
501 REPLACE INTO `fn_lu_state` VALUES ('NM','NM - New Mexico');
502 REPLACE INTO `fn_lu_state` VALUES ('NV','NV - Nevada');
503 REPLACE INTO `fn_lu_state` VALUES ('NY','NY - New York');
504 REPLACE INTO `fn_lu_state` VALUES ('OH','OH - Ohio');
505 REPLACE INTO `fn_lu_state` VALUES ('OK','OK - Oklahoma');
506 REPLACE INTO `fn_lu_state` VALUES ('OR','OR - Oregon');
507 REPLACE INTO `fn_lu_state` VALUES ('PA','PA - Pennsylvania');
508 REPLACE INTO `fn_lu_state` VALUES ('PR','PR - Puerto Rico');
509 REPLACE INTO `fn_lu_state` VALUES ('RI','RI - Rhode Island');
510 REPLACE INTO `fn_lu_state` VALUES ('SC','SC - South Carolina');
511 REPLACE INTO `fn_lu_state` VALUES ('SD','SD - South Dakota');
512 REPLACE INTO `fn_lu_state` VALUES ('TN','TN - Tennessee');
513 REPLACE INTO `fn_lu_state` VALUES ('TX','TX - Texas');
514 REPLACE INTO `fn_lu_state` VALUES ('UT','UT - Utah');
515 REPLACE INTO `fn_lu_state` VALUES ('VA','VA - Virginia');
516 REPLACE INTO `fn_lu_state` VALUES ('VI','VI-Virgin Island');
517 REPLACE INTO `fn_lu_state` VALUES ('VT','VT - Vermont');
518 REPLACE INTO `fn_lu_state` VALUES ('WA','WA - Washington');
519 REPLACE INTO `fn_lu_state` VALUES ('WI','WI - Wisconsin');
520 REPLACE INTO `fn_lu_state` VALUES ('WV','WV - West Virginia');
521 REPLACE INTO `fn_lu_state` VALUES ('WY','WY - Wyoming');
522
523 --
524 -- Dumping data for table `fn_lu_tab_set`
525 --
526 REPLACE INTO `fn_lu_tab_set` VALUES ('APP','Application Tabs');
527
528 --
529 -- Dumping data for table `fn_lu_timezone`
530 --
531 INSERT INTO `fn_lu_timezone` VALUES (10,'US/Eastern','US/Eastern') ON DUPLICATE KEY UPDATE TIMEZONE_NAME='US/Eastern', TIMEZONE_VALUE='US/Eastern';
532 INSERT INTO `fn_lu_timezone` VALUES (20,'US/Central','US/Central') ON DUPLICATE KEY UPDATE TIMEZONE_NAME='US/Central', TIMEZONE_VALUE='US/Central';
533 INSERT INTO `fn_lu_timezone` VALUES (30,'US/Mountain','US/Mountain') ON DUPLICATE KEY UPDATE TIMEZONE_NAME='US/Mountain', TIMEZONE_VALUE='US/Mountain';
534 INSERT INTO `fn_lu_timezone` VALUES (40,'US/Arizona','America/Phoenix') ON DUPLICATE KEY UPDATE TIMEZONE_NAME='US/Arizona', TIMEZONE_VALUE='America/Phoenix';
535 INSERT INTO `fn_lu_timezone` VALUES (50,'US/Pacific','US/Pacific') ON DUPLICATE KEY UPDATE TIMEZONE_NAME='US/Pacific', TIMEZONE_VALUE='US/Pacific';
536 INSERT INTO `fn_lu_timezone` VALUES (60,'US/Alaska','US/Alaska') ON DUPLICATE KEY UPDATE TIMEZONE_NAME='US/Alaska', TIMEZONE_VALUE='US/Alaska';
537 INSERT INTO `fn_lu_timezone` VALUES (70,'US/Hawaii','US/Hawaii') ON DUPLICATE KEY UPDATE TIMEZONE_NAME='US/Hawaii', TIMEZONE_VALUE='US/Hawaii';
538
539 --
540 -- Dumping data for table `fn_menu`
541 --
542 INSERT INTO `fn_menu` VALUES (1,'Root',NULL,10,NULL,'menu_home','N',NULL,NULL,NULL,NULL,'APP','N',NULL) ON DUPLICATE KEY UPDATE LABEL='Root', PARENT_ID=NULL, SORT_ORDER=10, ACTION=NULL, FUNCTION_CD='menu_home', ACTIVE_YN='N', SERVLET=NULL, QUERY_STRING=NULL, EXTERNAL_URL=NULL, TARGET=NULL, MENU_SET_CD='APP', SEPARATOR_YN='N', IMAGE_SRC=NULL;
543 INSERT INTO `fn_menu` VALUES (2,'VID Home',1,10,'welcome.htm','menu_home','Y',NULL,NULL,NULL,NULL,'APP','N','icon-location-pin') ON DUPLICATE KEY UPDATE LABEL='VID Home', PARENT_ID=1, SORT_ORDER=10, ACTION='welcome.htm', FUNCTION_CD='menu_home', ACTIVE_YN='Y', SERVLET=NULL, QUERY_STRING=NULL, EXTERNAL_URL=NULL, TARGET=NULL, MENU_SET_CD='APP', SEPARATOR_YN='N', IMAGE_SRC='icon-location-pin';
544 INSERT INTO `fn_menu` VALUES (3,'Search for Existing Service Instances',1,10,'serviceModels.htm#/instances/services','menu_searchexisting','Y',NULL,NULL,NULL,NULL,'APP','N','icon-location-pin') ON DUPLICATE KEY UPDATE LABEL='Search for Existing Service Instances', PARENT_ID=1, SORT_ORDER=10, ACTION='serviceModels.htm#/instances/services', FUNCTION_CD='menu_searchexisting', ACTIVE_YN='Y', SERVLET=NULL, QUERY_STRING=NULL, EXTERNAL_URL=NULL, TARGET=NULL, MENU_SET_CD='APP', SEPARATOR_YN='N', IMAGE_SRC='icon-location-pin';
545 INSERT INTO `fn_menu` VALUES (10,'Admin',1,110,'role_list.htm','menu_admin','Y',NULL,NULL,NULL,NULL,'APP','N','icon-settings') ON DUPLICATE KEY UPDATE LABEL='Admin', PARENT_ID=1, SORT_ORDER=110, ACTION='admin', FUNCTION_CD='menu_admin', ACTIVE_YN='Y', SERVLET=NULL, QUERY_STRING=NULL, EXTERNAL_URL=NULL, TARGET=NULL, MENU_SET_CD='APP', SEPARATOR_YN='N', IMAGE_SRC='icon-settings';
546 INSERT INTO `fn_menu` VALUES (13,'VID Logout',1,130,'app_logout.htm','menu_logout','N',NULL,NULL,NULL,NULL,'APP','N','icon-sign-out') ON DUPLICATE KEY UPDATE LABEL='VID Logout', PARENT_ID=1, SORT_ORDER=130, ACTION='app_logout.htm', FUNCTION_CD='menu_logout', ACTIVE_YN='N', SERVLET=NULL, QUERY_STRING=NULL, EXTERNAL_URL=NULL, TARGET=NULL, MENU_SET_CD='APP', SEPARATOR_YN='N', IMAGE_SRC='icon-sign-out';
547 INSERT INTO `fn_menu` VALUES (42,'Browse ASDC Service Models',1,10,'serviceModels.htm','menu_servicemodels','Y',NULL,NULL,NULL,NULL,'APP','N','icon-location-pin') ON DUPLICATE KEY UPDATE LABEL='Browse ASDC Service Instances', PARENT_ID=1, SORT_ORDER=10, ACTION='serviceModels.htm', FUNCTION_CD='menu_servicemodels', ACTIVE_YN='Y', SERVLET=NULL, QUERY_STRING=NULL, EXTERNAL_URL=NULL, TARGET=NULL, MENU_SET_CD='APP', SEPARATOR_YN='N', IMAGE_SRC='icon-location-pin';
548 INSERT INTO `fn_menu` VALUES (41,'Create New Service Instance',1,10,'serviceModels.htm#/instances/subscribers','menu_newserinstance','Y',NULL,NULL,NULL,NULL,'APP','N','icon-location-pin') ON DUPLICATE KEY UPDATE LABEL='Create New Service Instance', PARENT_ID=1, SORT_ORDER=10, ACTION='serviceModels.htm#/instances/subscribers', FUNCTION_CD='menu_newserinstance', ACTIVE_YN='Y', SERVLET=NULL, QUERY_STRING=NULL, EXTERNAL_URL=NULL, TARGET=NULL, MENU_SET_CD='APP', SEPARATOR_YN='N', IMAGE_SRC='icon-location-pin';
549 INSERT INTO `fn_menu` VALUES (43,'View Log',1,10,'viewlog.htm','menu_viewlog','N',NULL,NULL,NULL,NULL,'APP','N','icon-location-pin') ON DUPLICATE KEY UPDATE LABEL='View Log', PARENT_ID=1, SORT_ORDER=10, ACTION='viewlog.htm', FUNCTION_CD='menu_viewlog', ACTIVE_YN='Y', SERVLET=NULL, QUERY_STRING=NULL, EXTERNAL_URL=NULL, TARGET=NULL, MENU_SET_CD='APP', SEPARATOR_YN='N', IMAGE_SRC='icon-location-pin';
550 INSERT INTO `fn_menu` VALUES (101,'Roles',10,20,'admin','menu_admin','Y',NULL,NULL,NULL,NULL,'APP','N','/static/fusion/images/users.png') ON DUPLICATE KEY UPDATE LABEL='Roles', PARENT_ID=10, SORT_ORDER=20, ACTION='admin', FUNCTION_CD='menu_admin', ACTIVE_YN='Y', SERVLET=NULL, QUERY_STRING=NULL, EXTERNAL_URL=NULL, TARGET=NULL, MENU_SET_CD='APP', SEPARATOR_YN='N', IMAGE_SRC='/static/fusion/images/users.png';
551 INSERT INTO `fn_menu` VALUES (102,'Role Functions',10,30,'admin#/role_function_list','menu_admin','Y',NULL,NULL,NULL,NULL,'APP','N',NULL) ON DUPLICATE KEY UPDATE LABEL='Role Functions', PARENT_ID=10, SORT_ORDER=30, ACTION='admin#/role_function_list', FUNCTION_CD='menu_admin', ACTIVE_YN='Y', SERVLET=NULL, QUERY_STRING=NULL, EXTERNAL_URL=NULL, TARGET=NULL, MENU_SET_CD='APP', SEPARATOR_YN='N', IMAGE_SRC=NULL;
552 INSERT INTO `fn_menu` VALUES (103,'Broadcast Messages',10,50,'admin#/broadcast_list','menu_admin','N',NULL,NULL,NULL,NULL,'APP','N','/static/fusion/images/bubble.png') ON DUPLICATE KEY UPDATE LABEL='Broadcast Messages', PARENT_ID=10, SORT_ORDER=50, ACTION='admin#/broadcast_list', FUNCTION_CD='menu_admin', ACTIVE_YN='N', SERVLET=NULL, QUERY_STRING=NULL, EXTERNAL_URL=NULL, TARGET=NULL, MENU_SET_CD='APP', SEPARATOR_YN='N', IMAGE_SRC='/static/fusion/images/bubble.png';
553 INSERT INTO `fn_menu` VALUES (105,'Cache Admin',10,40,'admin#/jcs_admin','menu_admin','N',NULL,NULL,NULL,NULL,'APP','N','/static/fusion/images/cache.png') ON DUPLICATE KEY UPDATE LABEL='Cache Admin', PARENT_ID=10, SORT_ORDER=40, ACTION='admin#/jcs_admin', FUNCTION_CD='menu_admin', ACTIVE_YN='N', SERVLET=NULL, QUERY_STRING=NULL, EXTERNAL_URL=NULL, TARGET=NULL, MENU_SET_CD='APP', SEPARATOR_YN='N', IMAGE_SRC='/static/fusion/images/cache.png';
554 INSERT INTO `fn_menu` VALUES (106,'Lock/Unlock Application',10,60,'application_lockout.htm','menu_admin','N',NULL,NULL,NULL,NULL,'APP','N','/static/fusion/images/decrypted.png') ON DUPLICATE KEY UPDATE LABEL='Lock/Unlock Application', PARENT_ID=10, SORT_ORDER=60, ACTION='application_lockout.htm', FUNCTION_CD='menu_admin', ACTIVE_YN='N', SERVLET=NULL, QUERY_STRING=NULL, EXTERNAL_URL=NULL, TARGET=NULL, MENU_SET_CD='APP', SEPARATOR_YN='N', IMAGE_SRC='/static/fusion/images/decrypted.png';
555 INSERT INTO `fn_menu` VALUES (108,'Usage',10,80,'admin#/usage_list','menu_admin','N',NULL,NULL,NULL,NULL,'APP','N','/static/fusion/images/users.png') ON DUPLICATE KEY UPDATE LABEL='Usage', PARENT_ID=10, SORT_ORDER=80, ACTION='admin#/usage_list', FUNCTION_CD='menu_admin', ACTIVE_YN='Y', SERVLET=NULL, QUERY_STRING=NULL, EXTERNAL_URL=NULL, TARGET=NULL, MENU_SET_CD='APP', SEPARATOR_YN='N', IMAGE_SRC='/static/fusion/images/users.png';
556 INSERT INTO `fn_menu` VALUES (109, 'VNF Changes', 1, 11, 'serviceModels.htm#/change-management', 'menu_changemanagement', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', 'icon-location-pin') ON DUPLICATE KEY UPDATE LABEL='VNF Changes', PARENT_ID=1, SORT_ORDER=11, ACTION='serviceModels.htm#/change-management', FUNCTION_CD='menu_changemanagement', ACTIVE_YN='Y', SERVLET=NULL, QUERY_STRING=NULL, EXTERNAL_URL=NULL, TARGET=NULL, MENU_SET_CD='APP', SEPARATOR_YN='N', IMAGE_SRC='icon-location-pin';
557 INSERT INTO `fn_menu` VALUES (110, 'Test Environments', 1, 12, 'serviceModels.htm#/testEnvironments', 'menu_testenvironment', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', 'icon-location-pin') ON DUPLICATE KEY UPDATE LABEL='Test Environments', PARENT_ID=1, SORT_ORDER=12, ACTION='serviceModels.htm#/testEnvironments', FUNCTION_CD='menu_testenvironment', ACTIVE_YN='Y', SERVLET=NULL, QUERY_STRING=NULL, EXTERNAL_URL=NULL, TARGET=NULL, MENU_SET_CD='APP', SEPARATOR_YN='N', IMAGE_SRC='icon-location-pin';
558 --
559 -- Dumping data for table `fn_restricted_url`
560 --
561 REPLACE INTO `fn_restricted_url` VALUES ('attachment.htm','menu_admin');
562 REPLACE INTO `fn_restricted_url` VALUES ('broadcast.htm','menu_admin');
563 REPLACE INTO `fn_restricted_url` VALUES ('file_upload.htm','menu_admin');
564 REPLACE INTO `fn_restricted_url` VALUES ('job.htm','menu_admin');
565 REPLACE INTO `fn_restricted_url` VALUES ('role.htm','menu_admin');
566 REPLACE INTO `fn_restricted_url` VALUES ('role_function.htm','menu_admin');
567 REPLACE INTO `fn_restricted_url` VALUES ('test.htm','menu_admin');
568 REPLACE INTO `fn_restricted_url` VALUES ('serviceModels.htm','menu_servicemodels');
569 REPLACE INTO `fn_restricted_url` VALUES ('async_test.htm','menu_home');
570 REPLACE INTO `fn_restricted_url` VALUES ('chatWindow.htm','menu_home');
571 REPLACE INTO `fn_restricted_url` VALUES ('contact_list.htm','menu_home');
572 REPLACE INTO `fn_restricted_url` VALUES ('customer_dynamic_list.htm','menu_home');
573 REPLACE INTO `fn_restricted_url` VALUES ('event.htm','menu_home');
574 REPLACE INTO `fn_restricted_url` VALUES ('event_list.htm','menu_home');
575 REPLACE INTO `fn_restricted_url` VALUES ('mobile_welcome.htm','menu_home');
576 REPLACE INTO `fn_restricted_url` VALUES ('sample_map.htm','menu_home');
577 REPLACE INTO `fn_restricted_url` VALUES ('template.jsp','menu_home');
578 REPLACE INTO `fn_restricted_url` VALUES ('welcome.htm','menu_home');
579 REPLACE INTO `fn_restricted_url` VALUES ('zkau','menu_home');
580 REPLACE INTO `fn_restricted_url` VALUES ('itracker_assign.htm','menu_itracker');
581 REPLACE INTO `fn_restricted_url` VALUES ('itracker_byassignee.htm','menu_itracker');
582 REPLACE INTO `fn_restricted_url` VALUES ('itracker_create.htm','menu_itracker');
583 REPLACE INTO `fn_restricted_url` VALUES ('itracker_update.htm','menu_itracker');
584 REPLACE INTO `fn_restricted_url` VALUES ('manage_license.htm','menu_itracker');
585 REPLACE INTO `fn_restricted_url` VALUES ('support_ticket.htm','menu_itracker');
586 REPLACE INTO `fn_restricted_url` VALUES ('jbpm_designer.htm','menu_job_create');
587 REPLACE INTO `fn_restricted_url` VALUES ('jbpm_drools.htm','menu_job_create');
588 REPLACE INTO `fn_restricted_url` VALUES ('process_job.htm','menu_job_create');
589 REPLACE INTO `fn_restricted_url` VALUES ('novamap_controller.htm','menu_map');
590 REPLACE INTO `fn_restricted_url` VALUES ('createnewserviceinstance.htm','menu_newserinstance');
591 REPLACE INTO `fn_restricted_url` VALUES ('profile.htm','menu_profile_create');
592 REPLACE INTO `fn_restricted_url` VALUES ('raptor.htm','menu_reports');
593 REPLACE INTO `fn_restricted_url` VALUES ('raptor2.htm','menu_reports');
594 REPLACE INTO `fn_restricted_url` VALUES ('raptor_blob_extract.htm','menu_reports');
595 REPLACE INTO `fn_restricted_url` VALUES ('raptor_email_attachment.htm','menu_reports');
596 REPLACE INTO `fn_restricted_url` VALUES ('raptor_search.htm','menu_reports');
597 REPLACE INTO `fn_restricted_url` VALUES ('report_list.htm','menu_reports');
598 REPLACE INTO `fn_restricted_url` VALUES ('gauge.htm','menu_tab');
599 REPLACE INTO `fn_restricted_url` VALUES ('gmap_controller.htm','menu_tab');
600 REPLACE INTO `fn_restricted_url` VALUES ('gmap_frame.htm','menu_tab');
601 REPLACE INTO `fn_restricted_url` VALUES ('map.htm','menu_tab');
602 REPLACE INTO `fn_restricted_url` VALUES ('map_download.htm','menu_tab');
603 REPLACE INTO `fn_restricted_url` VALUES ('map_grid_search.htm','menu_tab');
604 REPLACE INTO `fn_restricted_url` VALUES ('sample_animated_map.htm','menu_tab');
605 REPLACE INTO `fn_restricted_url` VALUES ('sample_heat_map.htm','menu_tab');
606 REPLACE INTO `fn_restricted_url` VALUES ('sample_heat_map_no_header.htm','menu_tab');
607 REPLACE INTO `fn_restricted_url` VALUES ('sample_map_2.htm','menu_tab');
608 REPLACE INTO `fn_restricted_url` VALUES ('sample_map_3.htm','menu_tab');
609 REPLACE INTO `fn_restricted_url` VALUES ('tab2_sub1.htm','menu_tab');
610 REPLACE INTO `fn_restricted_url` VALUES ('tab2_sub2_link1.htm','menu_tab');
611 REPLACE INTO `fn_restricted_url` VALUES ('tab2_sub2_link2.htm','menu_tab');
612 REPLACE INTO `fn_restricted_url` VALUES ('tab2_sub3.htm','menu_tab');
613 REPLACE INTO `fn_restricted_url` VALUES ('tab3.htm','menu_tab');
614 REPLACE INTO `fn_restricted_url` VALUES ('tab4.htm','menu_tab');
615 REPLACE INTO `fn_restricted_url` VALUES ('viewlog.htm','menu_viewlog');
616 REPLACE INTO `fn_restricted_url` VALUES ('bd_optima.htm','quantum_bd');
617 REPLACE INTO `fn_restricted_url` VALUES ('bd_optima_interactive.htm','quantum_bd');
618 REPLACE INTO `fn_restricted_url` VALUES ('bd_p2t.htm','quantum_bd');
619 REPLACE INTO `fn_restricted_url` VALUES ('grid_heatmap.htm','quantum_bd');
620 REPLACE INTO `fn_restricted_url` VALUES ('hive.htm','quantum_bd');
621 REPLACE INTO `fn_restricted_url` VALUES ('hiveconfig.htm','quantum_bd');
622 REPLACE INTO `fn_restricted_url` VALUES ('hiveconfig_popup.htm','quantum_bd');
623 REPLACE INTO `fn_restricted_url` VALUES ('hive_search.htm','quantum_bd');
624 REPLACE INTO `fn_restricted_url` VALUES ('hive_search_popup.htm','quantum_bd');
625 REPLACE INTO `fn_restricted_url` VALUES ('jbpmTestProcess.htm','quantum_bd');
626 REPLACE INTO `fn_restricted_url` VALUES ('job_progress.htm','quantum_bd');
627 REPLACE INTO `fn_restricted_url` VALUES ('mapreduce.htm','quantum_bd');
628 REPLACE INTO `fn_restricted_url` VALUES ('mapreduce_search.htm','quantum_bd');
629 REPLACE INTO `fn_restricted_url` VALUES ('raptor.htm','view_reports');
630 REPLACE INTO `fn_restricted_url` VALUES ('raptor_blob_extract.htm','view_reports');
631 REPLACE INTO `fn_restricted_url` VALUES ('serviceModels.htm','menu_servicemodels');
632
633
634 --
635 -- Dumping data for table `fn_role_composite`
636 --
637 REPLACE INTO `fn_role_composite` VALUES (1,16);
638
639 --
640 -- Dumping data for table `fn_role_function`
641 --
642 REPLACE INTO `fn_role_function` VALUES (1,'doclib');
643 REPLACE INTO `fn_role_function` VALUES (1,'doclib_admin');
644 REPLACE INTO `fn_role_function` VALUES (1,'login');
645 REPLACE INTO `fn_role_function` VALUES (1,'menu_admin');
646 REPLACE INTO `fn_role_function` VALUES (1,'menu_ajax');
647 REPLACE INTO `fn_role_function` VALUES (1,'menu_servicemodels');
648 REPLACE INTO `fn_role_function` VALUES (1,'menu_customer');
649 REPLACE INTO `fn_role_function` VALUES (1,'menu_customer_create');
650 REPLACE INTO `fn_role_function` VALUES (1,'menu_feedback');
651 REPLACE INTO `fn_role_function` VALUES (1,'menu_help');
652 REPLACE INTO `fn_role_function` VALUES (1,'menu_hiveconfig');
653 REPLACE INTO `fn_role_function` VALUES (1,'menu_hiveconfig_create');
654 REPLACE INTO `fn_role_function` VALUES (1,'menu_hiveconfig_search');
655 REPLACE INTO `fn_role_function` VALUES (1,'menu_home');
656 REPLACE INTO `fn_role_function` VALUES (1,'menu_itracker');
657 REPLACE INTO `fn_role_function` VALUES (1,'menu_itracker_admin');
658 REPLACE INTO `fn_role_function` VALUES (1,'menu_job');
659 REPLACE INTO `fn_role_function` VALUES (1,'menu_job_create');
660 REPLACE INTO `fn_role_function` VALUES (1,'menu_logout');
661 REPLACE INTO `fn_role_function` VALUES (1,'menu_mapreduce');
662 REPLACE INTO `fn_role_function` VALUES (1,'menu_mapreduce_create');
663 REPLACE INTO `fn_role_function` VALUES (1,'menu_mapreduce_search');
664 REPLACE INTO `fn_role_function` VALUES (1,'menu_newserinstance');
665 REPLACE INTO `fn_role_function` VALUES (1,'menu_notes');
666 REPLACE INTO `fn_role_function` VALUES (1,'menu_process');
667 REPLACE INTO `fn_role_function` VALUES (1,'menu_profile');
668 REPLACE INTO `fn_role_function` VALUES (1,'menu_profile_create');
669 REPLACE INTO `fn_role_function` VALUES (1,'menu_profile_import');
670 REPLACE INTO `fn_role_function` VALUES (1,'menu_reports');
671 REPLACE INTO `fn_role_function` VALUES (1,'menu_sample');
672 REPLACE INTO `fn_role_function` VALUES (1,'menu_tab');
673 REPLACE INTO `fn_role_function` VALUES (1,'menu_test');
674 REPLACE INTO `fn_role_function` VALUES (1,'menu_viewlog');
675 REPLACE INTO `fn_role_function` VALUES (1,'quantum_bd');
676 REPLACE INTO `fn_role_function` VALUES (16,'login');
677 REPLACE INTO `fn_role_function` VALUES (16,'menu_ajax');
678 REPLACE INTO `fn_role_function` VALUES (16,'menu_servicemodels');
679 REPLACE INTO `fn_role_function` VALUES (16,'menu_customer');
680 REPLACE INTO `fn_role_function` VALUES (16,'menu_customer_create');
681 REPLACE INTO `fn_role_function` VALUES (16,'menu_home');
682 REPLACE INTO `fn_role_function` VALUES (16,'menu_itracker');
683 REPLACE INTO `fn_role_function` VALUES (16,'menu_logout');
684 REPLACE INTO `fn_role_function` VALUES (16,'menu_map');
685 REPLACE INTO `fn_role_function` VALUES (16,'menu_newserinstance');
686 REPLACE INTO `fn_role_function` VALUES (16,'menu_profile');
687 REPLACE INTO `fn_role_function` VALUES (16,'menu_reports');
688 REPLACE INTO `fn_role_function` VALUES (16,'menu_tab');
689 REPLACE INTO `fn_role_function` VALUES (16,'menu_viewlog');
690 REPLACE INTO `fn_role_function` VALUES (16,'quantum_bd');
691 REPLACE INTO `fn_role_function` VALUES ('1', 'menu_searchexisting');
692 REPLACE INTO `fn_role_function` VALUES ('16', 'menu_searchexisting');
693 REPLACE INTO `fn_role_function` VALUES (1,'menu_changemanagement');
694 REPLACE INTO `fn_role_function` VALUES (16,'menu_changemanagement');
695 REPLACE INTO `fn_role_function` VALUES (1,'menu_testenvironment');
696 REPLACE INTO `fn_role_function` VALUES (16,'menu_testenvironment');
697
698 update fn_menu set active_yn = 'Y' where label = 'Admin';
699 update fn_menu set active_yn = 'Y' where label = 'Root';
700 update fn_menu set action = 'admin' where label = 'Admin';
701
702 --
703 -- Dumping data for table `fn_tab`
704 --
705 INSERT INTO `fn_tab` VALUES ('TAB1','Tab 1','Tab 1 Information','tab1.htm','menu_tab','Y',10,NULL,'APP') ON DUPLICATE KEY UPDATE TAB_NAME='Tab 1', TAB_DESCR='Tab 1 Information', ACTION='tab1.htm', FUNCTION_CD='menu_tab', ACTIVE_YN='Y', SORT_ORDER=10, PARENT_TAB_CD=NULL, TAB_SET_CD='APP';
706 INSERT INTO `fn_tab` VALUES ('TAB2','Tab 2','Tab 2 Information','tab2_sub1.htm','menu_tab','Y',20,NULL,'APP') ON DUPLICATE KEY UPDATE TAB_NAME='Tab 2', TAB_DESCR='Tab 2 Information', ACTION='tab2_sub1.htm', FUNCTION_CD='menu_tab', ACTIVE_YN='Y', SORT_ORDER=20, PARENT_TAB_CD=NULL, TAB_SET_CD='APP';
707 INSERT INTO `fn_tab` VALUES ('TAB2_SUB1','Sub Tab 1','Sub Tab 1 Information','tab2_sub1.htm','menu_tab','Y',10,'TAB2','APP') ON DUPLICATE KEY UPDATE TAB_NAME='Sub Tab 1', TAB_DESCR='Sub Tab 1 Information', ACTION='tab2_sub1.htm', FUNCTION_CD='menu_tab', ACTIVE_YN='Y', SORT_ORDER=10, PARENT_TAB_CD='TAB2', TAB_SET_CD='APP';
708 INSERT INTO `fn_tab` VALUES ('TAB2_SUB1_S1','Left Tab 1','Sub - Sub Tab 1 Information','tab2_sub1.htm','menu_tab','Y',10,'TAB2_SUB1','APP') ON DUPLICATE KEY UPDATE TAB_NAME='Left Tab 1', TAB_DESCR='Sub - Sub Tab 1 Information', ACTION='tab2_sub1.htm', FUNCTION_CD='menu_tab', ACTIVE_YN='Y', SORT_ORDER=10, PARENT_TAB_CD='TAB2_SUB1', TAB_SET_CD='APP';
709 INSERT INTO `fn_tab` VALUES ('TAB2_SUB2','Sub Tab 2','Sub Tab 2 Information','tab2_sub2.htm','menu_tab','Y',20,'TAB2','APP') ON DUPLICATE KEY UPDATE TAB_NAME='Sub Tab 2', TAB_DESCR='Sub Tab 2 Information', ACTION='tab2_sub2.htm', FUNCTION_CD='menu_tab', ACTIVE_YN='Y', SORT_ORDER=20, PARENT_TAB_CD='TAB2', TAB_SET_CD='APP';
710 INSERT INTO `fn_tab` VALUES ('TAB2_SUB3','Sub Tab 3','Sub Tab 3 Information','tab2_sub3.htm','menu_tab','Y',30,'TAB2','APP') ON DUPLICATE KEY UPDATE TAB_NAME='Sub Tab 3', TAB_DESCR='Sub Tab 3 Information', ACTION='tab2_sub3.htm', FUNCTION_CD='menu_tab', ACTIVE_YN='Y', SORT_ORDER=30, PARENT_TAB_CD='TAB2', TAB_SET_CD='APP';
711 INSERT INTO `fn_tab` VALUES ('TAB3','Tab 3','Tab 3 Information','tab3.htm','menu_tab','Y',30,NULL,'APP') ON DUPLICATE KEY UPDATE TAB_NAME='Tab 3', TAB_DESCR='Tab 3 Information', ACTION='tab3.htm', FUNCTION_CD='menu_tab', ACTIVE_YN='Y', SORT_ORDER=30, PARENT_TAB_CD=NULL, TAB_SET_CD='APP';
712 INSERT INTO `fn_tab` VALUES ('TAB4','Tab 4','Tab 4 Information','tab4.htm','menu_tab','Y',40,NULL,'APP') ON DUPLICATE KEY UPDATE TAB_NAME='Tab 4', TAB_DESCR='Tab 4 Information', ACTION='tab4.htm', FUNCTION_CD='menu_tab', ACTIVE_YN='Y', SORT_ORDER=40, PARENT_TAB_CD=NULL, TAB_SET_CD='APP';
713
714 --
715 -- Dumping data for table `fn_tab_selected`
716 --
717 REPLACE INTO `fn_tab_selected` VALUES ('TAB1','tab1');
718 REPLACE INTO `fn_tab_selected` VALUES ('TAB2','tab2_sub1');
719 REPLACE INTO `fn_tab_selected` VALUES ('TAB2','tab2_sub2');
720 REPLACE INTO `fn_tab_selected` VALUES ('TAB2','tab2_sub3');
721 REPLACE INTO `fn_tab_selected` VALUES ('TAB2_SUB1','tab2_sub1');
722 REPLACE INTO `fn_tab_selected` VALUES ('TAB2_SUB1_S1','tab2_sub1');
723 REPLACE INTO `fn_tab_selected` VALUES ('TAB2_SUB2','tab2_sub2');
724 REPLACE INTO `fn_tab_selected` VALUES ('TAB2_SUB3','tab2_sub3');
725 REPLACE INTO `fn_tab_selected` VALUES ('TAB3','tab3');
726 REPLACE INTO `fn_tab_selected` VALUES ('TAB4','tab4');