Commit 34230371 authored by gahmad's avatar gahmad

changes made at SUN


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@91564 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 1bfd633a
......@@ -331,6 +331,30 @@ VALUES (
'0',
'EJB',
'PoRcpIC');
INSERT INTO system_events (
obj_name ,
event_code ,
event_context,
service_code ,
chg_date ,
chg_user ,
chg_term ,
result_handle ,
overwrite_core ,
comp_type ,
comp_name)
VALUES (
'porcp_wiz',
'post_save',
'1',
'pos_porcp_wiz',
fn_sysdate(),
'Gulzar',
'BASE',
'2',
'0',
'EJB',
'PoRcpPos');
INSERT INTO system_event_services (
service_code ,
service_descr ,
......@@ -375,6 +399,188 @@ VALUES (
fn_sysdate(),
'Gulzar',
'BASE');
INSERT INTO system_event_services (
service_code ,
service_uri ,
method_name ,
chg_date ,
chg_user ,
chg_term )
VALUES (
'pos_porcp_wiz',
'http://localhost:9090/axis/services/ValidatorService',
'postSave',
fn_sysdate(),
'Gulzar',
'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 (
'pos_porcp_wiz',
1,
'COMPONENT_TYPE',
'I',
NULL,
'S',
NULL,
fn_sysdate(),
'Gulzar',
'Gulzar',
'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 (
'pos_porcp_wiz',
2,
'COMPONENT_NAME',
'I',
NULL,
'S',
NULL,
fn_sysdate(),
'Gulzar',
'Gulzar',
'PoRcpPos');
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 (
'pos_porcp_wiz',
3,
'XML_DATA_ALL',
'I',
NULL,
'S',
NULL,
fn_sysdate(),
'Gulzar',
'Gulzar',
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 (
'pos_porcp_wiz',
4,
'<tran_id>',
'I',
NULL,
'B.String',
NULL,
fn_sysdate(),
'Gulzar',
'Gulzar',
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 (
'pos_porcp_wiz',
5,
'EDIT_FLAG',
'I',
NULL,
'S',
NULL,
fn_sysdate(),
'Gulzar',
'Gulzar',
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 (
'pos_porcp_wiz',
6,
'XTRA_PARAMS',
'I',
NULL,
'S',
NULL,
fn_sysdate(),
'Gulzar',
'Gulzar',
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 (
'pos_porcp_wiz',
7,
'DB_CONN',
'I',
NULL,
'S.Connection',
NULL,
fn_sysdate(),
'Gulzar',
'Gulzar',
NULL);
INSERT INTO system_service_args (
service_code ,
line_no ,
......@@ -1213,68 +1419,6 @@ VALUES (
'BASE207',
NULL,
NULL);
INSERT INTO obj_actions (
obj_name ,
line_no ,
rights_char ,
interactive ,
service_code ,
description ,
title ,
image ,
action_type ,
form_no ,
service_handler ,
placement ,
tran_type ,
chg_date ,
chg_term ,
chg_user )
VALUES (
'porcp_wiz',
9,
'R',
'a',
'pre_confirm',
'PORCP Confirmation',
'Confirm',
NULL,
'U',
'1',
'2',
NULL,
NULL,
NULL,
NULL,
NULL);
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 (
'porcp_wiz',
'pre_confirm',
'1',
'prcm_porcp_wiz',
NULL,
fn_sysdate(),
'Gulzar',
'Gulzar',
'2',
'0',
'EJB',
'PoRcpConf',
NULL);
INSERT INTO system_event_services (
service_code ,
service_uri ,
......@@ -1409,3 +1553,33 @@ values (
'BASE',
'BASE',
NULL);
INSERT INTO messages (
msg_no ,
msg_str,
msg_descr ,
msg_type ,
msg_opt ,
msg_time ,
alarm ,
err_source ,
chg_date ,
chg_user ,
chg_term ,
override_input ,
mail_option )
VALUES (
'PORCPCONF',
'Receipt already confirmed!',
'Purchase receipt already generated and confirmed for entered ASN .',
'E',
'Y',
NULL,
NULL,
NULL,
fn_sysdate(),
'Gulzar',
'BASE207',
NULL,
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