DBA Data[Home] [Help]

APPS.CTO_UPDATE_BOM_RTG_PK dependencies on MTL_SYSTEM_ITEMS_TL

Line 6844: update mtl_system_items_tl

6840: set description = cat_value
6841: where inventory_item_id = item_id;
6842: /*and organization_id = org_id; Bugfix 2163311 */
6843: /* start bugfix 1845141 */
6844: update mtl_system_items_tl
6845: set description = cat_value
6846: where inventory_item_id = item_id;
6847: /*and organization_id = org_id; Bugfix 2163311 */
6848: /* end bugfix 1845141 */