Commit 0cb6b1dc authored by prahate's avatar prahate

Added Logistic component.

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@195695 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 4a04a573
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
......@@ -237,6 +237,9 @@ Insert into SYSTEM_SERVICE_ARGS (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,AR
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) values ('prc_lgst_process',6,'XTRA_PARAMS','I','Extra Arguments','S',null,sysdate,'BASE','BASE',null);
update transetup set brow_data_def = 'Y' where tran_window = 'w_lgst_contract';
update transetup set brow_data_def = 'Y' where tran_window = 'w_lgst_service';
--creation of the WM_SPACE_UTIL table structure
create table WM_SPACE_UTIL
(
......
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