DBA Data[Home] [Help]

APPS.ENG_IMPL_ITEM_CHANGES_PKG dependencies on MTL_SYSTEM_ITEMS_B

Line 1716: -- l_production_b_table_name := 'MTL_SYSTEM_ITEMS_B' ;

1712:
1713: -- MK Need to get from Change Context
1714: l_change_b_table_name := 'EGO_MTL_SY_ITEMS_CHG_B' ;
1715: l_change_tl_table_name := 'EGO_MTL_SY_ITEMS_CHG_TL' ;
1716: -- l_production_b_table_name := 'MTL_SYSTEM_ITEMS_B' ;
1717: l_production_tl_table_name := 'MTL_SYSTEM_ITEMS_TL' ;
1718:
1719: ---------------------------------------------------------------
1720: -- Next, we add to the lists the rest of the columns that we --

Line 5741: UPDATE mtl_system_items_b

5737: WHERE inventory_item_id = rec.inventory_item_id
5738: AND LANGUAGE = rec.LANGUAGE;
5739:
5740: IF rec.LANGUAGE = 'US' THEN
5741: UPDATE mtl_system_items_b
5742: SET description = rec.description
5743: WHERE
5744: inventory_item_id = rec.inventory_item_id ;
5745: END IF;