DBA Data[Home] [Help]

APPS.INV_OPM_ITEM_MIGRATION dependencies on MTL_SYSTEM_ITEMS_TL

Line 861: UPDATE mtl_system_items_tl

857: IF p_item_source = 'GMI' THEN
858:
859: -- Update the item description in the TL tables.
860: FOR d in c_ic_item_mst_tl LOOP
861: UPDATE mtl_system_items_tl
862: SET description = d.item_desc1,
863: long_description = nvl(long_description, d.item_desc2),
864: source_lang = d.source_lang,
865: last_update_date = d.last_update_date,