4. MTL_TRANSACTION_ACCOUNTS,这个表包含了与会计科目相关的物料事务信息,用于跟踪物料事务的会计影响。 5. MTL_MATERIAL_TRANSACTIONS_TEMP,这是一个临时表,用于存储物料事务处理的临时数据,通常用于处理大批量的事务数据。 以上是一些与物料事务处理相关的主要表,这些表之间通过各种外键和关联字段进行连接,以支持物料事...
MTL_PARAMETERS -库存组织参数(没有用ID,直接用name) MTL_SYSTEM_ITEMS_b -物料信息(同上,应用了库存组织name) MTL_SECONDARY_INVENTORIES -子库存组织 - MTL_ITEM_LOCATTIONS -货位 - SUBINVENTROY_CODE Mtl_Material_Transactions - (库存)物料事物表 成本mtl_transaction_accounts transaction_cost是事物成本; ACT...
1)与 INV 关联表:mtl_transaction_accounts 2)SQL 语句: select * from gl_je_headers gjh, gl_je_lines gjl, gl_import_references gir, mtl_transaction_accounts mta, mtl_material_transactions mmt where gjh.je_header_id = gjl.je_header_id and gir.je_header_id = gjl.je_header_id and gir....
Mtl_subinventory_ 库存组织单位 MTL_PARAMETERS -库存组织参数(没有用ID,直接用name) MTL_SYSTEM_ITEMS_b -物料信息(同上,应用了库存组织name) MTL_SECONDARY_INVENTORIES -子库存组织 - MTL_ITEM_LOCATTIONS -货位 - SUBINVENTROY_CODE Mtl_Material_Transactions - (库存)物料事物表 成本mtl_transaction_accounts ...
1)与 INV 关联表:mtl_transaction_accounts 2)SQL 语句: select*fromgl_je_headers gjh,gl_je_lines gjl,gl_import_references gir,mtl_transaction_accounts mta,mtl_material_transactions mmtwheregjh.je_header_id=gjl.je_header_idandgir.je_header_id=gjl.je_header_idandgir.je_line_num=gjl.je_line...
常用数据表 INV 库存 organization 两个含义 : 1. 经营单位, A/B/C 分公司, A 下面有 A1 , A2 等工厂,主题目标是为了独立核算此组织 ORG , ORG_ID; 2. 库存组织,例如制造商的仓库,例如 A1 , A2 等工厂 Organization_id; HR_ORGANIZATION_UNITS - Org_organization_definitions Mtl_subi...
select * from mtl_transaction_accounts where transaction_id in ( select transaction_id from mtl_material_transactions where transaction_source_id = =); Stage 3: Invoicing details 3.会计分录明细 AP_INVOICE_DISTRIBUTIONS_ALL select * from ap_invoice_distributions_all where po_distribution_id in ( ...
select * from mtl_item_locations货位 select * from mtl_lot_numbers批次 select * from mtl_onhand_quantities现有量表 select * from mtl_serial_numbers序列 select * from mtl_material_transactions物料事务记录 select * from mtl_transaction_accounts会计分录 ...
select*fromfnd_concurrent_processes进程表 --inv select*fromorg_organization_definitions库存组织 select*frommtl_parameters组织参数 select*frommtl_system_items_bwhereinventory_item_id=171andorganization_id=204物料表 select*frommtl_secondary_inventories子库存 select*frommtl_item_locations货位
MTL_TRANSACTION_ACCOUNTS MTA, MTL_TRANSACTION_REASONS MTR, MTL_TRANSACTION_TYPES MTT, MTL_MATERIAL_TRANSACTIONS MMT WHERE MSIB.ORGANIZATION_ID=MMT.ORGANIZATION_ID AND MSIB.INVENTORY_ITEM_ID=MMT.INVENTORY_ITEM_ID AND MTT.TRANSACTION_TYPE_ID=MMT.TRANSACTION_TYPE_ID ...