zoukankan      html  css  js  c++  java
  • INCOIN

    • fact: Oracle Inventory 11.5.5
    • fact: INCOIN - Import Items
    • fact: MTL_INTERFACE_ERRORS
    • symptom: Unable to import items with historical item revisions data
    • symptom: INV_IOI_REV_BAD_ORDER
    • cause: The cause of this problem is still undetermined.
    fix:
    
    Note the following 2 points when importing historical revision information in 
    Inventory Item Open Interface:
    
    1. To interface all revisions for an item in the item revisions interface 
     table (including the default revision), user can specify any effectivity dates,
     
     as long as they are in chronological order. However, DEFAULT REVISION 
     must be in the INTERFACE TABLE. Else, the process would create one  
     and put the effectivity date as sysdate. After system does this, it then 
    checks 
     for chronological order which may cause the import of that item to fail. 
    
    2. Populate the ITEM_NUMBER column in MTL_SYSTEM_ITEMS_INTERFACE, along 
     with segment1 or instead of segment1. The code compares ITEM_NUMBER 
     from item interface and revision interface tables, and if the revision does 
     not exists in the revisions interface table then a new record is insesrted in 
     revision interface table. 
    
     For example, if the default starting revision for organization V1 is 'A'
     and an item 'AS18947' has the first revision as 'F', then user needs to insert 
     2 records into MTL_ITEM_REVISIONS_INTERFACE table. One for revision 'A' and 
     other for revision 'F' The effectivity date of revision 'A' should be less 
     than equal to that of revision 'F'. Both of these dates could be historical 
     dates. User needs to populate the ITEM_NUMBER column in 
     MTL_SYSTEM_ITEMS_INTERACE for the item 'AS18947' instead of or in 
     addition to segment combination values.
    
  • 相关阅读:
    数据类型装换
    变量及数据类型
    27 网络通信协议 udp tcp
    26 socket简单操作
    26 socket简单操作
    14 内置函数 递归 二分法查找
    15 装饰器 开闭原则 代参装饰器 多个装饰器同一函数应用
    12 生成器和生成器函数以及各种推导式
    13 内置函数 匿名函数 eval,exec,compile
    10 函数进阶 动态传参 作用域和名称空间 函数的嵌套 全局变量
  • 原文地址:https://www.cnblogs.com/pompeii2008/p/9593893.html
Copyright © 2011-2022 走看看