Search Results igi_itr_charge_headers_tmp
Overview
IGI_ITR_CHARGE_HEADERS_TMP is a temporary staging table in the IGI (Public Sector Financials International) product family of Oracle E-Business Suite. Its documented purpose is to hold charge header details. In the EBS architecture, the "_TMP" suffix denotes a transient working area that accepts intermediate charge header rows during an inbound interface, batch validation, or concurrent program run before the data is committed to the permanent transaction tables. This pattern is characteristic of the IGI inter-agency and intra-governmental transfer (ITR) processing flow, where charge information captured from feeder systems is validated, corrected, and then transferred into the base charge headers table.
The table resides in the IGI schema with 23 documented columns in the 12.2.2 physical schema, and its status is VALID in both 12.1.1 and 12.2.2 environments. Data Vault classification derived heuristically from the foreign-key structure indicates a standalone classification, suggesting that, for modeling purposes, this object is best treated as an independent staging entity rather than as a hub, link, or satellite within a governed Data Vault model. Its transient nature means it should generally be excluded from persistent warehouse layers or loaded only into a staging schema.
Key Information Stored
The table's surrogate and primary-key candidate is IT_HEADER_ID, which also carries a foreign-key relationship to IGI_ITR_CHARGE_HEADERS, indicating that each staging row is intended to reconcile to a definitive charge header record. The principal business and accounting attributes are:
- SET_OF_BOOKS_ID – identifies the ledger context for the charge.
- NAME and DESCRIPTION – user-facing identifiers for the charge header.
- IT_PERIOD_NAME – the accounting period to which the charge belongs.
- IT_CATEGORY and IT_SOURCE – classification and origin of the inter-agency transaction.
- IT_ORIGINATOR_ID – the party or responsibility originating the charge.
- ENTERED_DR and ENTERED_CR – entered debit and credit amounts in the transaction currency.
- CURRENCY_CODE – the currency of the entered amounts.
- CODE_COMBINATION_ID – the accounting flexfield distribution.
- GL_DATE – the general ledger date used for posting.
- ENCUMBRANCE_TYPE_ID – linkage to GL_ENCUMBRANCE_TYPES for budgetary control.
- EMPLOYEE_ID – the employee associated with the charge, validated against PSB_EMPLOYEES.
- CHARGE_CENTER_ID – the responsible charge center, referencing IGI_ITR_CHARGE_CENTER.
- SUBMIT_FLAG and SUBMIT_DATE – control columns marking whether and when the row was submitted for processing.
- Creation/audit columns – CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, and LAST_UPDATE_LOGIN.
Common Use Cases and Queries
The most frequent use is pre-transfer validation: identifying staging rows that are ready for commit versus those pending correction. A typical query filters on the submit indicator and period:
SELECT it_header_id, name, it_period_name, entered_dr, entered_cr FROM igi_itr_charge_headers_tmp WHERE submit_flag = 'Y';- Reconciliation against the permanent table:
SELECT t.it_header_id FROM igi_itr_charge_headers_tmp t, igi_itr_charge_headers h WHERE t.it_header_id = h.it_header_id; - Referential integrity checks by joining ENCUMBRANCE_TYPE_ID, EMPLOYEE_ID, and CHARGE_CENTER_ID to their parent tables to detect orphaned staging rows before submission.
- Period-close reporting that aggregates ENTERED_DR and ENTERED_CR by SET_OF_BOOKS_ID and IT_PERIOD_NAME.
Related Objects
- IGI_ITR_CHARGE_HEADERS – joined on IT_HEADER_ID; the permanent charge header target.
- GL_ENCUMBRANCE_TYPES – joined on ENCUMBRANCE_TYPE_ID for budgetary encumbrance validation.
- PSB_EMPLOYEES – joined on EMPLOYEE_ID to resolve the responsible employee.
- IGI_ITR_CHARGE_CENTER – joined on CHARGE_CENTER_ID for charge center attribution.
- GL_CODE_COMBINATIONS – referenced indirectly through CODE_COMBINATION_ID for account validation.
-
Table: IGI_ITR_CHARGE_HEADERS_TMP
12.2.2
owner:IGI, object_type:TABLE, fnd_design_data:IGI.IGI_ITR_CHARGE_HEADERS_TMP, object_name:IGI_ITR_CHARGE_HEADERS_TMP, status:VALID, product: IGI - Public Sector Financials International , description: Holds charge header details , implementation_dba_data: IGI.IGI_ITR_CHARGE_HEADERS_TMP ,
-
Table: IGI_ITR_CHARGE_HEADERS_TMP
12.1.1
owner:IGI, object_type:TABLE, fnd_design_data:IGI.IGI_ITR_CHARGE_HEADERS_TMP, object_name:IGI_ITR_CHARGE_HEADERS_TMP, status:VALID, product: IGI - Public Sector Financials International , description: Holds charge header details , implementation_dba_data: IGI.IGI_ITR_CHARGE_HEADERS_TMP ,
-
SYNONYM: APPS.IGI_ITR_CHARGE_HEADERS_TMP
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IGI_ITR_CHARGE_HEADERS_TMP, status:VALID,
-
VIEW: IGI.IGI_ITR_CHARGE_HEADERS_TMP#
12.2.2
owner:IGI, object_type:VIEW, object_name:IGI_ITR_CHARGE_HEADERS_TMP#, status:VALID,
-
SYNONYM: APPS.IGI_ITR_CHARGE_HEADERS_TMP
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGI_ITR_CHARGE_HEADERS_TMP, status:VALID,
-
VIEW: IGI.IGI_ITR_CHARGE_HEADERS_TMP#
12.2.2
-
TABLE: IGI.IGI_ITR_CHARGE_HEADERS_TMP
12.2.2
owner:IGI, object_type:TABLE, fnd_design_data:IGI.IGI_ITR_CHARGE_HEADERS_TMP, object_name:IGI_ITR_CHARGE_HEADERS_TMP, status:VALID,
-
TABLE: IGI.IGI_ITR_CHARGE_HEADERS_TMP
12.1.1
owner:IGI, object_type:TABLE, fnd_design_data:IGI.IGI_ITR_CHARGE_HEADERS_TMP, object_name:IGI_ITR_CHARGE_HEADERS_TMP, status:VALID,
-
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
-
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.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
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. ,
-
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
-
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. ,
-
12.1.1 DBA Data
12.1.1