Commit 053c78ae authored by mchaudhari's avatar mchaudhari

Add site code column


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@95630 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 5dd99897
...@@ -142,3 +142,18 @@ insert into messages ...@@ -142,3 +142,18 @@ insert into messages
(msg_no,msg_str,msg_descr,msg_type,chg_date,chg_user,chg_term) (msg_no,msg_str,msg_descr,msg_type,chg_date,chg_user,chg_term)
values values
('VTMCHN','Invalid machine code','Entered machine is not in workcenter','E',sysdate,'BASE','BASE'); ('VTMCHN','Invalid machine code','Entered machine is not in workcenter','E',sysdate,'BASE','BASE');
-- 15/JUL/2014
alter table worder_route_alt add site_code char(5);
Insert into pophelp
(FIELD_NAME,MOD_NAME,SQL_STR,DW_OBJECT,MSG_TITLE,WIDTH,HEIGHT,CHG_DATE,CHG_USER,CHG_TERM)
values ('SITE_CODE','W_WORDER_ROUTE_ALT','select site_code,descr from
site',null,
'Site',null,null,sysdate,'mchaudhari','192.168.0.128');
insert into obj_itemchange (obj_name,form_no,field_name,mandatory)
values('worder_route_alt','1','site_code',null);
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