OSFM Tables
OSFM - Oracle Shop Floor Management
1. (N) Shop Floor Manager > Lot Based Jobs (B: New)
Status: Unreleased
Insert data to table:
wip_entities
wip_discrete_jobs
========================================================
select *
from wip_entities
where 1=1
and wip_entity_name = 'JM41309150001';
select *
from
wip_discrete_jobs
where 1=1
and wip_entity_id in(
select wip_entity_id
from wip_entities
where 1=1
and wip_entity_name = 'JM41309150001'
);

2. Change the status: Released
Insert data to table:
wip_period_balances
========================================================
select *
from wip_period_balances
where 1=1
and wip_entity_id in(
select wip_entity_id
from wip_entities
where 1=1
and wip_entity_name = 'JM41309150001'
);

3. (N) Shop Floor Manager > Lot Transactions > Material Transactions
Transaction Type: WIP component issue
Update data to table:
wip_period_balances
WIP_PERIOD_BALANCES.PL_MATERIAL_IN
WIP_PERIOD_BALANCES.PL_MATERIAL_OVERHEAD_IN
WIP_PERIOD_BALANCES.PL_RESOURCE_IN
========================================================
| PL_MATERIAL_IN | PL_MATERIAL_OVERHEAD_IN | PL_RESOURCE_IN |
| 1 | 1,005 | 20 |



4. (N) Shop Floor Manager > Lot Transactions > WIP Lot Transactions
Transctiont Type: Split
Job No: JM41309150001
>>> split: 1) JM41309150001*1
2) JM41309150001*2
========================================================

