Commit 3786b26c authored by wansari's avatar wansari

D14JKAT004 removed ddwms from table names.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97554 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ace095d7
...@@ -43,7 +43,7 @@ VALUES ( ...@@ -43,7 +43,7 @@ VALUES (
''); '');
-----------------------------------------------------------------------Start obj_forms----------------------------------------------------------- -----------------------------------------------------------------------Start obj_forms-----------------------------------------------------------
INSERT INTO ddwms.obj_forms( INSERT INTO obj_forms(
win_name , win_name ,
title , title ,
form_no) form_no)
...@@ -53,7 +53,7 @@ VALUES ( ...@@ -53,7 +53,7 @@ VALUES (
'1'); '1');
INSERT INTO ddwms.obj_forms( INSERT INTO obj_forms(
win_name , win_name ,
title , title ,
form_no) form_no)
...@@ -64,7 +64,7 @@ VALUES ( ...@@ -64,7 +64,7 @@ VALUES (
-----------------------------------------------------------------------Start obj_actions----------------------------------------------------------- -----------------------------------------------------------------------Start obj_actions-----------------------------------------------------------
INSERT INTO DDWMS.obj_actions INSERT INTO obj_actions
(obj_name, (obj_name,
line_no, line_no,
rights_char, rights_char,
...@@ -105,7 +105,7 @@ INSERT INTO DDWMS.obj_actions ...@@ -105,7 +105,7 @@ INSERT INTO DDWMS.obj_actions
-----------------------------------------------------------------------Start itm2menu----------------------------------------------------------- -----------------------------------------------------------------------Start itm2menu-----------------------------------------------------------
INSERT INTO ddwms.itm2menu ( INSERT INTO itm2menu (
application , application ,
level_1 , level_1 ,
level_2 , level_2 ,
...@@ -144,7 +144,7 @@ VALUES ( ...@@ -144,7 +144,7 @@ VALUES (
-----------------------------------------------------------------------Start system_event----------------------------------------------------------- -----------------------------------------------------------------------Start system_event-----------------------------------------------------------
INSERT INTO ddwms.system_events ( INSERT INTO system_events (
obj_name , obj_name ,
event_code , event_code ,
event_context , event_context ,
...@@ -175,7 +175,7 @@ INSERT INTO ddwms.system_events ( ...@@ -175,7 +175,7 @@ INSERT INTO ddwms.system_events (
INSERT INTO ddwms.system_events ( INSERT INTO system_events (
obj_name , obj_name ,
event_code , event_code ,
event_context , event_context ,
...@@ -206,7 +206,7 @@ INSERT INTO ddwms.system_events ( ...@@ -206,7 +206,7 @@ INSERT INTO ddwms.system_events (
INSERT INTO ddwms.system_events ( INSERT INTO system_events (
obj_name , obj_name ,
event_code , event_code ,
event_context , event_context ,
...@@ -235,7 +235,7 @@ INSERT INTO ddwms.system_events ( ...@@ -235,7 +235,7 @@ INSERT INTO ddwms.system_events (
'DDPorderWizAmdPosEJB', 'DDPorderWizAmdPosEJB',
NULL); NULL);
INSERT INTO ddwms.system_events ( INSERT INTO system_events (
obj_name , obj_name ,
event_code , event_code ,
event_context , event_context ,
...@@ -264,7 +264,7 @@ INSERT INTO ddwms.system_events ( ...@@ -264,7 +264,7 @@ INSERT INTO ddwms.system_events (
'DDPordWizAmdEJB', 'DDPordWizAmdEJB',
NULL); NULL);
INSERT INTO ddwms.system_events ( INSERT INTO system_events (
obj_name , obj_name ,
event_code , event_code ,
event_context , event_context ,
...@@ -295,7 +295,7 @@ INSERT INTO ddwms.system_events ( ...@@ -295,7 +295,7 @@ INSERT INTO ddwms.system_events (
------------------------------------------------------------------Start system_event_services ------------------------------------------------------ ------------------------------------------------------------------Start system_event_services ------------------------------------------------------
INSERT INTO ddwms.system_event_services INSERT INTO system_event_services
( (
service_code , service_code ,
service_descr , service_descr ,
...@@ -325,7 +325,7 @@ VALUES ( ...@@ -325,7 +325,7 @@ VALUES (
INSERT INTO ddwms.system_event_services INSERT INTO system_event_services
( (
service_code , service_code ,
service_descr , service_descr ,
...@@ -353,7 +353,7 @@ VALUES ( ...@@ -353,7 +353,7 @@ VALUES (
'base ', 'base ',
'base'); 'base');
INSERT INTO ddwms.system_event_services INSERT INTO system_event_services
( (
service_code , service_code ,
service_descr , service_descr ,
...@@ -381,7 +381,7 @@ VALUES ( ...@@ -381,7 +381,7 @@ VALUES (
'base ', 'base ',
'base'); 'base');
INSERT INTO ddwms.system_event_services INSERT INTO system_event_services
( (
service_code , service_code ,
service_descr , service_descr ,
...@@ -413,7 +413,7 @@ VALUES ( ...@@ -413,7 +413,7 @@ VALUES (
------------------------------------------------------------------Start system_service_args------------------------------------------------------ ------------------------------------------------------------------Start system_service_args------------------------------------------------------
INSERT INTO ddwms.system_service_args INSERT INTO system_service_args
( (
service_code , service_code ,
line_no , line_no ,
...@@ -441,7 +441,7 @@ VALUES ( ...@@ -441,7 +441,7 @@ VALUES (
INSERT INTO ddwms.system_service_args INSERT INTO system_service_args
( (
service_code , service_code ,
line_no , line_no ,
...@@ -467,7 +467,7 @@ VALUES ( ...@@ -467,7 +467,7 @@ VALUES (
'base', 'base',
'DDPordWizAmdEJB'); 'DDPordWizAmdEJB');
INSERT INTO ddwms.system_service_args INSERT INTO system_service_args
( (
service_code , service_code ,
line_no , line_no ,
...@@ -494,7 +494,7 @@ VALUES ( ...@@ -494,7 +494,7 @@ VALUES (
NULL); NULL);
INSERT INTO ddwms.system_service_args INSERT INTO system_service_args
( (
service_code , service_code ,
line_no , line_no ,
...@@ -521,7 +521,7 @@ VALUES ( ...@@ -521,7 +521,7 @@ VALUES (
NULL); NULL);
INSERT INTO ddwms.system_service_args INSERT INTO system_service_args
( (
service_code , service_code ,
line_no , line_no ,
...@@ -547,7 +547,7 @@ VALUES ( ...@@ -547,7 +547,7 @@ VALUES (
'base', 'base',
NULL); NULL);
INSERT INTO ddwms.system_service_args INSERT INTO system_service_args
( (
service_code , service_code ,
line_no , line_no ,
...@@ -574,7 +574,7 @@ VALUES ( ...@@ -574,7 +574,7 @@ VALUES (
NULL); NULL);
INSERT INTO ddwms.system_service_args INSERT INTO system_service_args
( (
service_code , service_code ,
line_no , line_no ,
...@@ -601,7 +601,7 @@ VALUES ( ...@@ -601,7 +601,7 @@ VALUES (
NULL); NULL);
INSERT INTO ddwms.system_service_args INSERT INTO system_service_args
( (
service_code , service_code ,
line_no , line_no ,
...@@ -627,7 +627,7 @@ VALUES ( ...@@ -627,7 +627,7 @@ VALUES (
'base', 'base',
NULL); NULL);
INSERT INTO ddwms.system_service_args INSERT INTO system_service_args
( (
service_code , service_code ,
line_no , line_no ,
...@@ -657,7 +657,7 @@ VALUES ( ...@@ -657,7 +657,7 @@ VALUES (
INSERT INTO ddwms.system_service_args INSERT INTO system_service_args
( (
service_code , service_code ,
line_no , line_no ,
...@@ -683,7 +683,7 @@ VALUES ( ...@@ -683,7 +683,7 @@ VALUES (
'base', 'base',
'EJB'); 'EJB');
INSERT INTO ddwms.system_service_args INSERT INTO system_service_args
( (
service_code , service_code ,
line_no , line_no ,
...@@ -709,7 +709,7 @@ VALUES ( ...@@ -709,7 +709,7 @@ VALUES (
'base', 'base',
'DDPordWizAmdEJB'); 'DDPordWizAmdEJB');
INSERT INTO ddwms.system_service_args INSERT INTO system_service_args
( (
service_code , service_code ,
line_no , line_no ,
...@@ -735,7 +735,7 @@ VALUES ( ...@@ -735,7 +735,7 @@ VALUES (
'base', 'base',
NULL); NULL);
INSERT INTO ddwms.system_service_args INSERT INTO system_service_args
( (
service_code , service_code ,
line_no , line_no ,
...@@ -762,7 +762,7 @@ VALUES ( ...@@ -762,7 +762,7 @@ VALUES (
NULL); NULL);
INSERT INTO ddwms.system_service_args INSERT INTO system_service_args
( (
service_code , service_code ,
line_no , line_no ,
...@@ -789,7 +789,7 @@ VALUES ( ...@@ -789,7 +789,7 @@ VALUES (
NULL); NULL);
INSERT INTO ddwms.system_service_args INSERT INTO system_service_args
( (
service_code , service_code ,
line_no , line_no ,
...@@ -816,7 +816,7 @@ VALUES ( ...@@ -816,7 +816,7 @@ VALUES (
NULL); NULL);
INSERT INTO ddwms.system_service_args INSERT INTO system_service_args
( (
service_code , service_code ,
line_no , line_no ,
...@@ -842,7 +842,7 @@ VALUES ( ...@@ -842,7 +842,7 @@ VALUES (
'base', 'base',
NULL); NULL);
INSERT INTO ddwms.system_service_args INSERT INTO system_service_args
( (
service_code , service_code ,
line_no , line_no ,
...@@ -868,7 +868,7 @@ VALUES ( ...@@ -868,7 +868,7 @@ VALUES (
'base', 'base',
NULL); NULL);
INSERT INTO ddwms.system_service_args INSERT INTO system_service_args
( (
service_code , service_code ,
line_no , line_no ,
...@@ -896,7 +896,7 @@ VALUES ( ...@@ -896,7 +896,7 @@ VALUES (
--------------------------------------------------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------------------------------------------------
INSERT INTO ddwms.system_service_args INSERT INTO system_service_args
( (
service_code , service_code ,
line_no , line_no ,
...@@ -922,7 +922,7 @@ VALUES ( ...@@ -922,7 +922,7 @@ VALUES (
'base', 'base',
'EJB'); 'EJB');
INSERT INTO ddwms.system_service_args INSERT INTO system_service_args
( (
service_code , service_code ,
line_no , line_no ,
...@@ -949,7 +949,7 @@ VALUES ( ...@@ -949,7 +949,7 @@ VALUES (
'DDPorderWizAmdPosEJB'); 'DDPorderWizAmdPosEJB');
INSERT INTO ddwms.system_service_args INSERT INTO system_service_args
( (
service_code , service_code ,
line_no , line_no ,
...@@ -976,7 +976,7 @@ VALUES ( ...@@ -976,7 +976,7 @@ VALUES (
NULL); NULL);
INSERT INTO ddwms.system_service_args INSERT INTO system_service_args
( (
service_code , service_code ,
line_no , line_no ,
...@@ -1003,7 +1003,7 @@ VALUES ( ...@@ -1003,7 +1003,7 @@ VALUES (
NULL); NULL);
INSERT INTO ddwms.system_service_args INSERT INTO system_service_args
( (
service_code , service_code ,
line_no , line_no ,
...@@ -1030,7 +1030,7 @@ VALUES ( ...@@ -1030,7 +1030,7 @@ VALUES (
NULL); NULL);
INSERT INTO ddwms.system_service_args INSERT INTO system_service_args
( (
service_code , service_code ,
line_no , line_no ,
...@@ -1056,7 +1056,7 @@ VALUES ( ...@@ -1056,7 +1056,7 @@ VALUES (
'base', 'base',
NULL); NULL);
INSERT INTO ddwms.system_service_args INSERT INTO system_service_args
( (
service_code , service_code ,
line_no , line_no ,
...@@ -1085,7 +1085,7 @@ VALUES ( ...@@ -1085,7 +1085,7 @@ VALUES (
--------------------------------------------------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------------------------------------------------
INSERT INTO ddwms.system_service_args INSERT INTO system_service_args
( (
service_code , service_code ,
line_no , line_no ,
...@@ -1112,7 +1112,7 @@ VALUES ( ...@@ -1112,7 +1112,7 @@ VALUES (
'EJB'); 'EJB');
INSERT INTO ddwms.system_service_args INSERT INTO system_service_args
( (
service_code , service_code ,
line_no , line_no ,
...@@ -1138,7 +1138,7 @@ VALUES ( ...@@ -1138,7 +1138,7 @@ VALUES (
'base', 'base',
'DDPordWizAmdEJB'); 'DDPordWizAmdEJB');
INSERT INTO ddwms.system_service_args INSERT INTO system_service_args
( (
service_code , service_code ,
line_no , line_no ,
...@@ -1164,7 +1164,7 @@ VALUES ( ...@@ -1164,7 +1164,7 @@ VALUES (
'base', 'base',
NULL); NULL);
INSERT INTO ddwms.system_service_args INSERT INTO system_service_args
( (
service_code , service_code ,
line_no , line_no ,
...@@ -1190,7 +1190,7 @@ VALUES ( ...@@ -1190,7 +1190,7 @@ VALUES (
'base', 'base',
NULL); NULL);
INSERT INTO ddwms.system_service_args INSERT INTO system_service_args
( (
service_code , service_code ,
line_no , line_no ,
...@@ -1216,7 +1216,7 @@ VALUES ( ...@@ -1216,7 +1216,7 @@ VALUES (
'base', 'base',
NULL); NULL);
INSERT INTO ddwms.system_service_args INSERT INTO system_service_args
( (
service_code , service_code ,
line_no , line_no ,
...@@ -1243,7 +1243,7 @@ VALUES ( ...@@ -1243,7 +1243,7 @@ VALUES (
NULL); NULL);
INSERT INTO ddwms.system_service_args INSERT INTO system_service_args
( (
service_code , service_code ,
line_no , line_no ,
...@@ -1269,7 +1269,7 @@ VALUES ( ...@@ -1269,7 +1269,7 @@ VALUES (
'base', 'base',
NULL); NULL);
INSERT INTO ddwms.system_service_args INSERT INTO system_service_args
( (
service_code , service_code ,
line_no , line_no ,
......
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