Search Results gl_iea_subsidiaries
Overview
The GL_IEA_SUBSIDIARIES table, owned by the GL (General Ledger) schema within Oracle E-Business Suite 12.1.1 and 12.2.2, stores subsidiary definitions used by the Intercompany and Intracompany Balancing / Enterprise Accounting (IEA) framework. Each row represents a distinct subsidiary entity that can participate in intercompany transactions, recurring intercompany batches, clearing account assignments, and interface processing. Because intercompany accounting requires precise identification of both the sending and receiving entities, this table serves as a central reference point for the entire IEA transaction lifecycle.
Based on the foreign key structure, this object is classified heuristically as a hub in Data Vault modeling terms. It is referenced by numerous transactional and configuration tables and does not function as a pure junction (link) or as a descriptive satellite; it holds the authoritative definition of a subsidiary business entity, while dependent tables carry the transactional context.
Key Information Stored
The table contains 39 documented columns in release 12.2.2. The most significant include:
- SUBSIDIARY_ID — the surrogate primary key (GL_IEA_SUBSIDIARIES_PK) and the column referenced by all downstream foreign keys.
- NAME — the subsidiary name and the second business-key candidate, uniquely enforced by index GL_IEA_SUBSIDIARIES_U2.
- SET_OF_BOOKS_ID — the set of books to which the subsidiary belongs, referencing GL_SETS_OF_BOOKS_11I.
- CHART_OF_ACCOUNTS_ID — the chart of accounts associated with the subsidiary.
- CURRENCY_CODE — the subsidiary's operating currency, referencing FND_CURRENCIES.
- COMPANY_VALUE — the balancing or company segment value that identifies the subsidiary within the accounting flexfield.
- SUBSIDIARY_TYPE_CODE — the classification of the subsidiary for IEA processing.
- ENABLED_FLAG and AUTO_APPROVE_FLAG — control flags governing whether the subsidiary is active and whether transactions are auto-approved.
- CONVERSION_TYPE_CODE and CONVERSION_TYPE — the currency conversion rules applied to intercompany transfers, referencing GL_DAILY_CONVERSION_TYPES.
- TRANSFER_SET_OF_BOOKS_ID and TRANSFER_CURRENCY_CODE — the optional target set of books and currency for cross-book transfers.
- REMOTE_INSTANCE_FLAG — indicates whether the subsidiary resides on a remote instance.
- NOTIFICATION_THRESHOLD and CONTACT — operational metadata used for intercompany approval notifications.
- Audit columns (CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN) and the ATTRIBUTE1–ATTRIBUTE15 descriptive flexfield columns.
Common Use Cases and Queries
Typical use cases involve resolving subsidiary identity, validating intercompany setups, and reporting on IEA transaction flows. A frequent query lists enabled subsidiaries with their operating currency:
SELECT s.subsidiary_id, s.name, s.company_value, s.currency_code, s.enabled_flag FROM gl.gl_iea_subsidiaries s WHERE s.enabled_flag = 'Y';- Joining to sets of books to validate subsidiary-to-ledger assignment:
SELECT s.name, b.name FROM gl.gl_iea_subsidiaries s, gl.gl_sets_of_books_11i b WHERE s.set_of_books_id = b.set_of_books_id; - Reconciling intercompany activity by linking subsidiaries to transactions (see related objects below).
Related Objects
The following dependent tables reference this hub and are central to IEA operations:
- GL_IEA_TRANSACTIONS — joins on SENDING_SUBSIDIARY_ID and RECEIVING_SUBSIDIARY_ID.
- GL_IEA_INTERFACE — joins on SENDER_SUBSIDIARY_ID and RECEIVER_SUBSIDIARY_ID.
- GL_IEA_CLEARING_ACCOUNTS — joins on SUBSIDIARY_ID.
- GL_IEA_RECUR_BATCHES — joins on SENDING_SUBSIDIARY_ID.
- GL_IEA_RECUR_TRANSACTIONS — joins on RECEIVING_SUBSIDIARY_ID.
- FUN_SUBSIDIARY_PARTY_MAPPINGS — joins on SUBSIDIARY_ID, linking subsidiaries to trading partners.
- GL_SETS_OF_BOOKS_11I, FND_CURRENCIES, and GL_DAILY_CONVERSION_TYPES — referenced parent tables supplying ledger, currency, and conversion data.
-
Table: GL_IEA_SUBSIDIARIES
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_IEA_SUBSIDIARIES, object_name:GL_IEA_SUBSIDIARIES, status:VALID, product: GL - General Ledger , description: Subsidiary definitions , implementation_dba_data: GL.GL_IEA_SUBSIDIARIES ,
-
Table: GL_IEA_SUBSIDIARIES
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_IEA_SUBSIDIARIES, object_name:GL_IEA_SUBSIDIARIES, status:VALID, product: GL - General Ledger , description: Subsidiary definitions , implementation_dba_data: GL.GL_IEA_SUBSIDIARIES ,
-
Table: GL_IEA_TRANSACTIONS
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_IEA_TRANSACTIONS, object_name:GL_IEA_TRANSACTIONS, status:VALID, product: GL - General Ledger , description: Intercompany transactions , implementation_dba_data: GL.GL_IEA_TRANSACTIONS ,
-
Table: GL_IEA_TRANSACTIONS
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_IEA_TRANSACTIONS, object_name:GL_IEA_TRANSACTIONS, status:VALID, product: GL - General Ledger , description: Intercompany transactions , implementation_dba_data: GL.GL_IEA_TRANSACTIONS ,
-
SYNONYM: APPS.GL_IEA_SUBSIDIARIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_IEA_SUBSIDIARIES, status:VALID,
-
Table: GL_IEA_INTERFACE
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_IEA_INTERFACE, object_name:GL_IEA_INTERFACE, status:VALID, product: GL - General Ledger , description: Transactional data for import into Global Intercompany System , implementation_dba_data: GL.GL_IEA_INTERFACE ,
-
VIEW: APPS.GL_IEA_SUBSIDIARIES_DFV
12.2.2
-
Table: GL_IEA_INTERFACE
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_IEA_INTERFACE, object_name:GL_IEA_INTERFACE, status:VALID, product: GL - General Ledger , description: Transactional data for import into Global Intercompany System , implementation_dba_data: GL.GL_IEA_INTERFACE ,
-
SYNONYM: APPS.GL_IEA_SUBSIDIARIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_IEA_SUBSIDIARIES, status:VALID,
-
VIEW: APPS.GL_IEA_SUBSIDIARIES_DFV
12.1.1
-
VIEW: GL.GL_IEA_SUBSIDIARIES#
12.2.2
owner:GL, object_type:VIEW, object_name:GL_IEA_SUBSIDIARIES#, status:VALID,
-
VIEW: GL.GL_IEA_SUBSIDIARIES#
12.2.2
-
View: GL_IEA_SEGMENT_RULE_MAP_V
12.2.2
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
View: GL_IEA_SEGMENT_RULE_MAP_V
12.1.1
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
Table: GL_IEA_RECUR_TRANSACTIONS
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_IEA_RECUR_TRANSACTIONS, object_name:GL_IEA_RECUR_TRANSACTIONS, status:VALID, product: GL - General Ledger , description: Recurring intercompany transactions , implementation_dba_data: GL.GL_IEA_RECUR_TRANSACTIONS ,
-
View: GL_IEA_SUBSIDIARIES_MAP_V
12.1.1
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
View: GL_IEA_SUBS_ACTIVE_V
12.2.2
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
Table: GL_IEA_CLEARING_ACCOUNTS
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_IEA_CLEARING_ACCOUNTS, object_name:GL_IEA_CLEARING_ACCOUNTS, status:VALID, product: GL - General Ledger , description: Clearing accounts , implementation_dba_data: GL.GL_IEA_CLEARING_ACCOUNTS ,
-
Table: GL_IEA_CLEARING_ACCOUNTS
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_IEA_CLEARING_ACCOUNTS, object_name:GL_IEA_CLEARING_ACCOUNTS, status:VALID, product: GL - General Ledger , description: Clearing accounts , implementation_dba_data: GL.GL_IEA_CLEARING_ACCOUNTS ,
-
View: GL_SRS_IEA_SUBS_V
12.2.2
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
Table: GL_IEA_RECUR_BATCHES
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_IEA_RECUR_BATCHES, object_name:GL_IEA_RECUR_BATCHES, status:VALID, product: GL - General Ledger , description: Recurring intercompany batches , implementation_dba_data: GL.GL_IEA_RECUR_BATCHES ,
-
Table: GL_IEA_RECUR_BATCHES
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_IEA_RECUR_BATCHES, object_name:GL_IEA_RECUR_BATCHES, status:VALID, product: GL - General Ledger , description: Recurring intercompany batches , implementation_dba_data: GL.GL_IEA_RECUR_BATCHES ,
-
View: GL_IEA_SUBS_ACTIVE_V
12.1.1
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.GL_IEA_SUBSIDIARIES_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:GL_IEA_SUBSIDIARIES_DFV, status:VALID,
-
Table: GL_IEA_RECUR_TRANSACTIONS
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_IEA_RECUR_TRANSACTIONS, object_name:GL_IEA_RECUR_TRANSACTIONS, status:VALID, product: GL - General Ledger , description: Recurring intercompany transactions , implementation_dba_data: GL.GL_IEA_RECUR_TRANSACTIONS ,
-
View: GL_SRS_IEA_SUBS_V
12.1.1
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
View: GL_IEA_SUBSIDIARIES_MAP_V
12.2.2
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.GL_FORMSINFO2
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GL_FORMSINFO2, status:VALID,
-
View: GLBV_GLOBAL_INTERCO_SUBS
12.2.2
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
View: GLBV_GLOBAL_INTERCO_SUBS
12.1.1
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.GL_FORMSINFO2
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GL_FORMSINFO2, status:VALID,
-
VIEW: APPS.GL_IEA_SUBSIDIARIES_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:GL_IEA_SUBSIDIARIES_DFV, status:VALID,
-
APPS.GL_FORMSINFO2 SQL Statements
12.1.1
-
View: GL_IEA_TRANSACTIONS_V
12.1.1
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
View: GL_IEA_TRANSACTIONS_V
12.2.2
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
View: GLFV_GLOBAL_INTERCO_SUBS
12.2.2
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
View: GLFV_GLOBAL_INTERCO_SUBS
12.1.1
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
APPS.GL_FORMSINFO2 SQL Statements
12.2.2
-
View: GL_BIS_IEA_TRANS_RECEIVER_V
12.1.1
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
View: GL_BIS_IEA_TRAN_LINES_V
12.1.1
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
View: GL_IEA_SUBSIDIARIES_V
12.2.2
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
View: GL_IEA_RECUR_BATCHES_V
12.1.1
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
View: GL_BIS_IEA_TRANS_RECEIVER_V
12.2.2
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
TABLE: GL.GL_IEA_SUBSIDIARIES
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_IEA_SUBSIDIARIES, object_name:GL_IEA_SUBSIDIARIES, status:VALID,
-
Table: GL_SETS_OF_BOOKS_11I
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_SETS_OF_BOOKS_11I, object_name:GL_SETS_OF_BOOKS_11I, status:VALID, product: GL - General Ledger , description: Set of books definitions , implementation_dba_data: GL.GL_SETS_OF_BOOKS_11I ,
-
TABLE: GL.GL_IEA_SUBSIDIARIES
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_IEA_SUBSIDIARIES, object_name:GL_IEA_SUBSIDIARIES, status:VALID,
-
View: GL_IEA_RECUR_TRANSACTIONS_V
12.2.2
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
View: GL_IEA_SUBSIDIARIES_V
12.1.1
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
View: GL_IEA_RECUR_BATCHES_V
12.2.2
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
View: GL_BIS_IEA_TRAN_LINES_V
12.2.2
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,