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 性能相关 ...
随机推荐
- popen pclose 不等待命令执行完毕
$handle = popen("start D:\\test.bat", "r"); //exec("start D:\\test.bat" ...
- html元素类型 块级元素、内联元素(又叫行内元素)和内联块级元素。
html中的标签元素大体被分为三种不同的类型:块级元素.内联元素(又叫行内元素)和内联块级元素. 块级元素特点: 1.每个块级元素都从新的一行开始,并且其后的元素也另起一行.(霸道,一个块级元素独占一 ...
- undrop for innodb c_parser 源码分析
一,主函数功能: 1,分析命令行参数,保存在全局变量中; 2,打开文件,加载表定义sql,调用分析函数开始处理; 3,打印导入数据的sql语句; 二,文件处理函数,void process_ibfil ...
- 【译】velocity
本文原文地址:http://davidwalsh.name/intro-javascript-animation 就像许多开发者确信的那样,在Web上使用CSS实现动画并不是唯一的方式,我们也可以使用 ...
- 关于.NET技术前途问题的讨论
我去年曾经在论坛发起过关于.NET技术前途问题这个话题的讨论,也引起了很多同行和朋友的回复,时间过去大半年,自己也有了一些新的理解.本文的目的就是将其中一些精彩的观点整理出来并谈谈自己的观点. 引子 ...
- "严格模式" use strict 详解
一.概述 除了正常运行模式,ECMAscript 5添加了第二种运行模式:"严格模式"(strict mode).顾名思义,这种模式使得Javascript在更严格的条件下运行. ...
- Html5页面返回机制解决方案
需要处理的返回场景: 1.正常的a->b->c 2.页面上的按钮触发需要登陆 3.页面跳转需要登陆 4.页面上的可修改的部分(如选择地址,地址页面本身也是可以增删改查的) 整体的原则是原路 ...
- DevExpress VCL 一键安装工具
一键安装工具 DxAutoInstaller-2.1.3 For Devexpress VCL:http://download.csdn.net/detail/wozengcong/8396181 一 ...
- 调试NodeJS应用
OS:Windows 1.下载安装NodeJS 点击http://nodejs.org/界面上“Install”,下载后运行安装,默认安装到到C:\Program Files\nodejs.安装后确认 ...
- Django路由
一.路由流程 1. 用户浏览器发出请求后,通过根url设置,去找urlpattern变量.在setting.py中对 ROOT_URLCONF进行配置,以确定根URLconf(URL configur ...