• Sales Order Flow Statuses


    OE_ORDER_LINES_ALL.flow_status_code column values

    execute the below query to see the values.

    SELECT *

    FROM fnd_lookup_values

    WHERE lookup_type = 'LINE_FLOW_STATUS'

    AND language = 'US'

    WSH_DELIVERY_DETAILS.Release_Status can have any of the below valide values

    Pick Status   Meaning                Description

    -----------      --------                   -----------------

      B        Backordered                 Line failed to be allocated in Inventory

      D        Cancelled                     Line is Cancelled

      L        Closed                          Line has been Received

      I         Interfaced                     Line has been shipped and interfaced to Order Management and Inventory

      X        Not Applicable              Line is not applicable for Pick Release

      N        Not Ready to Release     Line is not ready to be released

      P        Purged                          Line has been purged from source system

      R        Ready to Release           Line is ready to be released

      S        Released to Warehouse   Line has been released to Inventory for processing

      C        Shipped                         Line has been shipped

      Y        Staged/Pick Confirmed   Line has been picked and staged by Inventory

    WSH_NEW_DELIVERIES.status_code column values

    SELECT *

    FROM fnd_lookup_values

    WHERE lookup_type = 'TRIP_STATUS'

    AND language = 'US'

    Trip Status   Meaning      Description

    -----------      --------         -----------------

      OP          Open         Trip is Open and has not begun

      IT           In-Transit   Trip is in-transit and has begun

      CL          Closed       Trip has completed  

    Posted by Ashok Kumar T J at 3:01 PM

    Labels: Oracle applications

  • 相关阅读:
    基础练习 分解质因数
    基础练习 矩阵乘法
    基础练习 矩形面积交
    基础练习 完美的代价
    设计模式完结(7)--桥接模式----处理多维度变化
    设计模式完结(6)--适配器模式----不兼容结构的协调
    设计模式完结(5)-建造者模式
    设计模式完结(4)-原型模式
    设计模式完结(3)单例模式
    设计模式读完总结(2)工厂模式
  • 原文地址:https://www.cnblogs.com/quanweiru/p/4974229.html
Copyright © 2020-2023  润新知