Search Results igi_exp_dial_unit_def
Overview
The IGI_EXP_DIAL_UNIT_DEF view is a Multi-Org secured database view owned by the APPS schema in Oracle E-Business Suite 12.1.1 and 12.2.2. It belongs to the product IGI — Public Sector Financials International. As its description states, the view presents all information pertaining to dialog unit setup, exposing the configuration and transactional attributes that govern expenditure dialog units used in public sector processing.
The view is defined with the Multi-Org security predicate, which restricts returned rows to the operating unit identified by the session's CLIENT_INFO context. This means it is intended to be queried within an initialized EBS session, automatically filtering records by ORG_ID. It is therefore the standard access point for reporting, concurrent programs, and integration layers that must present organization-specific dialog unit data without hardcoding operating-unit filters.
For users searching on the term mrc_amount, this view is significant because it is one of the objects that exposes multiple reporting currency (MRC) amount columns alongside the primary functional AMOUNT. This supports cross-currency reporting for public sector expenditure.
Underlying Base Objects
The view is defined over the base object IGI_EXP_DIAL_UNIT_DEF_ALL, referenced through a synonym. The _ALL table stores the complete, unrestricted set of dialog unit records across all operating units. The Multi-Org view applies the standard operating-unit filter:
WHERE NVL(ORG_ID, NVL(TO_NUMBER(DECODE(SUBSTR(USERENV('CLIENT_INFO'), 1, 1), ' ', NULL, SUBSTR(USERENV('CLIENT_INFO'), 1, 10))), -99)) = NVL(TO_NUMBER(DECODE(SUBSTR(USERENV('CLIENT_INFO'), 1, 1), ' ', NULL, SUBSTR(USERENV('CLIENT_INFO'), 1, 10))), -99)
Because the view is created against the _ALL synonym, it inherits all column definitions and data types directly. No joins, aggregations, or expressions are applied beyond the Multi-Org predicate, so the view is a straightforward row-filtering layer. The -99 default effectively permits records with a null ORG_ID to surface when no operating unit is set.
Key Columns
- DIAL_UNIT_ID — Primary identifier for the dialog unit record.
- DIAL_UNIT_NUM / ACT_NUMBER / LEGAL_NUMBER — Business-facing reference numbers for the unit and its authorizing circumstances.
- ORG_ID — Operating unit; drives the Multi-Org security filter.
- CURRENCY_CODE / AMOUNT — The entered currency and the functional amount of the dialog unit.
- MRC_AMOUNT — The reporting-currency equivalent of the amount, populated when Multiple Reporting Currencies is enabled.
- MRC_AMOUNT_EXCHANGE_RATE_TYPE / MRC_AMOUNT_EXCHANGE_DATE / MRC_AMOUNT_EXCHANGE_RATE — The rate type, effective date, and rate used to derive
MRC_AMOUNT. - MRC_EXCHANGE_RATE_TYPE / MRC_EXCHANGE_RATE / MRC_EXCHANGE_DATE — MRC attributes applied to the general currency conversion.
- STATUS / UPGRADE_STATUS / REQ_REJECT — Workflow and processing state indicators.
- MAIN_AUTHORIZER / ACCOUNT_OFFICER — Responsible public sector officials.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — Standard WHO audit columns.
Common Use Cases and Queries
Typical uses include reporting on dialog unit setup by operating unit, reconciling functional against reporting-currency amounts, and feeding downstream public sector disbursement processes. A representative query retrieving dialog units with their MRC amount is:
SELECT dial_unit_num, org_id, currency_code, amount, mrc_amount, mrc_amount_exchange_rate FROM apps.igi_exp_dial_unit_def WHERE mrc_amount IS NOT NULL;
To review setup for the session's operating unit only, the Multi-Org predicate handles filtering automatically:
SELECT dial_unit_id, act_number, status, main_authorizer FROM apps.igi_exp_dial_unit_def WHERE status = 'APPROVED';
Because the view is not encrypted and exposes no derived logic, it is safe to use directly in custom reports and BI Publisher data templates that require operating-unit-secured dialog unit data.
-
View: IGI_EXP_DIAL_UNIT_DEF
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_EXP_DIAL_UNIT_DEF, object_name:IGI_EXP_DIAL_UNIT_DEF, status:VALID, product: IGI - Public Sector Financials International , description: Multi org view which displays all information pertaining to dialog unit setup. , implementation_dba_data: APPS.IGI_EXP_DIAL_UNIT_DEF ,
-
View: IGI_EXP_DIAL_UNIT_DEF
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_EXP_DIAL_UNIT_DEF, object_name:IGI_EXP_DIAL_UNIT_DEF, status:VALID, product: IGI - Public Sector Financials International , description: Multi org view which displays all information pertaining to dialog unit setup. , implementation_dba_data: APPS.IGI_EXP_DIAL_UNIT_DEF ,
-
APPS.IGI_EXP_BALANCE SQL Statements
12.1.1
-
APPS.IGI_EXP_BALANCE SQL Statements
12.2.2
-
View: IGI_EXP_DIAL_UNIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_EXP_DIAL_UNIT_V, object_name:IGI_EXP_DIAL_UNIT_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_V ,
-
View: IGI_EXP_EPTU_DIAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_EXP_EPTU_DIAL_V, object_name:IGI_EXP_EPTU_DIAL_V, status:VALID, product: IGI - Public Sector Financials International , description: Displays all information pertaining to exchange protocol dialog units contained in transmission units , implementation_dba_data: APPS.IGI_EXP_EPTU_DIAL_V ,
-
View: IGI_EXP_EPTU_DIAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_EXP_EPTU_DIAL_V, object_name:IGI_EXP_EPTU_DIAL_V, status:VALID, product: IGI - Public Sector Financials International , description: Displays all information pertaining to exchange protocol dialog units contained in transmission units , implementation_dba_data: APPS.IGI_EXP_EPTU_DIAL_V ,
-
View: IGI_EXP_DIAL_UNIT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_EXP_DIAL_UNIT_V, object_name:IGI_EXP_DIAL_UNIT_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_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_BALANCE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IGI_EXP_BALANCE, status:VALID,
-
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 ,
-
APPS.IGI_EXP_CUSTOM SQL Statements
12.1.1
-
APPS.IGI_EXP_CUSTOM SQL Statements
12.2.2
-
PACKAGE BODY: APPS.IGI_EXP_CUSTOM
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGI_EXP_CUSTOM, status:VALID,
-
PACKAGE BODY: APPS.IGI_EXP_BALANCE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGI_EXP_BALANCE, status:VALID,
-
SYNONYM: APPS.IGI_EXP_DIAL_UNIT_DEF_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IGI_EXP_DIAL_UNIT_DEF_ALL, status:VALID,
-
SYNONYM: APPS.IGI_EXP_DIAL_UNIT_DEF_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGI_EXP_DIAL_UNIT_DEF_ALL, status:VALID,
-
PACKAGE BODY: APPS.IGI_EXP_CUSTOM
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IGI_EXP_CUSTOM, status:VALID,
-
PACKAGE BODY: APPS.IGI_EXP_CUSTOM
12.1.1
-
PACKAGE BODY: APPS.IGI_EXP_BALANCE
12.2.2
-
PACKAGE BODY: APPS.IGI_EXP_BALANCE
12.1.1
-
PACKAGE BODY: APPS.IGI_EXP_CUSTOM
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
VIEW: APPS.IGI_EXP_DIAL_UNIT_DEF
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_EXP_DIAL_UNIT_DEF, object_name:IGI_EXP_DIAL_UNIT_DEF, status:VALID,
-
VIEW: APPS.IGI_EXP_DIAL_UNIT_DEF
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_EXP_DIAL_UNIT_DEF, object_name:IGI_EXP_DIAL_UNIT_DEF, status:VALID,
-
APPS.IGI_EXP_CUSTOM dependencies on IGI_EXP_DIAL_UNIT_DEF
12.2.2
-
APPS.IGI_EXP_CUSTOM dependencies on IGI_EXP_DIAL_UNIT_DEF
12.1.1
-
APPS.IGI_EXP_BALANCE dependencies on IGI_EXP_DIAL_UNIT_DEF
12.2.2
-
APPS.IGI_EXP_BALANCE 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 WF_NOTIFICATIONS
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
-
APPS.IGI_EXP_CUSTOM dependencies on IGI_EXP_TRAN_UNIT_DEF
12.2.2
-
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 IGI_EXP_TRAN_UNIT_DEF
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. ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
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. ,