Commit 65bfae2d authored by akhokar's avatar akhokar

Changes done to allow employee first,middle and last name in employee master on add

emp_complete.sql


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@200755 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 6f7bd421
...@@ -26,6 +26,11 @@ Insert into system_service_args (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,AR ...@@ -26,6 +26,11 @@ Insert into system_service_args (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,AR
-------------------------------Modified by Azhar K. on [07-05-2019][To update status as blank space on post save][End]-------------------------------- -------------------------------Modified by Azhar K. on [07-05-2019][To update status as blank space on post save][End]--------------------------------
update system_events set service_code='poic_default_ejb' where obj_name='emp_complete' and event_code='post_item_change';
update system_events set service_code='prv_default_ejb' where obj_name='emp_complete' and event_code='pre_validate';
update system_events set comp_type='JB',comp_name='ibase.webitm.ejb.adm.EmpComplete' where obj_name='emp_complete' and event_code in('post_item_change','pre_validate');
......
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