Commit d002f5a2 authored by caluka's avatar caluka

SQL s of Adjustment Issue transaction migration[D16ASUN021]


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@101669 ce508802-f39f-4f6c-b175-0d175dae99d5
parent adc1ed25
update system_events set service_code='prv_default_ejb',comp_type='EJB',comp_name='AdjIssueIC'
where obj_name='adj_iss' and event_code='pre_validate';
update system_events set service_code='poic_default_ejb',comp_type='EJB',comp_name='AdjIssueIC'
where obj_name='adj_iss' and event_code='post_item_change';
update system_events set service_code='prcm_default_ejb',comp_type='EJB',comp_name='AdjIssueRcpConf'
where obj_name='adj_iss' and event_code='pre_confirm';
INSERT into MESSAGES (msg_no , msg_str , msg_descr , msg_type , msg_opt , chg_date , chg_user , chg_term )
VALUES ('VTGRSWTNEG', 'Invalid Gross Weight ','Gross Weight can not be less than zero', 'E', 'Y', SYSDATE, 'BASE', 'BASE');
INSERT into MESSAGES (msg_no , msg_str , msg_descr , msg_type , msg_opt , chg_date , chg_user , chg_term )
VALUES ('VTNETWTNEG', 'Invalid Net Weight ','Net Weight can not be less than zero', 'E', 'Y', SYSDATE, 'BASE', 'BASE');
INSERT into MESSAGES (msg_no , msg_str , msg_descr , msg_type , msg_opt , chg_date , chg_user , chg_term )
VALUES ('VTTARWTNEG', 'Invalid Tare Weight ','Tare Weight can not be less than zero', 'E', 'Y', SYSDATE, 'BASE', 'BASE');
INSERT into MESSAGES (msg_no , msg_str , msg_descr , msg_type , msg_opt , chg_date , chg_user , chg_term )
VALUES ('VTNARTNEG', 'Invalid No. of Articles ','Number of articles should be positive', 'E', 'Y', SYSDATE, 'BASE', 'BASE');
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