Search Results igi_exp_tran_unit_def_all
Overview
The IGI_EXP_TRAN_UNIT_DEF_ALL table resides in the IGI schema and belongs to the IGI - Public Sector Financials International product family within Oracle E-Business Suite 12.1.1 and 12.2.2. It stores master definition information about exchange protocol transmission units — the discrete document/message units exchanged with external trading partners under a defined exchange protocol. Each row represents one transmission unit definition, uniquely identified by a surrogate key and further qualified by a business key made up of the transmission unit number, its number type, and the associated document type.
From a data-modeling perspective, the metadata’s heuristic Data Vault classification is standalone. This suggests the table behaves like a reference or definition hub, holding relatively stable descriptive attributes rather than acting as a transactional junction between two entities. Because the mined FK structure shows no strong link dependencies, it is best treated as an independent definition table that other process tables reference by key.
Key Information Stored
The table contains 24 documented columns. The most important are:
- TRANS_UNIT_ID — the surrogate primary key, enforced by the unique index IGI_EXP_TRAN_UNIT_DEF_ALL_PK.
- TRANS_UNIT_NUM, TRANS_UNIT_NUM_TYPE, DOC_TYPE_ID — the three-column business key enforced by IGI_EXP_TRAN_UNIT_DEF_ALL_U1; together they identify a transmission unit by number, numbering convention, and document type.
- ACT_NUMBER — the associated accounting or activity reference.
- TRANS_UNIT_STATUS — the lifecycle state of the transmission unit.
- ORG_ID — the operating unit that owns the record, enabling multi-org (MOAC) security.
- LEGAL_NUMBER — the legal document identifier linked to the unit.
- THIRD_PARTY_ID — the external trading partner associated with the exchange.
- TRAN_UNIT_CALL_NUM — a call or reference number for the transmission.
- AMOUNT and MRC_AMOUNT — the entered and reporting (MRC) currency amounts.
- MRC_EXCHANGE_RATE, MRC_EXCHANGE_DATE, MRC_EXCHANGE_RATE_TYPE, MRC_AMOUNT_EXCHANGE_RATE_TYPE — the reporting-currency conversion attributes.
- PRINT_DATE — when the unit was printed or issued.
- IEL_TRANS_UNIT_ID — a cross-reference to the IEL transmission unit.
- UPGRADE_STATUS — a migration/maintenance flag.
- Standard audit columns — CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN.
Common Use Cases and Queries
Typical usage includes defining valid transmission units before they are processed, reporting on the status and value of units exchanged with third parties, and reconciling reporting-currency amounts.
- Look up a unit by its business key:
SELECT * FROM igi.igi_exp_tran_unit_def_all WHERE trans_unit_num = :num AND trans_unit_num_type = :type AND doc_type_id = :doc AND org_id = :org; - Status reporting by operating unit:
SELECT org_id, trans_unit_status, COUNT(*), SUM(amount) FROM igi.igi_exp_tran_unit_def_all GROUP BY org_id, trans_unit_status; - Third-party reconciliation: filter on
THIRD_PARTY_IDand compareAMOUNTagainstMRC_AMOUNTusing the stored exchange rate to detect conversion discrepancies. - Audit tracking: use the audit columns to identify recently created or modified definitions.
Related Objects
Although classified as standalone, the table participates in the IGI exchange-processing flow through its keys:
- IGI_EXP_TRAN_UNIT_DEF_ALL joins to document-type definitions via
DOC_TYPE_ID. - Transmission-unit process lines reference the definition via
TRANS_UNIT_ID, linking definition to processing. - The business key columns (
TRANS_UNIT_NUM,TRANS_UNIT_NUM_TYPE,DOC_TYPE_ID) relate to numbering and document-type setups. THIRD_PARTY_IDlinks to the IGI third-party/trading-partner setup.IEL_TRANS_UNIT_IDcross-references the corresponding IEL transmission-unit entity.- Multi-org queries are filtered through
ORG_IDagainst the operating unit (HR_ALL_ORGANIZATION_UNITS).
Because no formal foreign keys are documented, joins should be validated against the business keys and the surrounding IGI exchange-protocol tables.
-
Table: IGI_EXP_TRAN_UNIT_DEF_ALL
12.2.2
owner:IGI, object_type:TABLE, fnd_design_data:IGI.IGI_EXP_TRAN_UNIT_DEF_ALL, object_name:IGI_EXP_TRAN_UNIT_DEF_ALL, status:VALID, product: IGI - Public Sector Financials International , description: Stores information about exchange protocol transmission units , implementation_dba_data: IGI.IGI_EXP_TRAN_UNIT_DEF_ALL ,
-
Table: IGI_EXP_TRAN_UNIT_DEF_ALL
12.1.1
owner:IGI, object_type:TABLE, fnd_design_data:IGI.IGI_EXP_TRAN_UNIT_DEF_ALL, object_name:IGI_EXP_TRAN_UNIT_DEF_ALL, status:VALID, product: IGI - Public Sector Financials International , description: Stores information about exchange protocol transmission units , implementation_dba_data: IGI.IGI_EXP_TRAN_UNIT_DEF_ALL ,
-
SYNONYM: APPS.IGI_EXP_TRAN_UNIT_DEF_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IGI_EXP_TRAN_UNIT_DEF_ALL, status:VALID,
-
SYNONYM: APPS.IGI_EXP_TRAN_UNIT_DEF_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGI_EXP_TRAN_UNIT_DEF_ALL, status:VALID,
-
VIEW: IGI.IGI_EXP_TRAN_UNIT_DEF_ALL#
12.2.2
owner:IGI, object_type:VIEW, object_name:IGI_EXP_TRAN_UNIT_DEF_ALL#, status:VALID,
-
VIEW: IGI.IGI_EXP_TRAN_UNIT_DEF_ALL#
12.2.2
-
VIEW: APPS.IGI_EXP_TRAN_UNIT_DEF
12.2.2
-
VIEW: APPS.IGI_EXP_TRAN_UNIT_DEF
12.1.1
-
View: IGI_EXP_TRAN_UNIT_DEF
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_EXP_TRAN_UNIT_DEF, object_name:IGI_EXP_TRAN_UNIT_DEF, status:VALID, product: IGI - Public Sector Financials International , description: Displays information about Echange Protocol transmission units. , implementation_dba_data: APPS.IGI_EXP_TRAN_UNIT_DEF ,
-
TRIGGER: APPS.IGI_EXP_TRAN_UNIT_DEF_ALL_T1
12.1.1
-
TRIGGER: APPS.IGI_EXP_TRAN_UNIT_DEF_ALL_T1
12.1.1
owner:APPS, object_type:TRIGGER, object_name:IGI_EXP_TRAN_UNIT_DEF_ALL_T1, status:VALID,
-
TRIGGER: APPS.IGI_EXP_TRAN_UNIT_DEF_ALL_T1
12.2.2
owner:APPS, object_type:TRIGGER, object_name:IGI_EXP_TRAN_UNIT_DEF_ALL_T1, status:VALID,
-
TRIGGER: APPS.IGI_EXP_TRAN_UNIT_DEF_ALL_T1
12.2.2
-
View: IGI_EXP_TRAN_UNIT_DEF
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_EXP_TRAN_UNIT_DEF, object_name:IGI_EXP_TRAN_UNIT_DEF, status:VALID, product: IGI - Public Sector Financials International , description: Displays information about Echange Protocol transmission units. , implementation_dba_data: APPS.IGI_EXP_TRAN_UNIT_DEF ,
-
TABLE: IGI.IGI_EXP_TRAN_UNIT_DEF_ALL
12.2.2
owner:IGI, object_type:TABLE, fnd_design_data:IGI.IGI_EXP_TRAN_UNIT_DEF_ALL, object_name:IGI_EXP_TRAN_UNIT_DEF_ALL, status:VALID,
-
TABLE: IGI.IGI_EXP_TRAN_UNIT_DEF_ALL
12.1.1
owner:IGI, object_type:TABLE, fnd_design_data:IGI.IGI_EXP_TRAN_UNIT_DEF_ALL, object_name:IGI_EXP_TRAN_UNIT_DEF_ALL, 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.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.IGI_EXP_TRAN_UNIT_DEF
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_EXP_TRAN_UNIT_DEF, object_name:IGI_EXP_TRAN_UNIT_DEF, status:VALID,
-
VIEW: APPS.IGI_EXP_TRAN_UNIT_DEF
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_EXP_TRAN_UNIT_DEF, object_name:IGI_EXP_TRAN_UNIT_DEF, status:VALID,
-
APPS.IGI_EXP_TRAN_UNIT_DEF_ALL_T1 dependencies on IGI_GEN
12.2.2
-
APPS.IGI_EXP_TRAN_UNIT_DEF_ALL_T1 dependencies on IGI_GEN
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