DBA Data[Home] [Help]

APPS.CTO_CONFIG_BOM_PK dependencies on MTL_SYSTEM_ITEMS_TL

Line 34: | mtl_system_items_tl is not getting updated with correct description .

30: | sbhaskar 16-JUN-01 Bugfix 1835357
31: | Replaced fnd_file calls with oe_debug_pub
32: |
33: | ksarkar 19-JUL-01 Bugfix 1845141
34: | mtl_system_items_tl is not getting updated with correct description .
35: | Added message in lines 1486-87 and 1669-70 for better understanding of
36: | "WHEN OTHERS" exception .
37: |
38: | ksarkar 19-JUL-01 Bugfix 1876998

Line 5461: update mtl_system_items_tl

5457: set description = cat_value
5458: where inventory_item_id = item_id;
5459: /*and organization_id = org_id; Bugfix 2163311 */
5460: /* start bugfix 1845141 */
5461: update mtl_system_items_tl
5462: set description = cat_value
5463: where inventory_item_id = item_id;
5464: /*and organization_id = org_id; Bugfix 2163311 */
5465: /* end bugfix 1845141 */