EBS 各模块常用表结构


EBS 各模块常用表

EBS库存(INV)模块常用表

select * from org_organization_definitions库存组织

select * from mtl_parameters组织参数

select * from mtl_system_items_b whereinventory_item_id = 171 and organization_id=204物料表

select * from mtl_secondary_inventories子库存

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 * from mtl_transaction_types事务类型

select * from mtl_txn_source_types事务来源类型

select * from mfg_lookups ml where ml.LOOKUP_TYPE ='MTL_TRANSACTION_ACTION'

EBS库存(PO)模块常用表

select * from po_requisition_headers_all 请求头

select * from po_requisition_lines_all 请求行

select * from po_headers_all 订单头

select * from po_lines_all 订单行

select * from po_line_locations_all

select * from po_distributions_all 分配

select * from po_releases_all 发送

select * from rcv_shipment_headers 采购接收头

select * from rcv_shipment_lines 采购接收行

select * from rcv_transactions 接收事务处理

select * from po_agents

select * from po_vendors 订单

select * from po_vendor_sites_all

EBS销售 (OE) 模块常用表

select * from ra_customers 客户

select * from ra_addresses_all 地址

select * from ra_site_uses_all 用户

select * from oe_order_headers_all 销售头

select * from oe_order_lines_all 销售行

select * from wsh_new_deliveries 发送

select * from wsh_delivery_details

select * from wsh_delivery_assignment

posted @ 2023-04-10 10:48  胖大海527  阅读(509)  评论(0)    收藏  举报