Search Results po_distributions
Overview
IGI.IGI_CEC_DIST_SUMMARY_ALL is a table owned by the IGI schema within Oracle E-Business Suite 12.1.1 and 12.2.2. As documented in the ETRM metadata, it is a replication of the standard Oracle Purchasing table PO_DISTRIBUTIONS, extended with one additional column, PARENT_DIST_ID, which stores the PO_DISTRIBUTION_ID of the parent distribution. The table resides in the APPS_TS_ARCHIVE tablespace with PCT Free of 10, reflecting its role as an archival or summary-oriented structure.
In the Oracle EBS landscape, this object supports charge-back and cost-allocation style processing by capturing a summarized view of purchasing distribution activity, including quantity ordered, delivered, billed, and cancelled amounts per distribution. Because it mirrors the PO_DISTRIBUTIONS column set, it can be queried with the same column semantics familiar to purchasing developers, while the parent-child structure introduced by PARENT_DIST_ID allows summary-level rollups of underlying distributions.
Using a heuristic Data Vault modeling lens, this object is best classified as a standalone structure, a classification mined directly from its foreign key footprint. It does not sit within a classic hub/link/satellite chain; instead it behaves as a denormalized transactional summary table. This classification should be treated as a modeling suggestion rather than a definitive architectural statement.
Key Information Stored
The table contains 95 documented columns. The most operationally significant include:
- PO_DISTRIBUTION_ID — the original DISTRIBUTION_ID replicated from PO_DISTRIBUTIONS, serving as the principal business-key candidate and natural join path back to the source table.
- PARENT_DIST_ID — the IGI-specific extension column storing the PO_DISTRIBUTION_ID of the parent distribution, enabling hierarchical rollup of distributions.
- PO_HEADER_ID, PO_LINE_ID, LINE_LOCATION_ID — the document hierarchy: header, line, and shipment schedule identifiers.
- SET_OF_BOOKS_ID and CODE_COMBINATION_ID — the accounting context, identifying the set of books and the GL charge account.
- QUANTITY_ORDERED, QUANTITY_DELIVERED, QUANTITY_BILLED, QUANTITY_CANCELLED — the core distribution summary quantities that drive reconciliation and accrual reporting.
- DISTRIBUTION_NUM — the distribution sequence number.
- Standard WHO columns — CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN.
No explicit primary key is documented. The only documented index is IGI_CEC_DIST_SUMM_N1, a NONUNIQUE NORMAL index on PO_HEADER_ID, which supports header-level access paths. Business-key candidacy therefore falls to PO_DISTRIBUTION_ID combined with the document hierarchy columns rather than to a declared surrogate key.
Common Use Cases and Queries
Typical usage centers on reporting and reconciliation of purchasing distribution activity, particularly where a summary perspective or parent-child relationship is required.
- Distribution rollup reporting: joining PARENT_DIST_ID to PO_DISTRIBUTION_ID to traverse from child distributions to their parent summary records.
- Header-level reporting: leveraging the IGI_CEC_DIST_SUMM_N1 index on PO_HEADER_ID to aggregate ordered, delivered, and billed quantities for a given document.
- Accounting reconciliation: grouping by SET_OF_BOOKS_ID and CODE_COMBINATION_ID to compare charge-account activity against GL.
- Comparison with source: joining back to PO_DISTRIBUTIONS on PO_DISTRIBUTION_ID equals DISTRIBUTION_ID to identify summarized versus detail-level discrepancies.
A representative pattern is: SELECT po_header_id, po_distribution_id, parent_dist_id, quantity_ordered, quantity_billed FROM igi.igi_cec_dist_summary_all WHERE po_header_id = :header_id ORDER BY distribution_num.
Related Objects
The metadata documents three foreign key relationships, each anchoring the table to reference data:
- PO_DISTRIBUTIONS — the source table from which this object is replicated; join on PO_DISTRIBUTION_ID.
- PO_RELEASES_ALL — referenced via PO_RELEASE_ID, linking distributions to releases.
- IGF_AW_AWARD_ALL — referenced via AWARD_ID, tying distributions to award records for grant-related processing.
- MTL_KANBAN_CARDS — referenced via KANBAN_CARD_ID for kanban-driven replenishment distributions.
Additional join candidates implied by the column set include PO_HEADERS_ALL and PO_LINES_ALL via PO_HEADER_ID and PO_LINE_ID, and GL_CODE_COMBINATIONS via CODE_COMBINATION_ID. For further foreign key detail, the ETRM metadata directs readers to the PO_DISTRIBUTIONS section of the Oracle Purchasing Applications Technical Reference Manual.
-
TABLE: IGI.IGI_CEC_DIST_SUMMARY_ALL
12.1.1
owner:IGI, object_type:TABLE, fnd_design_data:IGI.IGI_CEC_DIST_SUMMARY_ALL, object_name:IGI_CEC_DIST_SUMMARY_ALL, status:VALID,
-
TABLE: IGI.IGI_CEC_DIST_SUMMARY_ALL
12.2.2
owner:IGI, object_type:TABLE, fnd_design_data:IGI.IGI_CEC_DIST_SUMMARY_ALL, object_name:IGI_CEC_DIST_SUMMARY_ALL, status:VALID,
-
APPS.PO_FUNDS_CHECKER SQL Statements
12.1.1
-
APPS.PO_FUNDS_CHECKER SQL Statements
12.2.2
-
APPS.PO_DIST_S SQL Statements
12.1.1
-
APPS.PO_DIST_S SQL Statements
12.2.2
-
APPS.PO_DISTRIBUTIONS_SV SQL Statements
12.1.1
-
APPS.PO_SHIPMENTS_SV7 SQL Statements
12.2.2
-
APPS.PO_DISTRIBUTIONS_SV SQL Statements
12.2.2
-
APPS.PO_LINE_LOCATIONS_AP_PKG SQL Statements
12.1.1
-
VIEW: APPS.ICX_EDM_BUYER_SUP_PROJ_V
12.2.2
-
APPS.PO_SHIPMENTS_SV7 SQL Statements
12.1.1
-
APPS.PO_LINE_LOCATIONS_AP_PKG SQL Statements
12.2.2
-
VIEW: APPS.ICX_EDM_BUYER_SUP_PROJ_V
12.1.1
-
APPS.IGC_CBC_PO_GRP SQL Statements
12.1.1
-
APPS.IGC_CBC_PO_GRP SQL Statements
12.2.2
-
APPS.RCV_SEEDEVENTS_PVT SQL Statements
12.1.1
-
APPS.RCV_SEEDEVENTS_PVT SQL Statements
12.2.2
-
VIEW: AP.FINANCIALS_PURGES_ALL#
12.2.2
-
APPS.PO_DISTRIBUTIONS_PKG2 SQL Statements
12.1.1
-
APPS.PO_DOCUMENT_LOCK_GRP SQL Statements
12.2.2
-
APPS.PO_TAX_SUMMARY_PKG SQL Statements
12.2.2
-
APPS.PO_NOTIFICATION_UTIL SQL Statements
12.2.2
-
VIEW: APPS.PO_DISTRIBUTIONS_PRINT
12.2.2
-
VIEW: APPS.PO_DISTRIBUTIONS_PRINT
12.1.1
-
VIEW: APPS.IGC_CBC_PO_PROCESS_EXCEPTION_V
12.2.2
-
APPS.PO_TAX_SUMMARY_PKG SQL Statements
12.1.1
-
APPS.RCV_TRANSACTION_SV SQL Statements
12.1.1
-
PACKAGE: APPS.PO_COPYDOC_S5
12.2.2
-
APPS.RCV_TRANSACTION_SV SQL Statements
12.2.2
-
APPS.PO_DISTRIBUTIONS_PKG2 SQL Statements
12.2.2
-
VIEW: APPS.IGC_CBC_PO_PROCESS_EXCEPTION_V
12.1.1
-
APPS.PO_LINES_SV4 SQL Statements
12.1.1
-
APPS.PO_LINES_SV4 SQL Statements
12.2.2
-
VIEW: APPS.ICX_PO_MATCHED_INVOICES_V
12.1.1
-
PACKAGE: APPS.PO_COPYDOC_S5
12.1.1
-
VIEW: APPS.ICX_PO_MATCHED_INVOICES_V
12.2.2
-
APPS.CST_PERENDACCRUALS_PVT SQL Statements
12.1.1
-
View: ICX_EDM_BUYER_SUP_PROJ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_EDM_BUYER_SUP_PROJ_V, object_name:ICX_EDM_BUYER_SUP_PROJ_V, status:VALID, product: ICX - Oracle iProcurement , description: Project Information Summary View by Buyer / Supplier , implementation_dba_data: APPS.ICX_EDM_BUYER_SUP_PROJ_V ,
-
View: ICX_EDM_BUYER_SUP_PROJ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_EDM_BUYER_SUP_PROJ_V, object_name:ICX_EDM_BUYER_SUP_PROJ_V, status:VALID, product: ICX - Oracle iProcurement , description: Project Information Summary View by Buyer / Supplier , implementation_dba_data: APPS.ICX_EDM_BUYER_SUP_PROJ_V ,
-
APPS.GMF_RCV_ACCOUNTING_PKG SQL Statements
12.1.1
-
VIEW: APPS.ECE_PO_PROJECT_INFO_V
12.1.1
-
APPS.PO_KANBAN_SV SQL Statements
12.2.2
-
APPS.CST_PERENDACCRUALS_PVT SQL Statements
12.2.2
-
APPS.RCV_BILL_UPDATING_SV SQL Statements
12.1.1
-
APPS.PO_KANBAN_SV SQL Statements
12.1.1
-
VIEW: APPS.ECE_PO_DISTRIBUTIONS_V
12.2.2
-
VIEW: APPS.PA_TRANSFER_AP_INVOICES_VIEW
12.1.1
-
VIEW: APPS.ECE_PO_PROJECT_INFO_V
12.2.2
-
APPS.RCV_DISTRIBUTIONS_S SQL Statements
12.1.1