我打算做一份Oracle EBS 系列的操作和开发教程,从操作到开发!有的资料从网上搜集,因为写是很费时间,但是我会更侧重于开发!
我们从供应链开始吧,了解它的基本操作,和基本开发(table,API)
创建Subinventory和Locator
Responsibility: Manufacturing and Distribution Manager
Organization: M1 – Seattle Manufacturing
打开路径:Inventory > Setup > Organizations > Subinventories
1) 源Subinventory
在打开的Subinventory Summary表单上,单击 New 按钮
填写以下信息:
Name = 1234567890
Description = test Subinv
Locator Control = Item Level
Default Replenishment Count Type = Order Quantity
单击工具栏上的保存按钮,保存新建的Subinventory。
提示:Subinventory名字可以是字符、数字,下划线等,但长度不超过10位
接着,在Subinventories表单上,单击 Locators 按钮
填写以下信息:
Locator = 123.456.7890
Description = Storage Locator
Type = Storage Locator
单击工具栏上的保存按钮,保存新建的Locator。
2) 目的Subinventory
再在M2组织下创建一个Subinventory,用于目的地接受。
首先,切换到M2
打开路径: Other > Change Organization
在弹出的Oraganiztions窗口,选择M2,单击OK按钮
然后按照上面创建Subinventory的步骤,创建目的Subinventory及Locator。
填写以下信息:
Name = dest_sub
Description = Destination Subinventory
Locator Control = Item Level
Default Replenishment Count Type = Order Quantity
单击Locators按钮
填写以下信息:
Locator = D.1.1
Description = Destination Locator
Type = Storage Locator
评论(1)