随笔分类 - Oracle EBS INV
摘要:/* Formatted on 2018/3/15 10:04:03 (QP5 v5.256.13226.35538) */ SELECT xel.subinventory_code 子库 , DECODE (xel.lot_number, '', '来源,非库存') 批次 -- , cux_public_pkg.get_item_segment1 (8...
阅读全文
摘要:/* Formatted on 2018/3/14 23:40:47 (QP5 v5.256.13226.35538) */ SELECT DISTINCT MSI.SEGMENT1 || ',' 物料编码 , MSI.DESCRIPTION 物料名称 , MSI.UNIT_WEIGHT 毛重 , MSI.WEIG...
阅读全文
摘要:PROFILE 库存:物料状态支持
阅读全文
摘要:INV_OBJECT_GENEALOGY.GETSOURCE (MTL_MATERIAL_TRANSACTIONS.ORGANIZATION_ID, MTL_MATERIAL_TRANSACTIONS.TRANSACTION_SOURCE_TYPE_ID, MTL_MATER...
阅读全文
摘要:--Sales Order Lines to backorder API--===================================--SET serveroutput on size 1000000DECLARE l_return_status VARCHAR2(100);l_msg_count NUMBER;l_msg_data VARCHAR2(2000);l_msg_inde...
阅读全文
摘要:--不同组织物料类别差异列表 SELECT MSI1.SEGMENT1 ITEM_NUMBER, MSI1.DESCRIPTION, MC1.DESCRIPTION MASTER_LEVEL, FU1.DESCRIPTION USER_NAME, MIC1.LAST_UPDATE_DATE, MC2.DESCRIPT...
阅读全文
摘要:In this Document Symptoms Cause Solution References Applies to: Oracle Inventory Management - Version 12.1.3 to 12.2.4 [Release 12.1 to 12.2]Information in this document applies to any platform. Sym...
阅读全文
摘要:In this Document Symptoms Cause Solution Applies to: Oracle Inventory Management - Version 11.5.10.2 and laterInformation in this document applies to any platform.Form:PERWSDOR.FMB - F4 Define Orga...
阅读全文
摘要:In this Document APPLIES TO: Oracle Item Master - Version 11.5.10.0 to 11.5.10.0 [Release 11.5] Information in this document applies to any platform.
阅读全文
摘要:In this Document APPLIES TO: Oracle Item Master - Version 11.5.8 to 12.1.3 [Release 11.5 to 12.1] Information in this document applies to any platform
阅读全文
摘要:APPLIES TO: Oracle Inventory Management - Version: 11.5.9 to 11.5.10.CU2 - Release: 11.5 to 11.5 GOAL What is the supported approach for using the Imp
阅读全文
摘要:ð 提交标准请求创建和更新物料,因语言环境与处理次序方式等因素,造成物料中英(更多语言)描述和长描述混乱刷新。 症状: >>> Submit Standard Open Interface Request: Import Items Language: American English (US) /
阅读全文
摘要:what would we do if we are faced with a situation to execute a receiving transaction in oracle ebusiness suite from a BPEL process in Oracle Fusion Mi
阅读全文
摘要:create table kol.MTL_MATERIAL_TRANS_TMP_140325 as select * from MTL_MATERIAL_TRANSACTIONS_TEMP ; update MTL_MATERIAL_TRANSACTIONS_TEMP mmtt Set mmtt.P
阅读全文
摘要:Receving Transactions > No data found IQC无法接收PO采购物料 APP-PO-14094: No records meet your search criteria. Question: Path: Inventory > Transactions > Rec
阅读全文
摘要:1. (N) Inventory > Accounting Close Cycle > Inventory Accounting Periods Insert data: CST_PERIOD_CLOSE_SUMMARY WIP_TRANSACTIONS WIP_TXN_ALLOCATIONS Up
阅读全文
摘要:Fixed Step. 1. Backup error data CREATE TABLE MMT_BACKUP_0805 AS SELECT * FROM INV.MTL_MATERIAL_TRANSACTIONS MMT WHERE MMT.TRANSACTION_ID IN ( 1288363
阅读全文
摘要:Q&A : D2E01客户下已经存在CPN: TP1062/A 对应FG: P5M2812512AFHHF0 直接在客户代码下无法新建,只能在交叉信息新建CPN: TP1062/A, 但无法修改CPN显示内容, 都为旧CPN描述的内容,如果重新进CPN: TP1062/A 更改为对应C9M28125
阅读全文
摘要:PO接收后,发现在没有接收成功.在"事务处理状态汇总"查找到不是"待定"就是"错误",如下图: 对于事务处理状态"待定"的记录,直接删除记录就可以重新接收. 对于事务处理状态"错误"的记录,需求根据"错误"中的说明修改相关设置,如图中错误是没有维护分类间单位换算,除了直接删除记录外,还要维护相关设置
阅读全文
摘要:结账时,各模块的关帐顺序大致为PO-INV-AP/AR/FA-GL,为了避免库存事务无法产生当期的应付/应收信息,因此一般库存会计期的关闭应在AP/AR之前。关闭库存会计期,一个动作,其实涉及到两个步骤: 1、关闭库存会计期→此时,状态变为“已关闭但未汇总”; 2、运行“期间关闭调节报表”,将库存的
阅读全文