Commit a4748e88 authored by chavanp's avatar chavanp

Iitmchange sql for sorder fields.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@106121 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 2796200e
......@@ -76,4 +76,9 @@ commit;
--disparm master---
update SYSTEM_EVENTS set SERVICE_CODE='poic_default_ejb',COMP_TYPE='EJB',COMP_NAME='DisparmMaster' where OBJ_NAME like 'disparm' and EVENT_CODE='post_item_change';
update SYSTEM_EVENTS set SERVICE_CODE='prv_default_ejb',COMP_TYPE='EJB',COMP_NAME='DisparmMaster' where OBJ_NAME like 'disparm' and EVENT_CODE='pre_validate';
commit;
\ No newline at end of file
commit;
--itmchange for sorderIC---[START]
Insert into obj_itemchange (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('sorder','1 ','dlv_city',null);
Insert into obj_itemchange (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('sorder','1 ','dlv_geo_pos',null);
commit;
--itmchange for sorderIC---[END]
\ No newline at end of file
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