我打算做一份Oracle EBS 系列的操作和开发教程,从操作到开发!有的资料从网上搜集,因为写是很费时间,但是我会更侧重于开发!
我们从供应链开始吧,了解它的基本操作,和基本开发(table,API)
首先,我们从创建Item入手。
下面以五类典型的Item为例,让我们来看看如何创建Item。
- Item1、Plain item
- Item2、Serial @ Receipt item
- Item3、Lot + Prespecified Locator item
- Item4、Lot + Serial @ Sales Order Issue item
- Item5、Lot + Serial @ Predefined + Revision + Dynamic entry Locator item
以上五类Item从简单到复杂,涵盖了Lot, Serial, Locator, Revision等常见属性,是具有代表性的。
- 第1步:创建Item。
切换到Responsibility: Manufacturing and Distribution Manager
Organization: M1 – Seattle Manufacturing
打开路径:Inventory > Items > Master Items
第一个item : Item = Item1
Description = Plain item
打开菜单Tools > Copy From… Template = Purchased Item
先点击按钮Apply,然后再点击按钮Done
看Item1的变化,User Item Type变成了Purchased Item,Item Status是Active。
点击菜单File > Save,保存新建的Item1。
点击Master Item表单上左侧第三个按钮Organizition Assignment,在M1这一行上打勾,然后保存。
这样Item1的创建到这里就完成了。
- 第二个item:
Item = Item2
Description = Serial @ Receipt item
基本步骤与创建第一个item相同,所不同的是,在Main这个tab设置完之后,还需在Inventory这个tab设置Serial信息。
点击tab“Inventory”,在Serial这个panel下,设置以前信息:
Generation = At Receipt
Starting Prefix = SR-
Starting Number = 1000
然后保存。
再继续分配Organizaition,把Item2分配到M1下,保存。
- 第三个item
Item = Item3
Description = Lot + Prespecified Locator item
基本步骤与创建第一个item相同,所不同的是,在Main这个tab设置完之后,还需在Inventory这个tab设置Lot和Locator的信息。
点击tab“Inventory”,设置Lot和Locator的信息如下:
Lot Control = Full Control
Starting Prefix = L-
Starting Number = 1000
Locator Control = Prespecified
然后保存。
再继续分配Organizaition,把Item3分配到M1下,保存。
- 第四个item
Item = Item4
Description = Lot + Serial @ Sales Order Issue item
这个item不同之处在于,Serial的控制在Sales Order Issue。
Lot Control = Full Control
Starting Prefix = L-
Starting Number = 1000
Generation = At Sales Order Issue
Starting Prefix = SO-
Starting Number = 1000
然后保存。
再继续分配Organizaition,把Item3分配到M1下,保存。
- 第五个item
Item = Item5
Description = Lot + Serial @ Predefined + Revision + Dynamic entry Locator item
这个item的限制较多。
Revision Control打勾
Lot Expiration Control = Shelf life days
Shelf life days = 365
Lot Control = Full Control
Starting Prefix = L-
Starting Number = 1000
Generation = At Predefined
Starting Prefix = SP-
Starting Number = 1000
Locator Control = Dynamic Entry
然后保存。
别忘了继续分配Organizaition,把Item3分配到M1下,保存。
到此,五类典型的Item就全部创建完毕。