Commit 0e3a2ce9 authored by prumde's avatar prumde

Updated

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@209494 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 56df009e
-- For SUNCHC Database
Insert into user_rights (PROFILE_ID,APPLICATION,MENU_ROW,MENU_COL,MENU_SUBCOL,LEVEL_4,LEVEL_5,MENU_NAME,RIGHTS,OBJ_NAME,FAV_OPTION)
values ('FLD_CHCISR','XYZ',2,0,0,0,0,'Todays - DCR Link','*','todays_dcr','Y');
......@@ -14,6 +14,23 @@ Insert into user_rights (PROFILE_ID,APPLICATION,MENU_ROW,MENU_COL,MENU_SUBCOL,LE
values ('FLD_CHC','XYZ',3,0,0,0,0,'Customer Info - DCR Link','*','custevents','Y');
-- For SUN Beta Database
Insert into user_rights (PROFILE_ID,APPLICATION,MENU_ROW,MENU_COL,MENU_SUBCOL,LEVEL_4,LEVEL_5,MENU_NAME,RIGHTS,OBJ_NAME,FAV_OPTION)
values ('FIELD_RT','XYZ',2,0,0,0,0,'Todays - DCR Link','*','todays_dcr','Y');
Insert into user_rights (PROFILE_ID,APPLICATION,MENU_ROW,MENU_COL,MENU_SUBCOL,LEVEL_4,LEVEL_5,MENU_NAME,RIGHTS,OBJ_NAME,FAV_OPTION)
values ('FIELD_RT','XYZ',3,0,0,0,0,'Customer Info - DCR Link','*','custevents','Y');
Insert into user_rights (PROFILE_ID,APPLICATION,MENU_ROW,MENU_COL,MENU_SUBCOL,LEVEL_4,LEVEL_5,MENU_NAME,RIGHTS,OBJ_NAME,FAV_OPTION)
values ('FIELD_MRT','XYZ',2,0,0,0,0,'Todays - DCR Link','*','todays_dcr','Y');
Insert into user_rights (PROFILE_ID,APPLICATION,MENU_ROW,MENU_COL,MENU_SUBCOL,LEVEL_4,LEVEL_5,MENU_NAME,RIGHTS,OBJ_NAME,FAV_OPTION)
values ('FIELD_MRT','XYZ',3,0,0,0,0,'Customer Info - DCR Link','*','custevents','Y');
delete obj_links where OBJ_NAME in ( 'todays_dcr', 'custevents');
-- Todays Dashboard :
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment