Commit 77d3ee51 authored by vbhosale's avatar vbhosale

changes in sql entries for Rejection Dashboard


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@106529 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 594a5f21
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
---------------------------------------------------------------DASHBOARD_PAGES------------------------------------------------------------ ---------------------------------------------------------------DASHBOARD_PAGES------------------------------------------------------------
Insert into dashboard_pages (user_id,page_id,title,uri, Insert into dashboard_pages (user_id,page_id,title,uri,
image_uri,page_type,entity_type,entity_code,chg_user,chg_term,chg_date,comp_type) values ('ADM',11,'Rejection Dashboard','/ibase/dwh/GwtDashboardPage.html?metadataname=rejectiondashboard',null,'T','F','ADM','1','172.31.18.233',to_date('14-APR-17','DD-MON-RR'),'DBR'); image_uri,page_type,entity_type,entity_code,chg_user,chg_term,chg_date,comp_type) values ('BASE',2,'Rejection Dashboard','/ibase/dwh/GwtDashboardPage.html?metadataname=rejectiontemplsummary',null,'T','U','BASE','1','172.31.18.233',to_date('14-APR-17','DD-MON-RR'),'DBR');
---------------------------------------------------------------DASHBOARD_COMP------------------------------------------------------------ ---------------------------------------------------------------DASHBOARD_COMP------------------------------------------------------------
Insert into dashboard_comp (user_id,page_id,comp_id,title,uri,width,height,row_no,column_no,comp_type,comp_name,entity_type,entity_code,dbr_resource) values ('ADM',11,1,'Rejection Dashboard','/ibase/dwh/GwtDashboardPage.html?metadataname=rejectiondashboard',350,0,0,1,null,null,'F','ADM','rejectiondashboard'); Insert into dashboard_comp (user_id,page_id,comp_id,title,uri,width,height,row_no,column_no,comp_type,comp_name,entity_type,entity_code,dbr_resource) values ('BASE',2,1,'Rejection Dashboard','/ibase/dwh/GwtDashboardPage.html?metadataname=rejectiontemplsummary',350,0,0,1,null,null,'U','BASE','rejectiontemplsummary');
\ No newline at end of file \ No newline at end of file
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