首页 > 数据库 >Oracle EBS - How Are Shipping Dates Calculated? (Doc ID 1076040.1)

Oracle EBS - How Are Shipping Dates Calculated? (Doc ID 1076040.1)

时间:2023-07-13 14:22:05浏览次数:40  
标签:Dates Initial Off Doc Calculated Drop Ultimate Date Actual

Oracle Shipping Execution - Version 11.5.10.2 to 12.2.10 [Release 11.5.10 to 12.2]
Information in this document applies to any platform.<br* ***


GOAL

  1. How does E-Business Suite (EBS) derive the Material Transaction Date?
  2. What is the purpose of the Initial Pick Up Date on the delivery and how is it calculated?
  3. What is the purpose of the Ultimate Ship To Date on the delivery and how is it calculated?

SOLUTION

1) The Actual Departure Date will be the Material Transaction Date.  Delivery's 'Initial Pickup Date' & 'Ultimate Drop Off Date is calculated based on the Shipping Global Parameter's setup.
It can be either of the following:

a. Earliest Ship Date, Latest Delivery Date
b. Scheduled Date, Requested Date



NOTE!!: The Actual Shipment Date signifies the date on which material is actually shipped(trip is firmed) out of staging status.
The Actual_Shipment_Date column in the OE_ORDER_LINES_ALL table is populated based on the Actual_Departure_Date from the WSH_TRIP_STOP table.

As per design, the transaction date in inventory transactions interface is passed from Shipping as the Actual_Departure_Date of the trip stop as part of the Inventory Interface of the Interface Trip Stop.
Same is also passed to the Actual Shipment Date for the order line as part of the OM Interface of the Interface Trip Stop.

 

2) The Initial Pick Up Date is the date on which the items will be shipped out of the warehouse.
While creating a delivery or assigning a delivery detail line to a delivery, the Initial Pick up date is calculated as follows:

a. If 'Delivery Date Calculation Method' Shipping Global Parameter is set to 'Earliest Ship Date, Latest Delivery Date' then the Initial Pickup Date => Max(Earliest Pickup Date).
b. If 'Delivery Date Calculation Method' Shipping Global Parameter is set to the 'Scheduled Date, Requested Date' then the Initial Pickup Date => Max(Date Scheduled).

While closing the pick-up stop manually or during the Ship Confirm process, the 'Initial Pickup Date' will always be updated with the 'Actual Departure Date' (Initial Pickup Date = Actual Departure Date).

 

3) The Ultimate Drop Off Date is the date on which the items reach the Customer's Ship-To Location.

a. If 'Delivery Date Calculation Method' Shipping Global Parameter is set to 'Earliest Ship Date, Latest Delivery Date' then the Ultimate Drop Off Date => NVL( Min(Latest Drop Off Date), Greatest(Min(Date Requested), Min(Date Scheduled))).

b. If 'Delivery Date Calculation Method' Shipping Global Parameter is set to 'Scheduled Date, Requested Date' then the Ultimate Drop Off Date => If ( Min(Date Requested) > Min(Date Scheduled) ) Ultimate Drop Off Date = Min(Date Requested)
Else Ultimate Drop Off Date = Min(Date Scheduled).

If Derived 'Ultimate Drop Off Date' happens to be less than 'Initial Pickup Date' derived then Ultimate Drop Off Date = Initial Pickup Date.
While closing the pick-up stop manually or during the Ship Confirm process, if  the 'Ultimate Drop Off Date' is less than the 'Actual Departure Date' then Ultimate Drop Off Date = Actual Departure Date.

标签:Dates,Initial,Off,Doc,Calculated,Drop,Ultimate,Date,Actual
From: https://www.cnblogs.com/HappyNewLife/p/17550338.html

相关文章

  • 如何实现查看docker连接数的具体操作步骤
    Docker连接数查看及管理在使用Docker进行应用容器化时,我们经常会遇到需要查看和管理容器的连接数的情况。本文将介绍如何使用Docker命令和相关工具来查看和管理Docker容器的连接数。1.查看Docker容器的连接数要查看Docker容器的连接数,我们可以使用dockerstats命令。该命令可以......
  • docker-machine(v0.16.2)安装,云盘下载
    1、附件下载链接:https://pan.baidu.com/s/1WbTTCKosPuody3ni2UpCkQ提取码:9thm2、安装onosx:$curl-Lhttps://github.com/docker/machine/releases/download/v0.16.2/docker-machine-`uname-s`-`uname-m`>/usr/local/bin/docker-machine&&\chmod+x/usr/loca......
  • Docker Nginx安装使用以及踩坑点总结
    拉取nginx镜像dockerpullnginx:latest运行镜像暂时不需要配置volume挂载dockerrun--namenginx-p80:80-dnginx参数详解:--namenginx指定容器的名称-p80:80映射端口-d守护进程运行创建volume目录mkdir-p/www/nginx/conf.dmkdir-p/www/nginx/htmlmkd......
  • 如何实现只有80对外开放的宿主机,使用docker实现mysql和redis和外部通信的具体操作步
    使用Docker实现MySQL和Redis与外部通信引言在现代软件开发中,往往需要使用到各种数据库和缓存技术。MySQL是一种常用的关系型数据库,而Redis是一种常用的内存缓存数据库。在部署这些数据库和缓存时,我们常常需要与外部的系统进行通信,例如通过网络连接,提供服务给其他系统。本文将介绍......
  • document.createComment All In One
    document.createCommentAllInOnedocument.createCommentdocument.createComment("auth")<!--auth-->MDNXML/HTMLconstdocu=newDOMParser().parseFromString("<xml></xml>","application/xml");const......
  • docker教程
    概述容器较为官方的解释一句话概括容器:容器就是将软件打包成标准化单元,以用于开发、交付和部署。容器镜像是轻量的、可执行的独立软件包,包含软件运行所需的所有内容:代码、运行时环境、系统工具、系统库和设置。容器化软件适用于基于Linux和Windows的应用,在任何环境中都能......
  • jsDOC
    定义函数参数与返回值@param定义参数@returns定义返回类型/***计算两个点位距离*@param{object}p1*@param{number}p1.x*@param{number}p1.y*@param{object}p2*@param{number}p2.x*@param{number}p2.y*@returns{number}返回距离*/co......
  • Docker学习路线3:安装设置
    Docker提供了一个名为DockerDesktop的桌面应用程序,简化了安装和设置过程。还有另一个选项可以使用Docker引擎进行安装。DockerDesktop网站Docker引擎DockerDesktopDockerDesktop是一款易于安装的应用程序,可使开发人员快速在其台式机上设置Docker环境。它适用于Windows和......
  • docker 安装 docker 并下载mysql redis镜像
    **步骤:1.Uninstalloldversions(卸载旧版本): sudoyumremovedocker\         docker-client\         docker-client-latest\         docker-common\         docker-latest\  ......
  • 修改docker源和ubuntu源
    1、修改docker源vi/etc/docker/daemon.json增加或修改成如下内容:{"registry-mirrors":["https://hub-mirror.c.163.com","https://mirror.baidubce.com","https://vz2hqrw3.mirror.aliyuncs.com"]}Docker官方中国区:https://registry.doc......