Search Results po_dist_dtl
Overview
The PO_DIST_DTL table is a core transactional table within the Oracle E-Business Suite (EBS) Process Manufacturing Logistics (GML) module for versions 12.1.1 and 12.2.2. It serves as the detailed repository for General Ledger (GL) accounting distributions generated from procurement and inventory receipt activities. Specifically, it captures the financial accounting entries (debits and credits) associated with purchase orders and stock receipt transactions. This table is fundamental for ensuring that all material costs are properly accounted for and posted to the correct GL accounts, forming a critical link between the procurement/inventory and financial accounting subsystems.
Key Information Stored
The table stores detailed distribution lines that define the financial impact of a transaction. Its primary key is a composite of DOC_TYPE, DOC_ID, LINE_ID, RECV_SEQ_NO, and SEQ_NO, which uniquely identifies each accounting distribution line. Key columns include identifiers for the source document (DOC_TYPE, DOC_ID), the associated item (ITEM_ID), and the quantity and unit of measure (QUANTITY_UM). Crucially, it holds the accounting dimensions: the specific GL account (ACCT_ID), the ledger (LEDGER_CODE), the accounting unit (ACCTG_UNIT_ID), and the transaction and base currencies (CURRENCY_TRANS, CURRENCY_BASE). The AQUI_COST_ID links to the procurement cost type, and the CO_CODE identifies the company organization.
Common Use Cases and Queries
This table is central to financial reporting, account reconciliation, and audit trails for procurement costs. A common use case is tracing the GL distributions for a specific purchase order receipt to verify costs have been accrued correctly. Analysts often query this table to analyze procurement spending by account, ledger, or item. A typical reporting query would join PO_DIST_DTL to document and item master tables to produce a detailed cost distribution report.
- Sample Query: To find all GL distributions for a specific purchase order document:
SELECT d.*, m.ITEM_CODE
FROM GML.PO_DIST_DTL d,
GML.IC_ITEM_MST m
WHERE d.DOC_TYPE = 'PO'
AND d.DOC_ID = :p_po_id
AND d.ITEM_ID = m.ITEM_ID(+); - Audit Trail: The table provides a complete audit of which GL accounts were charged for inventory receipts, supporting period-end closing and cost variance analysis.
Related Objects
PO_DIST_DTL has extensive relationships with master and transactional tables across financials, inventory, and procurement modules, as indicated by its foreign keys. Primary related objects include:
- GL Objects: GL_ACCT_MST (account), GL_LDGR_MST (ledger), GL_ACCU_MST (accounting unit), GL_CURR_MST (currency), and GL_ACCT_TTL (account title).
- Inventory Objects: IC_ITEM_MST and IC_ITEM_MST_B (item master).
- Procurement Objects: PO_COST_MST (procurement cost type).
- System Foundation Objects: SY_DOCS_MST (document type), SY_ORGN_MST (company organization), and SY_UOMS_MST (unit of measure).
These relationships enforce data integrity and ensure that distributions are based on valid, configured setup data.
-
Table: PO_DIST_DTL
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_DIST_DTL, object_name:PO_DIST_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: General Ledger (GL) distribution for purchase orders and stock receipt transactions. , implementation_dba_data: GML.PO_DIST_DTL ,
-
Table: PO_DIST_DTL
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_DIST_DTL, object_name:PO_DIST_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: General Ledger (GL) distribution for purchase orders and stock receipt transactions. , implementation_dba_data: GML.PO_DIST_DTL ,
-
APPS.GML_PO_GLDIST dependencies on PO_DIST_DTL
12.1.1
-
APPS.GML_PO_GLDIST dependencies on PO_DIST_DTL
12.2.2
-
VIEW: GML.PO_DIST_DTL#
12.2.2
owner:GML, object_type:VIEW, object_name:PO_DIST_DTL#, status:VALID,
-
SYNONYM: APPS.PO_DIST_DTL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_DIST_DTL, status:VALID,
-
SYNONYM: APPS.PO_DIST_DTL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_DIST_DTL, status:VALID,
-
Table: GL_CURR_MST
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_CURR_MST, object_name:GL_CURR_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the Currency definitions. Note that with Oracle Financials integration this table is populated with the Currency data from Oracle Financials. , implementation_dba_data: GMF.GL_CURR_MST ,
-
TABLE: GML.PO_DIST_DTL_EFC
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_DIST_DTL_EFC, object_name:PO_DIST_DTL_EFC, status:VALID,
-
TABLE: GML.PO_DIST_DTL_EFC
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_DIST_DTL_EFC, object_name:PO_DIST_DTL_EFC, status:VALID,
-
Table: PO_DIST_DTL_EFC
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_DIST_DTL_EFC, object_name:PO_DIST_DTL_EFC, status:VALID, product: GML - Process Manufacturing Logistics , description: Shadow table of PO_DIST_DTL for EFC migration. , implementation_dba_data: GML.PO_DIST_DTL_EFC ,
-
Table: GL_CURR_MST
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_CURR_MST, object_name:GL_CURR_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the Currency definitions. Note that with Oracle Financials integration this table is populated with the Currency data from Oracle Financials. , implementation_dba_data: GMF.GL_CURR_MST ,
-
VIEW: GML.PO_DIST_DTL#
12.2.2
-
12.2.2 DBA Data
12.2.2
-
Table: PO_COST_MST
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_COST_MST, object_name:PO_COST_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Acquisition costs master table. , implementation_dba_data: GML.PO_COST_MST ,
-
Table: PO_DIST_DTL_EFC
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_DIST_DTL_EFC, object_name:PO_DIST_DTL_EFC, status:VALID, product: GML - Process Manufacturing Logistics , description: Shadow table of PO_DIST_DTL for EFC migration. , implementation_dba_data: GML.PO_DIST_DTL_EFC ,
-
APPS.GML_PO_GLDIST SQL Statements
12.1.1
-
Table: GL_LDGR_MST
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_LDGR_MST, object_name:GL_LDGR_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: GL ledgers , implementation_dba_data: GMF.GL_LDGR_MST ,
-
12.1.1 DBA Data
12.1.1
-
APPS.GML_PO_GLDIST dependencies on GL_CODE_COMBINATIONS_KFV
12.1.1
-
APPS.GML_PO_GLDIST dependencies on GL_CODE_COMBINATIONS_KFV
12.2.2
-
APPS.GML_PO_SYNCH dependencies on GML_PO_GLDIST
12.1.1
-
TABLE: GML.PO_DIST_DTL
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_DIST_DTL, object_name:PO_DIST_DTL, status:VALID,
-
TABLE: GML.PO_DIST_DTL
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_DIST_DTL, object_name:PO_DIST_DTL, status:VALID,
-
Table: GL_ACCT_TTL
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCT_TTL, object_name:GL_ACCT_TTL, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the system defined Account Titles. User is not allowed to change them in OPM. , implementation_dba_data: GMF.GL_ACCT_TTL ,
-
APPS.GML_PO_GLDIST SQL Statements
12.2.2
-
12.2.2 DBA Data
12.2.2
-
Table: PO_TEXT_HDR
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_TEXT_HDR, object_name:PO_TEXT_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Header text table for OPM Purchasing application. , implementation_dba_data: GML.PO_TEXT_HDR ,
-
APPS.GML_PO_SYNCH dependencies on GML_PO_GLDIST
12.2.2
-
Table: GL_LDGR_MST
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_LDGR_MST, object_name:GL_LDGR_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: GL ledgers , implementation_dba_data: GMF.GL_LDGR_MST ,
-
Table: PO_COST_MST
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_COST_MST, object_name:PO_COST_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Acquisition costs master table. , implementation_dba_data: GML.PO_COST_MST ,
-
Table: GL_ACCT_TTL
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCT_TTL, object_name:GL_ACCT_TTL, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the system defined Account Titles. User is not allowed to change them in OPM. , implementation_dba_data: GMF.GL_ACCT_TTL ,
-
Table: GL_ACCU_MST
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCU_MST, object_name:GL_ACCU_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the User-defined Accounting Units. Accounting units are Organizational units of a company such as cost centers, departments, and divisions, to be included in an Account key. Note that with Oracle Financial integration, , implementation_dba_data: GMF.GL_ACCU_MST ,
-
Table: SY_DOCS_MST
12.2.2
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_DOCS_MST, object_name:SY_DOCS_MST, status:VALID, product: GMA - Process Manufacturing Systems , description: Oracle Process Manufacturing Document master. This table stores document definitions , implementation_dba_data: GMA.SY_DOCS_MST ,
-
Table: SY_DOCS_MST
12.1.1
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_DOCS_MST, object_name:SY_DOCS_MST, status:VALID, product: GMA - Process Manufacturing Systems , description: Oracle Process Manufacturing Document master. This table stores document definitions , implementation_dba_data: GMA.SY_DOCS_MST ,
-
Table: GL_ACCU_MST
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCU_MST, object_name:GL_ACCU_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the User-defined Accounting Units. Accounting units are Organizational units of a company such as cost centers, departments, and divisions, to be included in an Account key. Note that with Oracle Financial integration, , implementation_dba_data: GMF.GL_ACCU_MST ,
-
PACKAGE BODY: APPS.GML_PO_GLDIST
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GML_PO_GLDIST, status:VALID,
-
Table: PO_TEXT_HDR
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_TEXT_HDR, object_name:PO_TEXT_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Header text table for OPM Purchasing application. , implementation_dba_data: GML.PO_TEXT_HDR ,
-
Table: GL_ACCT_MST
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCT_MST, object_name:GL_ACCT_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: Contains the Company specific Chart of Accounts. Note that in the Oracle Financials integrated setup this table is populated with Oracle Financials Accounts while entering the Account Mapping information. , implementation_dba_data: GMF.GL_ACCT_MST ,
-
APPS.GML_PO_GLDIST dependencies on PO_COST_DTL
12.1.1
-
APPS.GML_PO_GLDIST dependencies on GL_SETS_OF_BOOKS
12.2.2
-
PACKAGE BODY: APPS.GML_PO_GLDIST
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GML_PO_GLDIST, status:VALID,
-
APPS.GML_PO_GLDIST dependencies on GL_SETS_OF_BOOKS
12.1.1
-
Table: GL_ACCT_MST
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCT_MST, object_name:GL_ACCT_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: Contains the Company specific Chart of Accounts. Note that in the Oracle Financials integrated setup this table is populated with Oracle Financials Accounts while entering the Account Mapping information. , implementation_dba_data: GMF.GL_ACCT_MST ,
-
APPS.GML_PO_GLDIST dependencies on PO_COST_DTL
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.GML_PO_GLDIST dependencies on GL_ACCT_MST
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.GML_PO_GLDIST dependencies on GL_ACCU_MST
12.1.1