zoukankan      html  css  js  c++  java
  • INCOIN Importing Multilingual Items (Doc ID 278126.1)

    APPLIES TO:

    Oracle Inventory Management - Version: 11.5.9 to 11.5.10.CU2 - Release: 11.5 to 11.5

    GOAL

    What is the supported approach for using the Import Item concurrent program (INCOIN) to create and update items for multiple languages?

    SOLUTION

    Per INV TechRef 11.5.8 eTRM
    Quote Section MTL_SYSTEM_ITEMS_B:

    See DESCRIPTION column in the base table ...

    "Items now support multilingual description. MLS is implemented with a
    pair of tables: MTL_SYSTEM_ITEMS_B and MTL_SYSTEM_ITEMS_TL. Translations
    table (MTL_SYSTEM_ITEMS_TL) holds item Description and Long Description
    in multiple languages. DESCRIPTION column in the base table
    (MTL_SYSTEM_ITEMS_B) is for backward compatibility and is maintained
    in the installation base language only."

    Item open interface (IOI) is implemented so that there is no multilingual
    interface table (_TL) counterpart to MTL_SYSTEM_ITEMS_INTERFACE, unlike
    transaction tables where there is a pair of base/translations tables:
    MTL_SYSTEM_ITEMS_{B,TL}.
    .
    Description and Long_Description text cannot be imported with IOI in multiple
    language simultaneously. Item Description is imported in only one language
    (=language of the session) per single Interface run, populating the
    MTL_SYSTEM_ITEMS_TL table with the SOURCE LANGUAGE of the import session.
    Then the Description can be updated for any particular language by running an
    import in UPDATE mode in that language session.

    When the description is controlled at the Master Level, the description value will
    propagate to the Child Organization. This can be tested by making an update through the
    application to the Master level and then confirm that it propagated to the Child Org. Any
    attribute that can be updated via the form in the application will behave the same way through IOI
    also.

    REFERENCES

    NOTE:124283.1 - Multilingual Support in Oracle Applications Release 11i

  • 相关阅读:
    ES6——ECMAScript与Javascript
    sass 成熟、稳定、强大的专业级CSS扩展语言
    前端开发自动化工作流工具:JavaScript自动化构建工具grunt、gulp、webpack介绍
    CSS布局模型(流动模型、浮动模型、层模型)
    document.write
    HTML页面加载和解析流程
    script标签
    javascript 对象方法、类方法、原型方法
    RabbitMQ如何解决各种情况下丢数据的问题
    SpringBoot集成Quartz定时任务(持久化到数据库)
  • 原文地址:https://www.cnblogs.com/quanweiru/p/4133468.html
Copyright © 2011-2022 走看看