在定义BOM的时候,我们需要设定,工单供货的方式(Supply Type).

Push
推式发料,必须手工通过界面做发料,价格昂贵的,需严格控制数量,或者波动比较大的物料。
推式组件根据需要可被直接发放至离散任务和重复性计划。虽然在制品管理系统会默认与组件关联的供应子库存,但您仍可以指定从中发放推式组件的子库存。

Assembly Pull
拉式发料,装配件完工或报废时自动按标准消耗量触发 消耗比较稳定的物料。
在在制品管理系统中完成装配件后,装配拉式组件即被发放至离散任务和重复性计划。这些组件是从分配给组件需求的供应子库存中拉出的。
如果必须将拉式组件分配给不与工艺路线关联的物料清单或任务,则必须分配“装配拉式”而不是“工序拉式”供应类型。
如果尚未指定该任务的装配件或物料清单参考,则不能将此供应类型分配给非标准离散任务。

Operation Pull
拉式发料,工序移动至To Move时自动按标准消耗量触发 消耗比较稳定的物料。
在完成倒冲工序后,工序拉式组件即被发放至离散任务和重复性计划。这些组件是从分配给组件的供应子库存中拉出的。
您不能将此供应类型分配给没有工艺路线的装配件,或没有工艺路线的非标准离散任务。
如果装配件的工艺路线没有工序或工序已被禁用,您就可以将此供应类型分配给这些装配件。但是,系统会自动将所有组件的供应类型从工序拉式更改为装配拉式。

另外附上老外的一篇文章,介绍Supply Type,比较完整

Supply Types in Oracle WIP

Supply types decides the method of supplying component materials to discrete jobs and repetitive schedules in WIP module. It also controls how materials are planned in MS/MRP module and how materials are costed in Cost Management module.

You can assign supply types to the items when you define in Inventory module. You can also assign supply types to components when you create bills of material in Bills of Material and Engineering modules. The following is a list of the WIP supply types and the way they work:

a) Push
Push components can be manually issued directly to discrete jobs and repetitive schedule as per requirements. You can specify the subinventory for items in Item definition form or in Bills or define default subinventory in WIP parameters form. Work in Process defaults the supply subinventory associated with the component.

b) Operation Pull:
Operation pull components that are assigned to backflush operations, are automatically backflushed (pulled) from inventory and issued to discrete jobs and repetitive schedules when assemblies are moved and completed at that operation i.e. when you complete backflush operations. Also, operation pull component that have not been backflushed because they are assigned to non-backflush operations prior to the backflush operation are also backflushed.
The Components are pulled from the supply subinventory assigned to the component. You cannot assign this supply type to an assenbly without a routing or a non-standard discrete job without a routing. You can assign this supply type to assemblies that have routings with no operations or when the routing has disabled operations. However, all components with a supply type of operation pull are automatically changed to assembly pull.

c) Assembly pull:
Assembly Pull components are issued (backflushed) to discrete jobs and repetitive schedules when you complete all operations on assemblies in Work in Process. They are pulled from the supply subinventory assigned to the component requirement.
If you want to assign pull components to a bill of material or job that is not associated with a routing, you must assign an Assembly Pull supply type, rather than operation pull supply type. You cannot assign this supply type to a non-standard discrete job if you have not specified an assembly or bill of material reference for that non standard discrete job.

d) Based on Bill:
When you define a discrete job or a repetitive line/assembly association in WIP, the supply type for the assembly defaults to Based on Bill and assembly components are supplied based upon their bill of material supply types. You can change the defaulted Based on Bill supply type that is assigned to jobs and schedules as you define them. The Based on Bill supply type is WIP specific.

If the supply type for a job or line/assembly association is changed, the new supply type is applied to all component material requirements. For example, if you change the supply type of a job assembly from Based on Bill to Assembly Pull, the supply types of all assembly components are changed to Assembly pull. You can update the supply types of individual material requirements using the Material Requirements window in WIP
The system automatically changes components with a supply type of Operation Pull to Assembly Pull, when the Based on Bill supply type is applied to a job or repetitive job/ schedule that has a bill of material but has no a routing or operations.

e) Bulk:
Bulk component requirements can be viewed and are displayed on reports and inquiry forms (that display components requirements) when you include Bulk components on a bill of material. They can be used to communicate to the shop floor that bulk components must be used but need not be transacted. You can choose specific components in the type field of WIP material transaction form for issuing bulk components.

Bulk components are not backflushed nor do they default when issuing all components for an assembly. You can, however, manually issue specific bulk components to a discrete job or repetitive schedule. This supply type is selected for components like screws,nuts,bolts,nails,etc where it is difficult and may not be necessary to transact the exact quantity used.

f) Supplier/Vendor:
Supplier component requirements can be included on bills of material. Requirements for supplier components are created when you define discrete jobs and repetitive schedules in Work in Process. Supplier component requirements can be viewed and are displayed on reports. They provide information on the component materials that your suppliers provide but need not be transacted. Supplier components are not backflushed nor do they default when issuing all components for an assembly. You can, however, manually issue specific supplier components to discrete jobs and repetitive schedules/job.

