Commit 60b568e6 authored by jshaikh's avatar jshaikh

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@181283 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 040ccc33
...@@ -471,6 +471,11 @@ Insert into system_service_args ...@@ -471,6 +471,11 @@ Insert into system_service_args
values ('prcm_def_ejb',5,'FORCED_FLAG','I','Forced Flag','S',null,sysdate,'BASE','BASE',null); values ('prcm_def_ejb',5,'FORCED_FLAG','I','Forced Flag','S',null,sysdate,'BASE','BASE',null);
-------------------------------------------------------Alter Table Query------------------------------------------------------------------
alter table consume_iss add wf_status char(1);
-------------------------------------------------------------RELEASE ORDER----------------------------------------------------------------- -------------------------------------------------------------RELEASE ORDER-----------------------------------------------------------------
---------------------------------------------------------------TRANSETUP------------------------------------------------------------------- ---------------------------------------------------------------TRANSETUP-------------------------------------------------------------------
...@@ -733,6 +738,10 @@ Insert into system_service_args ...@@ -733,6 +738,10 @@ Insert into system_service_args
values ('prcm_scont_ejb',5,'FORCED_FLAG','I','Forced Flag','S',null,sysdate,'BASE','BASE',null); values ('prcm_scont_ejb',5,'FORCED_FLAG','I','Forced Flag','S',null,sysdate,'BASE','BASE',null);
-------------------------------------------------------Alter Table Query------------------------------------------------------------------
alter table scontract add wf_status char(1);
------------------------------------------------------------PLACEMENT & CARRIAGE(SO)------------------------------------------------------- ------------------------------------------------------------PLACEMENT & CARRIAGE(SO)-------------------------------------------------------
---------------------------------------------------------------TRANSETUP------------------------------------------------------------------- ---------------------------------------------------------------TRANSETUP-------------------------------------------------------------------
...@@ -986,3 +995,7 @@ Insert into system_service_args ...@@ -986,3 +995,7 @@ Insert into system_service_args
(SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,ARG_TYPE,ARG_XFRM,CHG_DATE,CHG_USER,CHG_TERM,ARG_VALUE) (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,ARG_TYPE,ARG_XFRM,CHG_DATE,CHG_USER,CHG_TERM,ARG_VALUE)
values ('prcm_pcont_ejb',5,'FORCED_FLAG','I','Forced Flag','S',null,sysdate,'BASE','BASE',null); values ('prcm_pcont_ejb',5,'FORCED_FLAG','I','Forced Flag','S',null,sysdate,'BASE','BASE',null);
-------------------------------------------------------Alter Table Query------------------------------------------------------------------
alter table pcontract_hdr add wf_status char(1);
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