Commit f35076ab authored by rbarve's avatar rbarve

updated sql has been uploaded


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97340 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e75b1cae
[Dolphin]
Timestamp=2015,2,24,16,56,51
ViewMode=1
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>sql</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>
INSERT INTO system_events
(obj_name ,
event_code ,
event_context ,
service_code ,
method_rule ,
chg_date ,
chg_user ,
chg_term ,
result_handle ,
overwrite_core ,
comp_type,
comp_name ,
comm_format)
VALUES (
'sorder',
'wf_delegation',
'1',
'wf_delegation',
NULL,
TO_DATE('20-02-2015 21:43:48','DD-MM-YYYY HH24:MI:SS'),
'BASE ',
'BASE',
'2',
'0',
'EJB',
'WFDelegationUtilityComp',
NULL);
INSERT INTO system_event_services
(
service_code ,
service_descr ,
service_uri ,
service_provider ,
method_name ,
return_value ,
return_type ,
return_descr ,
chg_date ,
chg_user ,
chg_term )
VALUES (
'wf_delegation',
'Deligation',
'http://localhost:9090/axis/services/ValidatorService',
NULL,
'generateEmailLink',
'String ',
'S',
NULL,
TO_DATE('20-02-2015 21:00:35','DD-MM-YYYY HH24:MI:SS'),
'BASE ',
'BASE');
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 (
'wf_delegation',
1,
'COMPONENT_TYPE',
'I',
NULL,
'S',
NULL,
TO_DATE('20-02-2015 21:00:35','DD-MM-YYYY HH24:MI:SS'),
'BASE ',
'BASE',
'EJB');
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 (
'wf_delegation',
2,
'COMPONENT_NAME',
'I',
NULL,
'S',
NULL,
TO_DATE('20-02-2015 21:00:35','DD-MM-YYYY HH24:MI:SS'),
'BASE ',
'BASE',
'WFDelegationUtilityComp');
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 (
'wf_delegation',
3,
'XML_DATA_ALL',
'I',
NULL,
'S',
NULL,
TO_DATE('20-02-2015 21:00:35','DD-MM-YYYY HH24:MI:SS'),
'BASE ',
'BASE',
NULL);
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 (
'wf_delegation',
4,
'XTRA_PARAMS',
'I',
NULL,
'S',
NULL,
TO_DATE('20-02-2015 21:00:35','DD-MM-YYYY HH24:MI:SS'),
'BASE ',
'BASE',
NULL);
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 (
'wf_delegation',
5,
'FOCUSED_ROW_NO',
'I',
NULL,
'S',
NULL,
TO_DATE('21-11-2014 00:00:00','DD-MM-YYYY HH24:MI:SS'),
'BASE ',
'BASE',
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