INSERT INTO fn_restricted_url VALUES('report/security/*','menu_reports');
INSERT INTO fn_restricted_url VALUES('report/wizard/get_report_log/*','menu_reports');
+INSERT INTO fn_restricted_url VALUES('report/wizard/save_col_tab_data/*','menu_reports');
+
-- fn_role
Insert into fn_role (ROLE_ID,ROLE_NAME,ACTIVE_YN,PRIORITY) values (16,'Standard User','Y',5);
Insert into fn_role (ROLE_ID,ROLE_NAME,ACTIVE_YN,PRIORITY) values (1,'System Administrator','Y',1);
INSERT INTO fn_restricted_url VALUES('report/security/*','menu_reports');
INSERT INTO fn_restricted_url VALUES('report/wizard/get_report_log/*','menu_reports');
+INSERT INTO fn_restricted_url VALUES('report/wizard/save_col_tab_data/*','menu_reports');
+
+
-- fn_role
Insert into fn_role (ROLE_ID,ROLE_NAME,ACTIVE_YN,PRIORITY) values (16,'Standard User','Y',5);
Insert into fn_role (ROLE_ID,ROLE_NAME,ACTIVE_YN,PRIORITY) values (1,'System Administrator','Y',1);