Search Results igi_itr_charge_headers_pk
Overview
IGI.IGI_ITR_CHARGE_HEADERS is a Public Sector Financials International (IGI) table that holds charge header details within Oracle E-Business Suite 12.1.1 and 12.2.2. It functions as the parent record for intercompany and intrastate charge transactions, capturing the financial, organizational, and descriptive attributes of a charge event before it is broken down into individual charge lines. Each header represents a single charge submission, identified by the surrogate primary key IT_HEADER_ID and constrained by the unique index IGI_ITR_CHARGE_HEADERS_PK.
The table sits at the center of a hub-and-spoke relationship model. While it acts as a hub referenced by several downstream tables, it also holds foreign keys to GL_ENCUMBRANCE_TYPES, PSB_EMPLOYEES, and IGI_ITR_CHARGE_CENTER, giving it link-like characteristics. From a Data Vault modeling perspective, the mined classification is hub-leaning: the surrogate key IT_HEADER_ID anchors the business entity, and the descriptive and foreign-key columns would typically be modeled as satellite attributes or link relationships.
Key Information Stored
The 23 documented columns cover identification, accounting, and submission attributes. The most significant include:
IT_HEADER_ID— surrogate primary key uniquely identifying each charge header.SET_OF_BOOKS_ID— the ledger against which the charge is recorded.NAMEandDESCRIPTION— business descriptors of the charge.IT_PERIOD_NAMEandGL_DATE— the accounting period and general ledger date.ENTERED_DRandENTERED_CR— entered debit and credit monetary amounts.CURRENCY_CODE— the transaction currency.CODE_COMBINATION_ID— the accounting flexfield combination.IT_ORIGINATOR_ID— the originating user or party of the charge.IT_CATEGORYandIT_SOURCE— classification fields for the charge type and origin.SUBMIT_FLAGandSUBMIT_DATE— workflow submission status and timestamp.ENCUMBRANCE_TYPE_ID,EMPLOYEE_ID, andCHARGE_CENTER_ID— foreign keys to encumbrance types, employees, and charge centers.CREATION_DATE,CREATED_BY,LAST_UPDATE_DATE,LAST_UPDATED_BY,LAST_UPDATE_LOGIN— standard audit columns.
Only IT_HEADER_ID is documented as a unique index candidate; other columns serve as foreign keys or descriptive attributes rather than alternate business keys.
Common Use Cases and Queries
Typical usage centers on reporting charge submissions, reconciling encumbrances, and tracing charge lines. A common query retrieves headers for a given ledger and period:
SELECT h.it_header_id, h.name, h.entered_dr, h.entered_cr FROM igi_itr_charge_headers h WHERE h.set_of_books_id = :p_sob AND h.it_period_name = :p_period;- Joining to lines:
SELECT l.* FROM igi_itr_charge_headers h, igi_itr_charge_lines l WHERE h.it_header_id = l.it_header_id; - Resolving descriptions through employees or charge centers via
EMPLOYEE_IDandCHARGE_CENTER_ID. - Filtering pending submissions using
SUBMIT_FLAGfor workflow monitoring dashboards.
Related Objects
IGI_ITR_CHARGE_LINES— child table joined throughIGI_ITR_CHARGE_LINES.IT_HEADER_ID = IGI_ITR_CHARGE_HEADERS.IT_HEADER_ID.IGI_ITR_CHARGE_HEADERS_TMP— temporary staging table referencing the header.IGI_ITR_CHARGE_LINES_TMP— temporary lines referencing the header.IGI_ITR_CHARGE_LINES_AUDITandIGI_ITR_CHARGE_LINES_AUDIT_TMP— audit variants keyed onIT_HEADER_ID.GL_ENCUMBRANCE_TYPES— referenced throughENCUMBRANCE_TYPE_ID.PSB_EMPLOYEES— referenced throughEMPLOYEE_ID.IGI_ITR_CHARGE_CENTER— referenced throughCHARGE_CENTER_ID.
-
INDEX: IGI.IGI_ITR_CHARGE_HEADERS_PK
12.2.2
owner:IGI, object_type:INDEX, object_name:IGI_ITR_CHARGE_HEADERS_PK, status:VALID,
-
INDEX: IGI.IGI_ITR_CHARGE_HEADERS_PK
12.1.1
owner:IGI, object_type:INDEX, object_name:IGI_ITR_CHARGE_HEADERS_PK, status:VALID,
-
Table: IGI_ITR_CHARGE_HEADERS
12.1.1
owner:IGI, object_type:TABLE, fnd_design_data:IGI.IGI_ITR_CHARGE_HEADERS, object_name:IGI_ITR_CHARGE_HEADERS, status:VALID, product: IGI - Public Sector Financials International , description: Holds charge header details , implementation_dba_data: IGI.IGI_ITR_CHARGE_HEADERS ,
-
Table: IGI_ITR_CHARGE_HEADERS
12.2.2
owner:IGI, object_type:TABLE, fnd_design_data:IGI.IGI_ITR_CHARGE_HEADERS, object_name:IGI_ITR_CHARGE_HEADERS, status:VALID, product: IGI - Public Sector Financials International , description: Holds charge header details , implementation_dba_data: IGI.IGI_ITR_CHARGE_HEADERS ,
-
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
-
TABLE: IGI.IGI_ITR_CHARGE_HEADERS
12.2.2
owner:IGI, object_type:TABLE, fnd_design_data:IGI.IGI_ITR_CHARGE_HEADERS, object_name:IGI_ITR_CHARGE_HEADERS, status:VALID,
-
TABLE: IGI.IGI_ITR_CHARGE_HEADERS
12.1.1
owner:IGI, object_type:TABLE, fnd_design_data:IGI.IGI_ITR_CHARGE_HEADERS, object_name:IGI_ITR_CHARGE_HEADERS, status:VALID,
-
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. ,
-
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. ,