Search Results xla_acct_attributes_tl
Overview
The XLA_ACCT_ATTRIBUTES_TL table resides in the XLA schema, the repository for Oracle Subledger Accounting (SLA) in Oracle E-Business Suite 12.1.1 and 12.2.2. It is the translation (_TL) companion of the base XLA_ACCT_ATTRIBUTES_B table and stores language-specific, displayable text for accounting attributes. Accounting attributes in SLA are predefined descriptive elements that carry the values needed to complete the accounting process, such as transaction identifiers, distribution references, and source-specific context used by journal line definition rules. Because users view these attributes in multiple installed languages, the translatable text (principally the attribute name) is held separately in this table, keyed by accounting attribute code and language.
From a heuristic Data Vault modeling perspective, the metadata classifies this object as standalone, with no inbound or outbound foreign key relationships mined. It functions most naturally as a reference or lookup satellite: the attribute code acts as the hub-like business key, and the translated NAME plus audit columns form the descriptive satellite payload. The absence of FK evidence means referential integrity is enforced at the application layer rather than through database constraints.
Key Information Stored
The table contains ten documented columns. The composite primary key XLA_ACCT_ATTRIBUTES_TL_PK is defined on ACCOUNTING_ATTRIBUTE_CODE and LANGUAGE, establishing the unique identity of each translated row. The two unique indexes, XLA_ACCT_ATTRIBUTES_TL_U1 and XLA_ACCT_ATTRIBUTES_TL_U2, extend this identity to include ZD_EDITION_NAME and, in the case of U2, the translated NAME, confirming that a given attribute name must be unique within a language and edition. The most significant columns are:
- ACCOUNTING_ATTRIBUTE_CODE — the business identifier of the accounting attribute; part of the primary key and the join column to the base table.
- LANGUAGE — the installed language code (for example, US or DE) for which the translation applies; the second component of the primary key.
- NAME — the translated, user-facing name of the accounting attribute, the principal payload of this table.
- SOURCE_LANG — the language of the source row from which the translation was derived, supporting the standard MLS translation model.
- ZD_EDITION_NAME — the edition indicator used in the 12.2 Edition-Based Redefinition (EBR) architecture, participating in both unique indexes.
- CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN — the standard audit columns recording who created and last modified each translation row.
Common Use Cases and Queries
Typical usage resolves attribute codes to their translated descriptions for reporting and for validating journal line definition setups. A common pattern joins the translation table to the base table or filters by language:
- Retrieve translated attribute names: SELECT accounting_attribute_code, name FROM xla_acct_attributes_tl WHERE language = USERENV('LANG');
- Join to the base definition to present code and description together, joining on ACCOUNTING_ATTRIBUTE_CODE and LANGUAGE.
- Diagnose missing translations by comparing rows in the _B and _TL tables for a given language.
- Support EBR-aware queries by filtering on ZD_EDITION_NAME where run against a 12.2.2 environment.
Related Objects
- XLA_ACCT_ATTRIBUTES_B — the base (non-translated) table sharing ACCOUNTING_ATTRIBUTE_CODE.
- XLA_ACCT_ATTRIBUTE_ASSIGNMENTS — associates attributes with accounting or journal line definitions.
- XLA_ACCT_ATTR_ASSIGN_DETAILS — detail rows referencing the attribute codes.
- XLA_ACCOUNTING_ATTRIBUTES_VL — the MLS view exposing base and translated values together.
- XLA_AE_LINES and XLA_DISTRIBUTION_LINKS — consuming tables that carry attribute values into journal entries.
- FND_LANGUAGES — the reference for valid LANGUAGE values.
-
Table: XLA_ACCT_ATTRIBUTES_TL
12.2.2
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_ACCT_ATTRIBUTES_TL, object_name:XLA_ACCT_ATTRIBUTES_TL, status:VALID, product: XLA - Subledger Accounting , description: The XLA_ACCT_ATTRIBUTES_TL table captures translated values for the accounting attributes. Accounting attributes are pre-defined by Subledger Accounting. Accounting attributes are necessary to complete specific processing associated with th , implementation_dba_data: XLA.XLA_ACCT_ATTRIBUTES_TL ,
-
Table: XLA_ACCT_ATTRIBUTES_TL
12.1.1
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_ACCT_ATTRIBUTES_TL, object_name:XLA_ACCT_ATTRIBUTES_TL, status:VALID, product: XLA - Subledger Accounting , description: The XLA_ACCT_ATTRIBUTES_TL table captures translated values for the accounting attributes. Accounting attributes are pre-defined by Subledger Accounting. Accounting attributes are necessary to complete specific processing associated with th , implementation_dba_data: XLA.XLA_ACCT_ATTRIBUTES_TL ,
-
APPS.XLA_ACCT_ATTRIBUTES_F_PKG SQL Statements
12.2.2
-
APPS.XLA_ACCT_ATTRIBUTES_F_PKG SQL Statements
12.1.1
-
VIEW: XLA.XLA_ACCT_ATTRIBUTES_TL#
12.2.2
owner:XLA, object_type:VIEW, object_name:XLA_ACCT_ATTRIBUTES_TL#, status:VALID,
-
SYNONYM: APPS.XLA_ACCT_ATTRIBUTES_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:XLA_ACCT_ATTRIBUTES_TL, status:VALID,
-
VIEW: XLA.XLA_ACCT_ATTRIBUTES_TL#
12.2.2
-
PACKAGE BODY: APPS.XLA_ACCT_ATTRIBUTES_F_PKG
12.1.1
-
PACKAGE BODY: APPS.XLA_ACCT_ATTRIBUTES_F_PKG
12.2.2
-
TRIGGER: APPS.XLA_ACCT_ATTRIBUTES_TL+
12.2.2
-
SYNONYM: APPS.XLA_ACCT_ATTRIBUTES_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:XLA_ACCT_ATTRIBUTES_TL, status:VALID,
-
VIEW: APPS.XLA_ACCT_ATTRIBUTES_VL
12.1.1
-
TRIGGER: APPS.XLA_ACCT_ATTRIBUTES_TL+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:XLA_ACCT_ATTRIBUTES_TL+, status:VALID,
-
VIEW: APPS.XLA_ACCT_ATTRIBUTES_VL
12.2.2
-
TABLE: XLA.XLA_ACCT_ATTRIBUTES_TL
12.2.2
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_ACCT_ATTRIBUTES_TL, object_name:XLA_ACCT_ATTRIBUTES_TL, status:VALID,
-
FUNCTION: APPS.XLA_ACCT_ATTRIBUTES_TL=
12.2.2
-
View: XLA_ACCT_ATTRIBUTES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_ACCT_ATTRIBUTES_VL, object_name:XLA_ACCT_ATTRIBUTES_VL, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_ACCT_ATTRIBUTES_VL ,
-
TABLE: XLA.XLA_ACCT_ATTRIBUTES_TL
12.1.1
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_ACCT_ATTRIBUTES_TL, object_name:XLA_ACCT_ATTRIBUTES_TL, status:VALID,
-
PACKAGE BODY: APPS.XLA_AE_SOURCES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_AE_SOURCES_PKG, status:VALID,
-
FUNCTION: APPS.XLA_ACCT_ATTRIBUTES_TL=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:XLA_ACCT_ATTRIBUTES_TL=, status:VALID,
-
View: XLA_ACCT_ATTRIBUTES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_ACCT_ATTRIBUTES_VL, object_name:XLA_ACCT_ATTRIBUTES_VL, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_ACCT_ATTRIBUTES_VL ,
-
PACKAGE BODY: APPS.XLA_ACCT_ATTRIBUTES_F_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_ACCT_ATTRIBUTES_F_PKG, status:VALID,
-
PACKAGE BODY: APPS.XLA_AE_SOURCES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_AE_SOURCES_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.XLA_ACCT_ATTRIBUTES_F_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_ACCT_ATTRIBUTES_F_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.XLA_ACCOUNTING_DUMP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_ACCOUNTING_DUMP_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.XLA_ACCOUNTING_DUMP_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_ACCOUNTING_DUMP_PKG, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
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
-
VIEW: APPS.XLA_ACCT_ATTRIBUTES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_ACCT_ATTRIBUTES_VL, object_name:XLA_ACCT_ATTRIBUTES_VL, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.XLA_AE_SOURCES_PKG SQL Statements
12.2.2
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.XLA_ACCT_ATTRIBUTES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_ACCT_ATTRIBUTES_VL, object_name:XLA_ACCT_ATTRIBUTES_VL, status:VALID,
-
APPS.XLA_AE_SOURCES_PKG SQL Statements
12.1.1
-
APPS.XLA_ACCOUNTING_DUMP_PKG SQL Statements
12.1.1
-
APPS.XLA_ACCOUNTING_DUMP_PKG SQL Statements
12.2.2
-
APPS.XLA_ACCT_ATTRIBUTES_F_PKG dependencies on XLA_ACCT_ATTRIBUTES_TL
12.1.1
-
APPS.XLA_ACCT_ATTRIBUTES_F_PKG dependencies on XLA_ACCT_ATTRIBUTES_TL
12.2.2
-
APPS.XLA_AE_SOURCES_PKG dependencies on XLA_ACCT_ATTRIBUTES_TL
12.2.2
-
APPS.XLA_AE_SOURCES_PKG dependencies on XLA_ACCT_ATTRIBUTES_TL
12.1.1
-
APPS.XLA_ACCOUNTING_DUMP_PKG dependencies on XLA_ACCT_ATTRIBUTES_TL
12.1.1
-
APPS.XLA_ACCOUNTING_DUMP_PKG dependencies on XLA_ACCT_ATTRIBUTES_TL
12.2.2