Commit 3eadbf36 authored by vbhosale's avatar vbhosale

sql file for Rejection Dashboard


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@106512 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f372dd1b
---------------------------------------------------------------POPHELP------------------------------------------------------------
Insert into POPHELP (FIELD_NAME,MOD_NAME,SQL_STR,DW_OBJECT,MSG_TITLE,WIDTH,HEIGHT,CHG_DATE,CHG_USER,CHG_TERM,DIST_OPT,FILTER_STRING,SQL_INPUT,DEFAULT_COL,POP_ALIGN,QUERY_MODE,PAGE_CONTEXT,POPHELP_COLS,POPHELP_SOURCE,MULTI_OPT,HELP_OPTION,POPUP_XSL_NAME,AUTO_MIN_LENGTH,THUMB_OBJ,THUMB_IMAGE_COL,THUMB_ALT_COL,AUTO_FILL_LEN) values ('SALES_PERS','W_DASHBOARD','SELECT TRIM(A.EMP_CODE) AS as_sales_pers, A.EMP_FNAME ||'' '' ||A.EMP_MNAME ||'' '' ||A.EMP_LNAME AS EMPLOYEE_NAMES, B.EMP_FNAME ||'' '' ||B.EMP_MNAME ||'' '' ||B.EMP_LNAME ||'' ('' ||TRIM(B.EMP_CODE) ||'')'' AS MANAGER_NAMES FROM EMPLOYEE A , EMPLOYEE B WHERE B.EMP_CODE(+) = A.REPORT_TO START WITH A.EMP_CODE = ''?'' CONNECT BY PRIOR A.EMP_CODE=A.REPORT_TO',null,'Sale Persons',null,null,to_date('01-07-16','DD-MM-RR'),'BASE','BASE',null,null,':LOGIN_CODE',null,null,null,null,null,null,null,null,null,null,null,null,null,null);
---------------------------------------------------------------DASHBOARD_PAGES------------------------------------------------------------
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 ');
---------------------------------------------------------------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');
\ 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