• 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

  • 相关阅读:
    堆内存内部结构
    JVM 总体结构
    HTTP的工作原理
    HTTP协议简介
    服务器硬件资源_I/O
    maven常用命令行总结
    java enum—枚举的应用
    JAVA闰年的判断
    JAVA数据结构与算法——求最大公约数!!
    ThinkPHP 分页
  • 原文地址:https://www.cnblogs.com/quanweiru/p/4974229.html
Copyright © 2020-2023  润新知