[Home] [Help]
944: IF p_item_source = 'GMI' THEN
945:
946: -- Update the item description in the TL tables.
947: FOR d in c_ic_item_mst_tl LOOP
948: UPDATE mtl_system_items_tl
949: SET description = d.item_desc1,
950: long_description = nvl(long_description, d.item_desc2),
951: source_lang = d.source_lang,
952: last_update_date = d.last_update_date,