Search Results igi_cec_dist_summary_all
Overview
IGI_CEC_DIST_SUMMARY_ALL is a transactional table owned by the IGI schema (Public Sector Financials International) in Oracle E-Business Suite 12.1.1 and 12.2.2. The table stores distribution-level detail derived from Oracle Purchasing purchase order distributions. In the ETRM metadata, the object description states simply that it "Contains details of PO_DISTRIBUTIONS," reflecting its role as a summarized or staging copy of purchasing distribution information used by IGI's commitment control, encumbrance, and funds-checking logic. The physical definition documented at 12.2.2 contains 95 columns, spanning key identifiers, quantity and amount measures, encumbrance state, accounting flexfield references, project and WIP attributes, tax and recovery amounts, and descriptive flexfield segments.
From a data modeling perspective, the mined Data Vault classification for this table is standalone — a heuristic suggestion that the table is not decomposed into hub, link, or satellite constructs. The absence of foreign keys pointing to this table (only outgoing references) reinforces this classification. Downstream consumers should treat it as a self-contained summary entity sourced from Purchasing rather than a normalized master or relationship table.
Key Information Stored
The table carries a full column set of 95 attributes. The most operationally significant columns are grouped below.
- Identity and lineage: PO_DISTRIBUTION_ID serves as the principal distribution identifier, with PARENT_DIST_ID, SOURCE_DISTRIBUTION_ID, PO_HEADER_ID, PO_LINE_ID, LINE_LOCATION_ID, PO_RELEASE_ID, and DISTRIBUTION_NUM providing the hierarchical purchasing context.
- Accounting: SET_OF_BOOKS_ID, CODE_COMBINATION_ID, BUDGET_ACCOUNT_ID, ACCRUAL_ACCOUNT_ID, and VARIANCE_ACCOUNT_ID anchor the distribution to General Ledger accounting and encumbrance accounts.
- Quantities: QUANTITY_ORDERED, QUANTITY_DELIVERED, QUANTITY_BILLED, QUANTITY_CANCELLED, UNENCUMBERED_QUANTITY.
- Amounts and encumbrance: AMOUNT_BILLED, ENCUMBERED_AMOUNT, UNENCUMBERED_AMOUNT, BASE_AMOUNT_BILLED, plus MRC_ENCUMBERED_AMOUNT and MRC_UNENCUMBERED_AMOUNT for multiple reporting currency support.
- Encumbrance state: ACCRUED_FLAG, ENCUMBERED_FLAG, PREVENT_ENCUMBRANCE_FLAG, ACCRUE_ON_RECEIPT_FLAG, FAILED_FUNDS_LOOKUP_CODE, GL_ENCUMBERED_DATE, GL_ENCUMBERED_PERIOD_NAME, GL_CANCELLED_DATE, GL_CLOSED_DATE.
- Project and manufacturing: PROJECT_ID, TASK_ID, EXPENDITURE_TYPE, EXPENDITURE_ITEM_DATE, WIP_ENTITY_ID, BOM_RESOURCE_ID.
- Award and government context: AWARD_ID, GOVERNMENT_CONTEXT, DESTINATION_CONTEXT, USSGL_TRANSACTION_CODE, RECOVERABLE_TAX, NONRECOVERABLE_TAX, RECOVERY_RATE, TAX_RECOVERY_RATE.
- Descriptive flexfields: ATTRIBUTE_CATEGORY plus ATTRIBUTE1 through ATTRIBUTE15.
The metadata does not document a named surrogate primary key or unique index beyond PO_DISTRIBUTION_ID, which functions as the business-key candidate given its direct correlation to PO_DISTRIBUTIONS.
Common Use Cases and Queries
IGI_CEC_DIST_SUMMARY_ALL is queried primarily to reconcile purchasing distributions against encumbered and unencumbered balances, to trace funds-check failures, and to feed commitment-control reporting. A typical pattern joins the summary to Purchasing and GL:
- List distributions with unreleased encumbrances:
SELECT po_distribution_id, encumbered_amount, unencumbered_amount FROM igi.igi_cec_dist_summary_all WHERE encumbered_flag = 'Y' AND gl_closed_date IS NULL; - Trace failed funds checks by distribution: join to CODE_COMBINATION_ID and FAILED_FUNDS_LOOKUP_CODE to isolate distributions rejected during budget validation.
- Project encumbrance rollups: aggregate by PROJECT_ID, TASK_ID, and EXPENDITURE_TYPE for project costing reports.
- Award reporting (IGF): join AWARD_ID to IGF_AW_AWARD_ALL for grant and award commitment reporting.
- Multiple reporting currency reconciliation: compare AMOUNT_BILLED with BASE_AMOUNT_BILLED and the MRC_* columns.
Related Objects
The documented foreign keys reveal the principal dependencies of this table.
- PO_RELEASES_ALL via PO_RELEASE_ID — links a distribution back to the release from which it originated.
- MTL_KANBAN_CARDS via KANBAN_CARD_ID — supports Kanban replenishment sourcing.
- IGF_AW_AWARD_ALL via AWARD_ID — connects distributions to award and grant tracking.
- PO_DISTRIBUTIONS_ALL — the presumed source table given the object description "Contains details of PO_DISTRIBUTIONS"; joined on PO_DISTRIBUTION_ID.
- PO_HEADERS_ALL / PO_LINES_ALL / PO_LINE_LOCATIONS_ALL — reached via PO_HEADER_ID, PO_LINE_ID, and LINE_LOCATION_ID for full purchasing context.
- GL_CODE_COMBINATIONS — resolved through CODE_COMBINATION_ID and related account columns for accounting validation.
These relationships make the table a central reference point for IGI commitment control and encumbrance reporting in EBS 12.1.1 and 12.2.2.
-
Table: 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, product: IGI - Public Sector Financials International , description: Contains details of PO_DISTRIBUTIONS , implementation_dba_data: IGI.IGI_CEC_DIST_SUMMARY_ALL ,
-
Table: 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, product: IGI - Public Sector Financials International , description: Contains details of PO_DISTRIBUTIONS , implementation_dba_data: IGI.IGI_CEC_DIST_SUMMARY_ALL ,
-
VIEW: APPS.IGI_CEC_DIST_SUMMARY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_CEC_DIST_SUMMARY, object_name:IGI_CEC_DIST_SUMMARY, status:VALID,
-
VIEW: APPS.IGI_CEC_DIST_SUMMARY
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_CEC_DIST_SUMMARY, object_name:IGI_CEC_DIST_SUMMARY, status:VALID,
-
SYNONYM: APPS.IGI_CEC_DIST_SUMMARY_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGI_CEC_DIST_SUMMARY_ALL, status:VALID,
-
SYNONYM: APPS.IGI_CEC_DIST_SUMMARY_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IGI_CEC_DIST_SUMMARY_ALL, status:VALID,
-
VIEW: IGI.IGI_CEC_DIST_SUMMARY_ALL#
12.2.2
owner:IGI, object_type:VIEW, object_name:IGI_CEC_DIST_SUMMARY_ALL#, status:VALID,
-
VIEW: APPS.IGI_CEC_DIST_SUMMARY
12.2.2
-
VIEW: APPS.IGI_CEC_DIST_SUMMARY
12.1.1
-
VIEW: IGI.IGI_CEC_DIST_SUMMARY_ALL#
12.2.2
-
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,
-
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,
-
View: IGI_CEC_DIST_SUMMARY
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_CEC_DIST_SUMMARY, object_name:IGI_CEC_DIST_SUMMARY, status:VALID, product: IGI - Public Sector Financials International , description: Based on IGI_CEC_DIST_SUMMARY , implementation_dba_data: APPS.IGI_CEC_DIST_SUMMARY ,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
View: IGI_CEC_DIST_SUMMARY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_CEC_DIST_SUMMARY, object_name:IGI_CEC_DIST_SUMMARY, status:VALID, product: IGI - Public Sector Financials International , description: Based on IGI_CEC_DIST_SUMMARY , implementation_dba_data: APPS.IGI_CEC_DIST_SUMMARY ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - IGI Tables and Views
12.1.1
description: This is a temporary table used for GBV migration from 10.7/11.03 to 11i. ,
-
eTRM - IGI Tables and Views
12.2.2
description: This is a temporary table used for GBV migration from 10.7/11.03 to 11i. ,
-
eTRM - IGI Tables and Views
12.2.2
description: This is a temporary table used for GBV migration from 10.7/11.03 to 11i. ,
-
eTRM - IGI Tables and Views
12.1.1
description: This is a temporary table used for GBV migration from 10.7/11.03 to 11i. ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1