Search Results xla_descriptions_b
Overview
The XLA_DESCRIPTIONS_B table is a core reference table within the Subledger Accounting (XLA) product of Oracle E-Business Suite, owned by the XLA schema. It stores all description definitions created for an application, providing the descriptive metadata that is subsequently attached to accounting header and line types. In practice, this table acts as the registry of allowable descriptions that Subledger Accounting uses when constructing and presenting accounting entries, ensuring consistent labeling and classification across subledger transactions.
From a Data Vault modeling perspective, the metadata classifies this object heuristically as standalone, suggesting it functions primarily as a reference or lookup hub rather than a link or satellite. The absence of discovered foreign key relationships reinforces that the table serves as an independent definition source, with its keys consumed by downstream configuration and transaction objects rather than depending on parent entities itself.
Key Information Stored
The table is defined with 12 documented columns. The most significant include:
- APPLICATION_ID — Identifies the Oracle application that owns the description definition; part of the composite primary key.
- AMB_CONTEXT_CODE — The Accounting Methods Builder context code, scoping the description to a specific subledger accounting context; part of the primary key.
- DESCRIPTION_TYPE_CODE — Categorizes the kind of description being defined; part of the primary key.
- DESCRIPTION_CODE — The unique code for the description entry; part of the primary key.
- TRANSACTION_COA_ID — References the chart of accounts applicable to the transaction description.
- ENABLED_FLAG — Indicates whether the description definition is active and available for use.
- CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN — Standard Oracle audit columns tracking who created and last modified the record.
- ZD_EDITION_NAME — The editioning column used for online patching and edition-based redefinition in EBS 12.2.x.
The surrogate primary key is defined by XLA_DESCRIPTIONS_B_PK, comprising APPLICATION_ID, AMB_CONTEXT_CODE, DESCRIPTION_TYPE_CODE, and DESCRIPTION_CODE. A unique index, XLA_DESCRIPTIONS_B_U1, adds ZD_EDITION_NAME to this composite, representing the business-key candidate inclusive of the editioning context.
Common Use Cases and Queries
Typical scenarios involve validating description configurations, reporting on enabled descriptions per application, and troubleshooting Subledger Accounting setups where descriptions fail to appear against accounting header or line types.
- Listing all enabled descriptions for a given application and context:
SELECT description_code, description_type_code,
transaction_coa_id, enabled_flag
FROM xla.xla_descriptions_b
WHERE application_id = :app_id
AND amb_context_code = :context
AND enabled_flag = 'Y';
- Joining to application definitions to resolve application names for reporting.
- Auditing configuration drift by comparing creation and update metadata across environments.
- Feeding data dictionary extractions and integration mappings where description codes drive downstream labeling.
Related Objects
Because the mined relationship data classifies this table as standalone, no foreign keys are documented; nevertheless, the following objects are significant partners based on the description and key structure:
- XLA_DESCRIPTIONS_TL — The translation table supplying language-specific description text keyed by the same business columns.
- XLA_ACCOUNTING_HEADERS / XLA_ACCOUNTING_LINES — Consume description definitions when attaching descriptive attributes to accounting output.
- XLA_AMB_CONTEXTS — Defines the AMB_CONTEXT_CODE values referenced here.
- FND_APPLICATION — Resolves APPLICATION_ID to application names.
- XLA_LOOKUPS / XLA_DESCRIPTION_TYPES — Provide valid values for DESCRIPTION_TYPE_CODE.
These objects are joined on APPLICATION_ID, AMB_CONTEXT_CODE, DESCRIPTION_TYPE_CODE, and DESCRIPTION_CODE to complete description resolution and reporting.
-
Table: XLA_DESCRIPTIONS_B
12.1.1
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_DESCRIPTIONS_B, object_name:XLA_DESCRIPTIONS_B, status:VALID, product: XLA - Subledger Accounting , description: The XLA_DESCRIPTIONS_B table stores all descriptions created for an application. These descriptions are then attached to accounting header and line types. , implementation_dba_data: XLA.XLA_DESCRIPTIONS_B ,
-
Table: XLA_DESCRIPTIONS_B
12.2.2
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_DESCRIPTIONS_B, object_name:XLA_DESCRIPTIONS_B, status:VALID, product: XLA - Subledger Accounting , description: The XLA_DESCRIPTIONS_B table stores all descriptions created for an application. These descriptions are then attached to accounting header and line types. , implementation_dba_data: XLA.XLA_DESCRIPTIONS_B ,
-
VIEW: XLA.XLA_DESCRIPTIONS_B#
12.2.2
owner:XLA, object_type:VIEW, object_name:XLA_DESCRIPTIONS_B#, status:VALID,
-
TRIGGER: APPS.XLA_DESCRIPTIONS_B+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:XLA_DESCRIPTIONS_B+, status:VALID,
-
VIEW: XLA.XLA_DESCRIPTIONS_B#
12.2.2
-
TRIGGER: APPS.XLA_DESCRIPTIONS_B+
12.2.2
-
VIEW: APPS.XLA_DESCRIPTIONS_VL
12.2.2
-
VIEW: APPS.XLA_DESCRIPTIONS_VL
12.1.1
-
SYNONYM: APPS.XLA_DESCRIPTIONS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:XLA_DESCRIPTIONS_B, status:VALID,
-
SYNONYM: APPS.XLA_DESCRIPTIONS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:XLA_DESCRIPTIONS_B, status:VALID,
-
APPS.XLA_DESCRIPTIONS_F_PKG SQL Statements
12.2.2
-
APPS.XLA_DESCRIPTIONS_F_PKG SQL Statements
12.1.1
-
VIEW: APPS.XLA_DESCRIPTIONS_FVL
12.2.2
-
VIEW: APPS.XLA_DESCRIPTIONS_FVL
12.1.1
-
FUNCTION: APPS.XLA_DESCRIPTIONS_B=
12.2.2
-
TABLE: XLA.XLA_DESCRIPTIONS_B
12.1.1
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_DESCRIPTIONS_B, object_name:XLA_DESCRIPTIONS_B, status:VALID,
-
TABLE: XLA.XLA_DESCRIPTIONS_B
12.2.2
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_DESCRIPTIONS_B, object_name:XLA_DESCRIPTIONS_B, status:VALID,
-
FUNCTION: APPS.XLA_DESCRIPTIONS_B=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:XLA_DESCRIPTIONS_B=, status:VALID,
-
PACKAGE BODY: APPS.XLA_DESCRIPTIONS_F_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_DESCRIPTIONS_F_PKG, status:VALID,
-
APPS.XLA_CMP_DESCRIPTION_PKG SQL Statements
12.1.1
-
APPS.XLA_CMP_DESCRIPTION_PKG SQL Statements
12.2.2
-
View: XLA_DESCRIPTIONS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_DESCRIPTIONS_VL, object_name:XLA_DESCRIPTIONS_VL, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_DESCRIPTIONS_VL ,
-
View: XLA_DESCRIPTIONS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_DESCRIPTIONS_VL, object_name:XLA_DESCRIPTIONS_VL, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_DESCRIPTIONS_VL ,
-
PACKAGE BODY: APPS.XLA_DESCRIPTIONS_F_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_DESCRIPTIONS_F_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.XLA_CMP_LOCK_PAD_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_CMP_LOCK_PAD_PKG, status:VALID,
-
PACKAGE BODY: APPS.XLA_CMP_DESCRIPTION_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_CMP_DESCRIPTION_PKG, status:VALID,
-
PACKAGE BODY: APPS.XLA_CMP_DESCRIPTION_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_CMP_DESCRIPTION_PKG, status:VALID,
-
PACKAGE BODY: APPS.XLA_CMP_LOCK_PAD_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_CMP_LOCK_PAD_PKG, status:VALID,
-
View: XLA_DESCRIPTIONS_FVL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_DESCRIPTIONS_FVL, object_name:XLA_DESCRIPTIONS_FVL, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_DESCRIPTIONS_FVL ,
-
View: XLA_DESCRIPTIONS_FVL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_DESCRIPTIONS_FVL, object_name:XLA_DESCRIPTIONS_FVL, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_DESCRIPTIONS_FVL ,
-
PACKAGE BODY: APPS.XLA_AMB_AAD_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_AMB_AAD_PKG, status:VALID,
-
PACKAGE BODY: APPS.XLA_SOURCES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_SOURCES_PKG, status:VALID,
-
PACKAGE BODY: APPS.XLA_LINE_DEFINITIONS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_LINE_DEFINITIONS_PVT, status:VALID,
-
PACKAGE BODY: APPS.XLA_SOURCES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_SOURCES_PKG, status:VALID,
-
PACKAGE BODY: APPS.XLA_AMB_AAD_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_AMB_AAD_PKG, status:VALID,
-
PACKAGE BODY: APPS.XLA_AAD_OVERWRITE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_AAD_OVERWRITE_PVT, status:VALID,
-
PACKAGE BODY: APPS.XLA_AAD_MERGE_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_AAD_MERGE_PVT, status:VALID,
-
PACKAGE BODY: APPS.XLA_AAD_OVERWRITE_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_AAD_OVERWRITE_PVT, status:VALID,
-
PACKAGE BODY: APPS.XLA_LINE_DEFINITIONS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_LINE_DEFINITIONS_PVT, status:VALID,
-
PACKAGE BODY: APPS.XLA_AAD_MERGE_ANALYSIS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_AAD_MERGE_ANALYSIS_PVT, status:VALID,
-
PACKAGE BODY: APPS.XLA_AAD_UPLOAD_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_AAD_UPLOAD_PVT, status:VALID,
-
PACKAGE BODY: APPS.XLA_AAD_MERGE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_AAD_MERGE_PVT, status:VALID,
-
PACKAGE BODY: APPS.XLA_AAD_MERGE_ANALYSIS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_AAD_MERGE_ANALYSIS_PVT, status:VALID,
-
PACKAGE BODY: APPS.XLA_AAD_UPLOAD_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_AAD_UPLOAD_PVT, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.XLA_AAD_LOADER_UTIL_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_AAD_LOADER_UTIL_PVT, status:VALID,