Search Results igi_itr_charge_lines_audit
Overview
The IGI.IGI_ITR_CHARGE_LINES_AUDIT table is a standalone audit table within the IGI — Public Sector Financials International product family of Oracle E-Business Suite (available in 12.1.1 and 12.2.2). As documented in the ETRM metadata, its stated purpose is to "hold details of deleted charge lines." It therefore acts as a historical record for charge lines that have been removed from the primary IGI_ITR_CHARGE_LINES processing table, preserving the financial and descriptive attributes of each deleted row so that expenditures, encumbrances, and GL postings can still be traced.
The metadata records a heuristic Data Vault classification of standalone. In Data Vault modeling terms this suggests the table behaves less like a pure hub (which would hold only a business key) or a pure satellite (which would hold descriptive attributes against a parent hub), and more like a self-contained record. Because it retains a composite identity and descriptors, it is best treated as a satellite-style audit store whose grain is one deleted charge line, keyed by ITR_AUDIT_LINE_ID and its parent header context.
Key Information Stored
The table documents 36 columns. The most significant for identification, tracing, and financial reconciliation include:
- ITR_AUDIT_LINE_ID — the audit line surrogate identifier and principal unique key candidate for each archived row.
- IT_HEADER_ID — the parent charge header; a foreign key to IGI_ITR_CHARGE_HEADERS and the primary business-key lineage.
- IT_LINE_NUM — the original line number within the header, an important business-key candidate for tracing the deleted line.
- CHARGE_CENTER_ID — foreign key to IGI_ITR_CHARGE_CENTER, identifying the charge center that incurred the amount.
- SET_OF_BOOKS_ID — the ledger context for the deleted transaction.
- CODE_COMBINATION_ID — the GL account code combination applied to the charge.
- EFFECTIVE_DATE — the accounting or effective date of the charge line.
- ENTERED_DR / ENTERED_CR — the entered debit and credit amounts, preserving the monetary value removed.
- SUGGESTED_AMOUNT and REJECTION_NOTE — the recommended charge and any reason it was rejected prior to deletion.
- STATUS_FLAG / POSTING_FLAG / ENCUMBRANCE_FLAG / REVERSAL_FLAG / PREVENT_ENCUMBRANCE_FLAG — the processing state flags at the time of deletion.
- ENCUMBERED_AMOUNT / UNENCUMBERED_AMOUNT along with GL_ENCUMBERED_DATE, GL_ENCUMBERED_PERIOD_NAME, and GL_CANCELLED_DATE — the encumbrance trail for budgetary control.
- CREATION_DATE / CREATED_BY / LAST_UPDATE_DATE — the standard audit who-and-when columns inherited by all EBS tables.
The composite of IT_HEADER_ID plus IT_LINE_NUM, or the standalone ITR_AUDIT_LINE_ID, defines the uniqueness of each archived record.
Common Use Cases and Queries
Typical scenarios include investigating why a charge line disappeared from the live processing view, reconstructing amounts for a reconciliation, and auditing encumbrance reversals. A representative pattern is:
- Retrieve all deleted lines for a given header:
SELECT * FROM igi.igi_itr_charge_lines_audit WHERE it_header_id = :p_header; - Trace deleted amounts by charge center and ledger:
SELECT charge_center_id, set_of_books_id, SUM(entered_dr) FROM igi.igi_itr_charge_lines_audit GROUP BY charge_center_id, set_of_books_id; - Reconcile against encumbrances using
ENCUMBERED_AMOUNT,UNENCUMBERED_AMOUNT, andGL_ENCUMBERED_PERIOD_NAME.
These queries support period-close review and internal audit reporting.
Related Objects
The documented foreign keys tie this table to the charge processing model:
- IGI_ITR_CHARGE_HEADERS — joined via
IT_HEADER_ID, providing the parent header context. - IGI_ITR_CHARGE_CENTER — joined via
CHARGE_CENTER_ID, identifying the cost center. - IGI_ITR_CHARGE_LINES — the live processing table from which rows are archived; implied source of the deleted records.
- IGI_ITR_CHARGE_SERVICE — referenced through
CHARGE_SERVICE_IDfor service linkage. - GL_JE_HEADERS / GL_JE_LINES — referenced through
JE_HEADER_IDfor journal entry traceability.
Collectively these associations preserve the full financial and budgetary lineage of each deleted charge line.
-
Table: IGI_ITR_CHARGE_LINES_AUDIT
12.2.2
owner:IGI, object_type:TABLE, fnd_design_data:IGI.IGI_ITR_CHARGE_LINES_AUDIT, object_name:IGI_ITR_CHARGE_LINES_AUDIT, status:VALID, product: IGI - Public Sector Financials International , description: Holds details of deleted charge lines , implementation_dba_data: IGI.IGI_ITR_CHARGE_LINES_AUDIT ,
-
Table: IGI_ITR_CHARGE_LINES_AUDIT
12.1.1
owner:IGI, object_type:TABLE, fnd_design_data:IGI.IGI_ITR_CHARGE_LINES_AUDIT, object_name:IGI_ITR_CHARGE_LINES_AUDIT, status:VALID, product: IGI - Public Sector Financials International , description: Holds details of deleted charge lines , implementation_dba_data: IGI.IGI_ITR_CHARGE_LINES_AUDIT ,
-
SYNONYM: APPS.IGI_ITR_CHARGE_LINES_AUDIT
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IGI_ITR_CHARGE_LINES_AUDIT, status:VALID,
-
VIEW: IGI.IGI_ITR_CHARGE_LINES_AUDIT#
12.2.2
owner:IGI, object_type:VIEW, object_name:IGI_ITR_CHARGE_LINES_AUDIT#, status:VALID,
-
APPS.IGI_ITR_CHARGE_LINES_AUDIT_PKG SQL Statements
12.2.2
-
SYNONYM: APPS.IGI_ITR_CHARGE_LINES_AUDIT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGI_ITR_CHARGE_LINES_AUDIT, status:VALID,
-
APPS.IGI_ITR_CHARGE_LINES_AUDIT_PKG SQL Statements
12.1.1
-
APPS.IGI_ITR_FUNDS_CONTROL_PKG SQL Statements
12.1.1
-
APPS.IGI_ITR_FUNDS_CONTROL_PKG SQL Statements
12.2.2
-
VIEW: IGI.IGI_ITR_CHARGE_LINES_AUDIT#
12.2.2
-
PACKAGE: APPS.IGI_ITR_FUNDS_CONTROL_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:IGI_ITR_FUNDS_CONTROL_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGI_ITR_FUNDS_CONTROL_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IGI_ITR_FUNDS_CONTROL_PKG, status:VALID,
-
TABLE: IGI.IGI_ITR_CHARGE_LINES_AUDIT
12.2.2
owner:IGI, object_type:TABLE, fnd_design_data:IGI.IGI_ITR_CHARGE_LINES_AUDIT, object_name:IGI_ITR_CHARGE_LINES_AUDIT, status:VALID,
-
APPS.IGI_ITR_GL_INTERFACE_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.IGI_ITR_CHARGE_LINES_AUDIT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGI_ITR_CHARGE_LINES_AUDIT_PKG, status:VALID,
-
TABLE: IGI.IGI_ITR_CHARGE_LINES_AUDIT
12.1.1
owner:IGI, object_type:TABLE, fnd_design_data:IGI.IGI_ITR_CHARGE_LINES_AUDIT, object_name:IGI_ITR_CHARGE_LINES_AUDIT, status:VALID,
-
PACKAGE: APPS.IGI_ITR_FUNDS_CONTROL_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGI_ITR_FUNDS_CONTROL_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGI_ITR_CHARGE_LINES_AUDIT_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IGI_ITR_CHARGE_LINES_AUDIT_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGI_ITR_GL_INTERFACE_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IGI_ITR_GL_INTERFACE_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGI_ITR_CHARGE_LINES_AUDIT_PKG
12.1.1
-
PACKAGE BODY: APPS.IGI_ITR_GL_INTERFACE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGI_ITR_GL_INTERFACE_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGI_ITR_FUNDS_CONTROL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGI_ITR_FUNDS_CONTROL_PKG, status:VALID,
-
APPS.IGI_ITR_GL_INTERFACE_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGI_ITR_CHARGE_LINES_AUDIT_PKG
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.IGI_ITR_FUNDS_CONTROL_PKG
12.1.1
-
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
-
PACKAGE BODY: APPS.IGI_ITR_FUNDS_CONTROL_PKG
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.IGI_ITR_GL_INTERFACE_PKG
12.2.2
-
PACKAGE BODY: APPS.IGI_ITR_GL_INTERFACE_PKG
12.1.1
-
APPS.IGI_ITR_FUNDS_CONTROL_PKG dependencies on IGI_ITR_CHARGE_LINES_AUDIT
12.1.1
-
APPS.IGI_ITR_CHARGE_LINES_AUDIT_PKG dependencies on IGI_ITR_CHARGE_LINES_AUDIT
12.1.1
-
APPS.IGI_ITR_GL_INTERFACE_PKG dependencies on IGI_ITR_CHARGE_LINES_AUDIT
12.2.2
-
APPS.IGI_ITR_FUNDS_CONTROL_PKG dependencies on IGI_ITR_CHARGE_LINES_AUDIT
12.1.1
-
APPS.IGI_ITR_GL_INTERFACE_PKG dependencies on IGI_ITR_CHARGE_LINES_AUDIT
12.1.1
-
APPS.IGI_ITR_FUNDS_CONTROL_PKG dependencies on IGI_ITR_CHARGE_LINES_AUDIT
12.2.2
-
APPS.IGI_ITR_FUNDS_CONTROL_PKG dependencies on IGI_ITR_CHARGE_LINES_AUDIT
12.2.2
-
APPS.IGI_ITR_CHARGE_LINES_AUDIT_PKG dependencies on IGI_ITR_CHARGE_LINES_AUDIT
12.2.2
-
APPS.IGI_ITR_GL_INTERFACE_PKG dependencies on IGI_ITR_CHARGE_LINES
12.1.1
-
APPS.IGI_ITR_GL_INTERFACE_PKG dependencies on IGI_ITR_CHARGE_LINES
12.2.2
-
APPS.IGI_ITR_FUNDS_CONTROL_PKG dependencies on IGI_ITR_CHARGE_LINES
12.1.1
-
APPS.IGI_ITR_FUNDS_CONTROL_PKG dependencies on IGI_ITR_CHARGE_LINES
12.2.2