zoukankan      html  css  js  c++  java
  • 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

  • 相关阅读:
    二进制数组
    model模块
    Decorator [ˈdekəreɪtə(r)] 修饰器/装饰器 -- 装饰模式
    箭头函数
    async [ə'zɪŋk] 函数
    cocos2d-x 事件分发机制 ——触摸事件监听
    算法:高速排序
    [zlib]_[0基础]_[使用Zlib完整解压zip内容]
    设计模式之状态模式(State)摘录
    编写Web Serviceclient訪问www.webxml.com.cn提供的服务
  • 原文地址:https://www.cnblogs.com/quanweiru/p/4974229.html
Copyright © 2011-2022 走看看