g) Phantoms:
Phantom components can be assigned to bill of material component subassemblies and subassembly items in BOM and Engineering. Components of phantom subassemblies are used as if they were tied directly to the parent assembly. Phantom supply types cannot be assigned to jobs and repetitive lines/assembly associations in Work in Process. When model or option class bills are components to another bill of material, that component supply type is phantom.
Phantoms behave normally when they are top level assemblies, such as when master scheduled or manufactured on a discrete job. As subassemblies, they lose their distinct identity and become a collection of their components. Phantom components (not the phantom itself) are included on discrete jobs and repetitive job/schedules and are listed on the Discrete Job and Repetitive Schedule Pick List Reports.

转载请注明出处: http://blog.csdn.net/pan_tian/article/details/7785821
===EOF===

WIP Supply Type(Push,Assembly pull,Operation pull...)相关推荐

  1. 理解Git的设计思想,详解git文件夹,以及详解add、commit、push,fetch、pull、merge指令

    在项目目录执行git init,此目录将纳入git管理,git将会自动生成.git文件夹,用以记录git配置(.git/config)和版本信息(commit-id)和文件集合.下面是.git文件夹的 ...

  2. Git得基本使用方法add、commit、push、checkout以及Pull

    一.Git是什么? Git是目前世界上最先进的分布式版本控制系统. Working Directory:工作区 Index / Stage:暂存区 Repository:仓库区(或本地仓库) Remo ...

  3. Git使用 从入门到入土 收藏吃灰系列 (十) 详谈push、fetch、pull

    文章目录 一.前言 二.git push上传新的分支 三.git fetch 拉取远程仓库 四.git pull 拉取远程仓库 本节内容速览 二:git push使用 三:git fetch使用.为什 ...

  4. 微博feed系统的推(push)模式和拉(pull)模式和时间分区拉模式架构探讨

    sns系统,微博系统都应用到了feed(每条微博或者sns里的新鲜事等我们称作feed)系统,不管是twitter.com或者国内的新浪微博,人人网等,在各种技术社区,技术大会上都在分享自己的feed ...

  5. Git复习(五)之多人协作、git push失败、git pull失败

    多人协作 多人协作时,大家都会往master和dev分支上推送各自的修改. 现在,模拟一个你的小伙伴,可以在另一台电脑(注意要把SSH Key添加到GitHub)或者同一台电脑的另一个目录下克隆: $ ...

  6. 【转发】微博feed系统的推(push)模式和拉(pull)模式和时间分区拉模式架构探讨

    本文为转发文章,原文作者:孙立 sns系统,微博系统都应用到了feed(每条微博或者sns里的新鲜事等我们称作feed)系统,不管是twitter.com或者国内的新浪微博,人人网等,在各种技术社区, ...

  7. eclipse pull异常 Pulling 1 respository (The pull operation was canceled)

    git拉取文件时弹出如下: 是因为文件冲突导致pull失败,点击 Details 查看冲突文件. 然后右键项目 team → Synchronize Workspace 打开后目录后选择刚刚在 det ...

  8. github Pull请求(Pull request)

    Pull请求是一个非常棒的方式,通过fork一个新的代码库用来独立开发,并将变更贡献回原始代码库.在一天结束的时候,如果我们愿意,我们可以发送一个pull请求给代码库所有者,来合并我们的代码更改.Pu ...

  9. STM32 GPIO: pull up, pull down, no pull

    gpio 有3种状态, 上拉,下拉,不拉. 首先,确定GPIO口的输入和输出: 当GPIO处于output模式,一般选择no pull,引脚能够正确地输出目标值: 当GPIO处于input模式,需要根 ...

最新文章

  1. 2021中大厂php+go面试题(1)
  2. 【Python-ML】神经网络激励函数-Softmax
  3. 玩转Mixly – 9、Arduino AVR编程 之 函数
  4. Linux 文件查找(find)
  5. Keepalived的LVS配置
  6. 黑马程序员pink老师前端入门教程,零基础必看的h5(html5)+css3+移动端前端视频教程(精灵图,字体图标,技巧)
  7. 牛客 - 走迷宫(模拟+离线)
  8. windows操作系统_windows操作系统如何格式化u盘【操作方法】
  9. javascript HTMLAudioElement
  10. Rust 多久更新一次?
  11. JDK源码解析--Object类
  12. Proxyee-down – 百度网盘全平台满速下载神器,还带有IDM的全网嗅探功能
  13. @Aspect不生效
  14. 在Android中调用浏览器打开网页方式
  15. 鼎捷T100 以客制批次作业为例,画面规格生成后编译程式报错问题
  16. 众里寻他千百度,不如用它来搜库!
  17. 项目在使用easyui时遇到的问题
  18. Mysql—索引①:原理篇
  19. vue实现登录时的图片验证码(纯前端)
  20. fock join 列子

热门文章

  1. 乐盒开源盲盒uniapp源码系统
  2. 信号与系统分析《1》
  3. 摄像头监控人形并实时发送提醒到邮箱
  4. 谣言检测论文精度——14.2019-Jointly embedding the local and global relations of heterogeneous graph
  5. Scihub DOI 批量文献 pdf 下载
  6. PHP 阿里直播(阿里直播SDK 直播介绍 直播扩展知识)
  7. sublime-text3 安装 emmet 插件
  8. 智能电话机器人源码安装部署好后都有哪些功能?
  9. 战场感知资源管理与信息融合
  10. 汽车Vin码识别技术应用与研发原理