| ACCT_PERIOD_ID | WIP_ENTITY_ID | WIP_ENTITY_NAME | CLASS_TYPE |
| 7,143 | 113,708 | JM41309150001*1 | 5 |
| 7,143 | 113,709 | JM41309150001*2 | 5 |
| 7,143 | 113,707 | JM41309150001-TST | 5 |
| TL_RESOURCE_IN | TL_OVERHEAD_IN | TL_OUTSIDE_PROCESSING_IN | PL_MATERIAL_IN | PL_MATERIAL_OVERHEAD_IN |
| 0 | 0 | 0 | 0 | 302 |
| 0 | 0 | 0 | 1 | 704 |
| 0 | 0 | 0 | 1 | 1,005 |
| PL_RESOURCE_IN | PL_OVERHEAD_IN | PL_OUTSIDE_PROCESSING_IN | TL_MATERIAL_OUT | TL_MATERIAL_OVERHEAD_OUT |
| 6 | 0 | 0 | 0 | 0 |
| 14 | 0 | 0 | 0 | 0 |
| 20 | 0 | 0 | 0 | 0 |
| TL_RESOURCE_OUT | TL_OVERHEAD_OUT | TL_OUTSIDE_PROCESSING_OUT | PL_MATERIAL_OUT | PL_MATERIAL_OVERHEAD_OUT |
| 0 | 0 | 0 | 0 | 0 |
| 0 | 0 | 0 | 0 | 0 |
| 0 | 0 | 0 | 1 | 1,005 |
| PL_RESOURCE_OUT | PL_OVERHEAD_OUT | PL_OUTSIDE_PROCESSING_OUT |
| 0 | 0 | 0 |
| 0 | 0 | 0 |
| 20 | 0 | 0 |
OSFM Tables的更多相关文章
- LOCK TABLES和UNLOCK TABLES与Transactions的交互
LOCK TABLES对事务不安全,并且在试图锁定表之前隐式提交任何活动事务. UNLOCK TABLES只有在LOCK TABLES已经获取到表锁时,会隐式提交任何活动事务.对于下面的一组语句,UN ...
- 函数的使用顺序---TABLES,USING,CHANGING
SAP使用PERFORM的时候: ... [TABLES itab1 itab2 ...] [USING a1 a2 ...] [CHANGING a1 a2 ...]. E ...
- Drop all the tables, stored procedures, triggers, constraints and all the dependencies in one SQL statement
Is there any way in which I can clean a database in SQl Server 2005 by dropping all the tables and d ...
- mysqldump: Got error: 1142: SELECT, LOCK TABLES command denied to user 'root'@'localhost' for table 'accounts' when using LOCK TABLES
AutoMySQLBackup备份时,出现mysqldump: Got error: 1142: SELECT, LOCK TABLES command denied to user 'root'@' ...
- Neutron 理解 (4): Neutron OVS OpenFlow 流表 和 L2 Population [Netruon OVS OpenFlow tables + L2 Population]
学习 Neutron 系列文章: (1)Neutron 所实现的虚拟化网络 (2)Neutron OpenvSwitch + VLAN 虚拟网络 (3)Neutron OpenvSwitch + GR ...
- Codeforces Round #342 (Div. 2) C. K-special Tables(想法题)
传送门 Description People do many crazy things to stand out in a crowd. Some of them dance, some learn ...
- mysql [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.host' doesn't exist (转载)
mysql报错Fatal error: Can't open and lock privilege tables: Table 'mysql.host' doesn't exist 2013-11-2 ...
- MySql: show databases/tables use database desc table
1. show databases mysql> show databases;+--------------------+| Database |+--------------------+| ...
- mysql performance_schema 和information_schema.tables了解
这个是关于mysql的系统表,性能表,核心表操作的一些介绍,深入算不上 我们一般很少去动 mysql information_schema 信息相关 performance_schema 性能相关 ...
随机推荐
- 第十二篇、HTML常用框架收集
1.Swiper 广告轮播插件 2.Bootstrap 响应式布局 3.jQuery js兼容插件 4.jQuery Mobile 5.phoneGap
- iOS中 常用的mac终端指令
1.使用caffeinate阻止Mac运行屏幕保护和睡眠 caffeinate能阻止Mac进入睡眠状态,而且屏幕保护也不会激活.我们最好使用-t为命令加入具体的时间.比如下面的命令可以使Mac一小时内 ...
- 第36条:坚持使用Override注解
@Override 注解只能用在方法声明中,表示被注解的方法声明覆盖了超类型中的一个声明. @Target(ElementType.METHOD) @Retention(RetentionPolicy ...
- cache在spring中使用
一:参考文章 (1)http://haohaoxuexi.iteye.com/blog/2123030 Spring使用Cache,这篇文章讲的比较详细. 注:本文是对参考文章和实际使用中经验的总结 ...
- 纯javascript 回到 顶部 实例
很多网站都会采用瀑布式的加载模式,像qq空间加载好友动态,为了用户体验更好,很多网站会加上回到顶部的连接,但大多数网站都是一下子就回到了顶部,当然,这样有这样的好处,但是我是个比较喜欢很炫的东西的人, ...
- java basic
//java 声明常量 //final 数据类型 常量名=值; //as: final float PI=3.14f;/ PI=3.14002F //默认浮点为 double //break:跳出多重 ...
- google map android api v2
我在这主要列举几个需要注意的问题: 1.需要注意使用的api版本的问题,例如google map android api v1就和v2差别很大,包括申请key方面,所以在搜索资料的时候一定注意版本问题 ...
- PHP之session_start()详解
1.session的工作原理 (1)首先使用session_start()函数进行初始换 (2)当执行PHP脚本时,通过使用$_SESSION超全局变量注册session变量. (3)当PHP脚本执行 ...
- 修改oracle数据库为归档模式
参考博客:http://blog.csdn.net/codesaint/article/details/1901030 Oracle分为非归档模式(NOARCHIVELOG) 和归档模式(ARCHI ...
- LCD显示方向
一.ILI9341内存到显示地址的映射 本文只讨论“正常显示”,不讨论“垂直滚动显示”模式. 可以看到物理内存被两个指针访问,行指针和列指针,行指针范围从000h到013Fh,列指针范围为0000h到 ...