Inventory Management - EBS (MOSC)

MOSC Banner

Update on MTL_SYSTEM_ITEMS_B table

edited Feb 18, 2013 9:41PM in Inventory Management - EBS (MOSC) 1 commentAnswered
Hi,

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center