Search Results igi_exp_tran_unit_def
Overview
The IGI_EXP_TRAN_UNIT_DEF view is a secure, organization-filtered reporting object in the APPS schema belonging to the IGI – Public Sector Financials International product. It exposes information about Exchange Protocol transmission units — the units of data exchanged between a public sector agency and a third party (such as a bank or clearing house) under an exchange protocol agreement. As a "_DEF" (definition) view, it presents the default, user-facing projection of the underlying transaction unit data, applying Multi-Org security so that each operating unit sees only its own rows.
Because the view is defined in APPS and marked VALID in ETRM 12.2.2 metadata, it is intended to be queried directly by reports, concurrent programs, and integrations rather than accessed through its base objects. The presence of MRC_* columns (MRC = Multiple Reporting Currencies) confirms that the view supports MRC-enabled reporting, allowing transactions recorded in a primary set of books to be reported in a reporting set of books using stored exchange rate information.
Underlying Base Objects
The view is defined solely over the synonym IGI_EXP_TRAN_UNIT_DEF_ALL, which resolves to the underlying all-organizations base table storing transmission unit records for every operating unit. The view implements row-level security by restricting rows to the current organization:
- The
WHEREclause filters onORG_ID, comparing the row's organization against the value derived fromUSERENV('CLIENT_INFO')for the current session. - A non-null
ORG_IDmatch is required; rows with a NULL or unmatchedORG_IDare compared against-99, effectively excluding them from normal operation. - All columns are a direct 1:1 projection of the base object — no joins, aggregations, or transformations are applied.
Consequently, the view behaves as a filtered window onto IGI_EXP_TRAN_UNIT_DEF_ALL, and any insert or update must target the base object, not the view.
Key Columns
TRANS_UNIT_ID— Primary key uniquely identifying the transmission unit.TRANS_UNIT_NUM— Business-facing transmission unit number.DOC_TYPE_ID— Foreign key to the document type associated with the unit.TRANS_UNIT_STATUS/TRANS_UNIT_NUM_TYPE— Status and numbering classification of the unit.ORG_ID— Operating unit; drives the view's Multi-Org filter.LEGAL_NUMBER,THIRD_PARTY_ID,TRAN_UNIT_CALL_NUM— Legal reference, counterparty, and call number.AMOUNT— Transaction amount in the primary currency.MRC_EXCHANGE_RATE_TYPE,MRC_EXCHANGE_RATE,MRC_EXCHANGE_DATE— MRC reporting currency exchange rate type, rate, and effective date. This is the column set matching the user's search termmrc_exchange_date.MRC_AMOUNT,MRC_AMOUNT_EXCHANGE_RATE_TYPE— Reporting-currency amount and its associated rate type.PRINT_DATE,UPGRADE_STATUS— Printing timestamp and data-migration upgrade flag.- Standard WHO audit columns:
CREATION_DATE,CREATED_BY,LAST_UPDATE_DATE,LAST_UPDATED_BY,LAST_UPDATE_LOGIN.
Common Use Cases and Queries
Typical scenarios include reporting MRC-converted transmission unit amounts, reconciling exchange rate usage, and integrating transmission unit data into downstream extracts. A representative query retrieving MRC exchange information is:
SELECT trans_unit_num, org_id, amount, mrc_amount, mrc_exchange_rate, mrc_exchange_date, mrc_exchange_rate_type FROM apps.igi_exp_tran_unit_def WHERE mrc_exchange_date IS NOT NULL ORDER BY mrc_exchange_date DESC;SELECT trans_unit_num, trans_unit_status, legal_number, third_party_id FROM apps.igi_exp_tran_unit_def WHERE org_id = :p_org_id AND trans_unit_status = 'A';SELECT mrc_amount_exchange_rate_type, COUNT(*), SUM(mrc_amount) FROM apps.igi_exp_tran_unit_def GROUP BY mrc_amount_exchange_rate_type;
Because organization filtering is enforced by the view definition, these queries automatically return only records for the current operating unit. Reports that need cross-organization visibility must query IGI_EXP_TRAN_UNIT_DEF_ALL directly, subject to the appropriate privileges.
-
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 ,
-
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 ,
-
VIEW: APPS.IGI_EXP_EPTU_TRANS_V
12.2.2
-
VIEW: APPS.IGI_EXP_TRAN_UNIT_V
12.1.1
-
VIEW: APPS.IGI_EXP_TRAN_UNIT_V
12.2.2
-
VIEW: APPS.IGI_EXP_EPTU_TRANS_V
12.1.1
-
View: IGI_EXP_DIAL_UNIT_DEF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_EXP_DIAL_UNIT_DEF_V, object_name:IGI_EXP_DIAL_UNIT_DEF_V, status:VALID, product: IGI - Public Sector Financials International , description: Displays all information pertaining to dialog unit setup. , implementation_dba_data: APPS.IGI_EXP_DIAL_UNIT_DEF_V ,
-
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,
-
View: IGI_EXP_TRAN_UNIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_EXP_TRAN_UNIT_V, object_name:IGI_EXP_TRAN_UNIT_V, status:VALID, product: IGI - Public Sector Financials International , description: Displays information about Echange Protocol transmission units. , implementation_dba_data: APPS.IGI_EXP_TRAN_UNIT_V ,
-
View: IGI_EXP_DIAL_UNIT_DEF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_EXP_DIAL_UNIT_DEF_V, object_name:IGI_EXP_DIAL_UNIT_DEF_V, status:VALID, product: IGI - Public Sector Financials International , description: Displays all information pertaining to dialog unit setup. , implementation_dba_data: APPS.IGI_EXP_DIAL_UNIT_DEF_V ,
-
PACKAGE BODY: APPS.IGI_EXP_CUSTOM
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGI_EXP_CUSTOM, 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_EXP_TRAN_UNIT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_EXP_TRAN_UNIT_V, object_name:IGI_EXP_TRAN_UNIT_V, status:VALID, product: IGI - Public Sector Financials International , description: Displays information about Echange Protocol transmission units. , implementation_dba_data: APPS.IGI_EXP_TRAN_UNIT_V ,
-
View: IGI_EXP_EPTU_TRANS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_EXP_EPTU_TRANS_V, object_name:IGI_EXP_EPTU_TRANS_V, status:VALID, product: IGI - Public Sector Financials International , description: Displays all information about Exchange Protocol transmission units , implementation_dba_data: APPS.IGI_EXP_EPTU_TRANS_V ,
-
APPS.IGI_EXP_CUSTOM SQL Statements
12.1.1
-
APPS.IGI_EXP_CUSTOM SQL Statements
12.2.2
-
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,
-
PACKAGE BODY: APPS.IGI_EXP_CUSTOM
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IGI_EXP_CUSTOM, status:VALID,
-
View: IGI_EXP_EPTU_TRANS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_EXP_EPTU_TRANS_V, object_name:IGI_EXP_EPTU_TRANS_V, status:VALID, product: IGI - Public Sector Financials International , description: Displays all information about Exchange Protocol transmission units , implementation_dba_data: APPS.IGI_EXP_EPTU_TRANS_V ,
-
PACKAGE BODY: APPS.IGI_EXP_CUSTOM
12.1.1
-
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,
-
PACKAGE BODY: APPS.IGI_EXP_CUSTOM
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
VIEW: APPS.IGI_EXP_TRAN_UNIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_EXP_TRAN_UNIT_V, object_name:IGI_EXP_TRAN_UNIT_V, status:VALID,
-
VIEW: APPS.IGI_EXP_TRAN_UNIT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_EXP_TRAN_UNIT_V, object_name:IGI_EXP_TRAN_UNIT_V, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.IGI_EXP_EPTU_TRANS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_EXP_EPTU_TRANS_V, object_name:IGI_EXP_EPTU_TRANS_V, status:VALID,
-
VIEW: APPS.IGI_EXP_EPTU_TRANS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_EXP_EPTU_TRANS_V, object_name:IGI_EXP_EPTU_TRANS_V, status:VALID,
-
APPS.IGI_EXP_CUSTOM dependencies on IGI_EXP_TRAN_UNIT_DEF
12.1.1
-
APPS.IGI_EXP_CUSTOM dependencies on IGI_EXP_TRAN_UNIT_DEF
12.2.2
-
APPS.IGI_EXP_CUSTOM dependencies on IGI_EXP_DIAL_UNIT_DEF
12.1.1
-
APPS.IGI_EXP_CUSTOM dependencies on WF_MESSAGE_ATTRIBUTES
12.1.1
-
APPS.IGI_EXP_CUSTOM dependencies on IGI_EXP_DIAL_UNIT_DEF
12.2.2
-
APPS.IGI_EXP_CUSTOM dependencies on WF_NOTIFICATIONS
12.1.1
-
APPS.IGI_EXP_CUSTOM dependencies on WF_NOTIFICATIONS
12.2.2
-
APPS.IGI_EXP_CUSTOM dependencies on WF_NOTIFICATION_ATTRIBUTES
12.1.1
-
APPS.IGI_EXP_CUSTOM dependencies on WF_MESSAGE_ATTRIBUTES
12.2.2
-
APPS.IGI_EXP_CUSTOM dependencies on WF_NOTIFICATION_ATTRIBUTES
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. ,
-
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.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. ,
-
12.1.1 DBA Data
12.1.1