Steps involved involved in back to back order process in oracle apps

1. Enter Sales Order

2. Book Sales Order

3. Progress Sales Order to create Supply Order

4. Requisition Import

5. Create Purchase / Inventory Receipt

6. Pick Release Sales Order

7. Ship Confirm

Navigation: Order Management Super User >> Orders, Returns >> Order Organizer

Enter Customer name and remaining fields will populate automatically from customer data

Navigate to “Line Items” tab

Enter Item and Quantity information

Save: Ctl + S

Current Status of Sales order will be “Entered” both at Header level and Line Level

Click on “Book” button and a pop up will confirm

Status on Order header will be changed to “Booked” and Line level status will be “Supply Eligible”

Keep Cursor in Line Status field and right click to bring a new menu. From the menu select “Progress Order” option

Select “Create Supply Order – Eligible” option

Order line status will be changed to “External Req Requested”

Navigation: Purchasing Responsibility

Navigation: View >> Requests >> Submit a New Request >> Single Request >> Requisition Import

Leave default parameters as it is and click OK.

Navigation: Order Management Super User >> Orders, Returns >> Order Organizer >> Query SO >> Line Items

The Sales Order line status will be changed to “PO Open”

Click on “Actions” and select “Supply To Order Workbench”

You will see a new window as shown below.

Click on “Purchase Order” link

Purchase

Purchase Order Number will be found under “Doc Num”

Navigation: Purchasing responsibility >> Receipts

Select the organization into which we need to receive the item

Enter Purchase Order number and click Find buttion

Select the “check box” on the left and enter “Sub Inventory” into which you would like to receive the quantity

Save: Ctl + S

Navigation: Order Management Responsibility >> Sales Order form >> Query SO >> Line Items

The status of line will be “Awaiting Shipping”

From here on we will need to follow normal “Order to cash” cycle flow.

For more information on O2C follow the below link.

http://erpschools.com/articles/order-to-cash-cycle

Back to Back Order Process的更多相关文章

  1. hdu 1034 (preprocess optimization, property of division to avoid if, decreasing order process) 分类: hdoj 2015-06-16 13:32 39人阅读 评论(0) 收藏

    IMO, version 1 better than version 2, version 2 better than version 3. make some preprocess to make ...

  2. Node: Process模块 (Features of Process)

    Process模块 (Features of Process) process is a global variable which indicates the current Node.js pro ...

  3. ENode框架Conference案例分析系列之 - 订单处理减库存的设计

    前言 前面的文章,我介绍了Conference案例的业务.上下文划分.领域模型.架构,以及代码整体流程.接下来想针对案例中一些重要的场景,分别做进一步的分析.本文想先介绍一下Conference案例的 ...

  4. IDDD 实现领域驱动设计-CQRS(命令查询职责分离)和 EDA(事件驱动架构)

    上一篇:<IDDD 实现领域驱动设计-SOA.REST 和六边形架构> 阅读目录: CQRS-命令查询职责分离 EDA-事件驱动架构 Domin Event-领域事件 Long-Runni ...

  5. [转]Design Pattern Interview Questions - Part 4

    Bridge Pattern, Composite Pattern, Decorator Pattern, Facade Pattern, COR Pattern, Proxy Pattern, te ...

  6. Thymeleaf3.0内容

    Thymeleaf简介 什么是Thymeleaf Thymeleaf是网站或者独立应用程序的新式的服务端java模板引擎,可以执行HTML,XML,JavaScript,CSS甚至纯文本模板. Thy ...

  7. PHP正则表达式模式修饰符 /i, /is, /s, /isU等

    模式修饰符 下面列出了当前可用的 PCRE 修饰符.括号中提到的名字是 PCRE 内部这些修饰符的名称. 模式修饰符中的空格,换行符会被忽略,其他字符会导致错误. i (PCRE_CASELESS) ...

  8. CQRS\ES架构介绍

    大家好,我叫汤雪华.我平时工作使用Java,业余时间喜欢用C#做点开源项目,如ENode, EQueue.我个人对DDD领域驱动设计.CQRS架构.事件溯源(Event Sourcing,简称ES). ...

  9. PP常见数据表

    Table表    Short text短文本 AFFL    Work order sequence加工单顺序 AFFT    Order process instructions订单-流程指令 A ...

随机推荐

  1. 2014 ACM/ICPC Asia Regional Guangzhou Online

    Wang Xifeng's Little Plot http://acm.hdu.edu.cn/showproblem.php?pid=5024 预处理出每个点八个方向能走的最远距离,然后枚举起点,枚 ...

  2. skinned mesh 蜘蛛样

    被skinned mesh 折磨了 好久,开始感觉skinindices不对,因为pix显示里面全是0 后来跟来跟去发现是这样的,那些uchar的整数被pix用float的格式显示出来 (显示为0.0 ...

  3. JS模板引擎 :ArtTemplate (2)

    上一篇初略的介绍了一下javascript中的模板引擎,有兴趣的可以戳 这里 . 这一篇将带着大家一起做一个简易的模板引擎, 上一篇介绍到:模板引擎其实做的就是两件事. 根据一定的规则,解析我们所定义 ...

  4. 对话机器学习大神Yoshua Bengio(上)

    Yoshua Bengio教授(个人主页)是机器学习大神之一,尤其是在深度学习这个领域.他连同Geoff Hinton老先生以及 Yann LeCun(燕乐存)教授,缔造了2006年开始的深度学习复兴 ...

  5. tomcat与IIS在多IP服务器下的支持

    同一个服务器下,双IP(或更多IP),实现tomcat与IIS公用80端口. 操作其实也很简单的,首先禁用iis的套接字池,iis绑定一个ip,然后tomcat在绑定另一个ip,最后重启下服务器即可. ...

  6. 从3D Studio Max导入物体 Importing Objects From 3D Studio Max

    原地址:http://game.ceeger.com/Manual/HOWTO-ImportObjectMax.html If you make your 3D objects in 3dsMax, ...

  7. HDU 1686 Oulipo , 同 POJ 3461 Oulipo (字符串匹配,KMP)

    HDU题目 POJ题目 求目标串s中包含多少个模式串p KMP算法,必须好好利用next数组,, (kmp解析)——可参考 海子的博客  KMP算法 //写法一: #include<string ...

  8. iOS-xib(使用XIB自定义一个UIView )

    1.新建一个xib视图

  9. iOS工程预编译文件的创建

    在搜索 添加工程名/自己的pch文件名记住加后缀  

  10. iOS多线程的初步研究(二)-- 锁

    谈到线程同步,一般指如何对线程间共享数据的同步读写,如何避免混乱的读写结果.一个基本的解决办法就是使用锁(LOCK). iOS提供多种同步锁的类和方法,这里介绍下基本用法. 1. NSLock:最基本 ...