Update on MTL_SYSTEM_ITEMS_B table
I would like to know that is there any problem if we update only global_attribute field directly on the table MTL_SYSTEM_ITEMS_B as shown below?
update apps.mtl_system_items_b mti
set global_attribute2 = 'XXXXX',
last_update_date = sysdate
where mti.organization_id in (XXX)
and (mti.segment2 = 'RE' )
Can some one please suggest?
Thanks
Venkat