Search Results fa_categories_tl
The FA_CATEGORIES_TL
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical component of the Fixed Assets module, serving as the translation table for asset categories. This table stores multilingual descriptions of asset categories, enabling organizations to maintain localized descriptions for global deployments. Below is a detailed analysis of its structure, purpose, and integration within Oracle EBS.
Table Overview
TheFA_CATEGORIES_TL
table is a child table of FA_CATEGORIES_B
, which contains the base definitions of asset categories. While FA_CATEGORIES_B
stores non-translatable attributes (e.g., category ID, depreciation rules), FA_CATEGORIES_TL
holds language-specific descriptions. This separation aligns with Oracle's multi-lingual support (MLS) architecture, ensuring efficient data management across locales.
Key Columns
- CATEGORY_ID: Foreign key linking to
FA_CATEGORIES_B
, uniquely identifying the asset category. - LANGUAGE: Stores the ISO language code (e.g., 'US' for English, 'DE' for German) for the translated description.
- SOURCE_LANG: Indicates the original language of the record, aiding in synchronization during translations.
- DESCRIPTION: The localized name or description of the asset category (e.g., "Computers" in English, "Ordinateurs" in French).
- LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY: Standard Oracle audit columns tracking record changes.
Functional Role
FA_CATEGORIES_TL
enables:
- Localization: Supports multi-language descriptions for asset categories, critical for multinational enterprises.
- Reporting & UI Display: Ensures asset categories appear in the user's preferred language in forms, reports, and inquiries.
- Integration: Works with Oracle's MLS framework to auto-populate translations during implementation or data migration.
Integration with Oracle EBS Modules
The table interacts with:- Fixed Assets: Core linkage to
FA_CATEGORIES_B
for depreciation calculations and asset grouping. - General Ledger (GL): Asset categories influence accounting entries; descriptions may appear in GL journals.
- Multi-Org: Supports category descriptions per operating unit, though the table itself is not org-specific.
Technical Considerations
- Indexes: Typically indexed on
CATEGORY_ID
andLANGUAGE
for performance. - API Usage: Modifications should use Oracle's Fixed Assets APIs (e.g.,
FA_CATEGORY_PUB
) to maintain data integrity. - Patches: In 12.2.2, Oracle may deliver patches affecting this table; always check certification docs before customization.
Customization & Extensions
While direct DML onFA_CATEGORIES_TL
is discouraged, common extensions include:
- Adding custom columns via
AD_ZD
in 12.2.2 for additional translated attributes. - Creating views joining
FA_CATEGORIES_B
and_TL
for simplified reporting.
Conclusion
TheFA_CATEGORIES_TL
table is a foundational element in Oracle EBS Fixed Assets, bridging technical categorization with business-friendly descriptions across languages. Its design reflects Oracle's commitment to global scalability, while its integration with core modules ensures consistent asset management. Administrators should prioritize API-based access and monitor patches to maintain system stability.
-
Table: FA_CATEGORIES_TL
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_CATEGORIES_TL, object_name:FA_CATEGORIES_TL, status:VALID, product: OFA - Assets , description: Default financial information for asset categories (base MLS table)Default financial information for asset categories (translated MLS table) , implementation_dba_data: FA.FA_CATEGORIES_TL ,
-
Table: FA_CATEGORIES_TL
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_CATEGORIES_TL, object_name:FA_CATEGORIES_TL, status:VALID, product: OFA - Assets , description: Default financial information for asset categories (base MLS table)Default financial information for asset categories (translated MLS table) , implementation_dba_data: FA.FA_CATEGORIES_TL ,
-
APPS.JA_AU_FA_BAL_CHG dependencies on FA_CATEGORIES_TL
12.1.1
-
APPS.FA_CATEGORIES_PKG dependencies on FA_CATEGORIES_TL
12.1.1
-
APPS.JA_AU_FA_BAL_CHG dependencies on FA_CATEGORIES_TL
12.2.2
-
APPS.FA_CATEGORIES_PKG dependencies on FA_CATEGORIES_TL
12.2.2
-
APPS.JA_AU_FA_BAL_CHG dependencies on FA_CATEGORIES
12.2.2
-
APPS.FA_CATEGORIES_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.FA_CATEGORIES_PKG dependencies on FND_LANGUAGES
12.2.2
-
SYNONYM: APPS.FA_CATEGORIES_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FA_CATEGORIES_TL, status:VALID,
-
VIEW: FA.FA_CATEGORIES_TL#
12.2.2
owner:FA, object_type:VIEW, object_name:FA_CATEGORIES_TL#, status:VALID,
-
VIEW: FA.FA_CATEGORIES_TL#
12.2.2
-
TABLE: FA.FA_CATEGORIES_TL
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_CATEGORIES_TL, object_name:FA_CATEGORIES_TL, status:VALID,
-
APPS.JA_AU_FA_BAL_CHG dependencies on FA_CATEGORIES
12.1.1
-
SYNONYM: APPS.FA_CATEGORIES_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FA_CATEGORIES_TL, status:VALID,
-
APPS.FA_CATEGORIES_PKG dependencies on FND_LOAD_UTIL
12.1.1
-
APPS.FA_CATEGORIES_PKG SQL Statements
12.1.1
-
APPS.FA_CATEGORIES_PKG dependencies on FND_LOAD_UTIL
12.2.2
-
VIEW: APPS.FA_CATEGORIES_VL
12.2.2
-
APPS.FA_CATEGORIES_PKG SQL Statements
12.2.2
-
VIEW: APPS.FA_CATEGORIES_VL
12.1.1
-
TABLE: FA.FA_CATEGORIES_TL
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_CATEGORIES_TL, object_name:FA_CATEGORIES_TL, status:VALID,
-
APPS.JA_AU_FA_BAL_CHG dependencies on FA_CATEGORIES_B
12.1.1
-
VIEW: APPS.OKX_ASST_CATGRS_V
12.2.2
-
APPS.FA_CATEGORIES_PKG dependencies on FA_CATEGORIES_B
12.2.2
-
APPS.JA_AU_FA_BAL_CHG dependencies on FA_CATEGORIES_B
12.2.2
-
PACKAGE BODY: APPS.FA_CATEGORIES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FA_CATEGORIES_PKG, status:VALID,
-
PACKAGE BODY: APPS.JA_AU_FA_BAL_CHG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JA_AU_FA_BAL_CHG, status:VALID,
-
VIEW: APPS.OKX_ASST_CATGRS_V
12.1.1
-
APPS.FA_CATEGORIES_PKG dependencies on FA_CATEGORIES_B
12.1.1
-
APPS.FA_CATEGORIES_PKG dependencies on FA_API_TYPES
12.1.1
-
APPS.FA_CATEGORIES_PKG dependencies on FA_API_TYPES
12.2.2
-
PACKAGE BODY: APPS.FA_CATEGORIES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FA_CATEGORIES_PKG, status:VALID,
-
PACKAGE BODY: APPS.JA_AU_FA_BAL_CHG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JA_AU_FA_BAL_CHG, status:VALID,
-
View: FA_CATEGORIES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_CATEGORIES_VL, object_name:FA_CATEGORIES_VL, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_CATEGORIES_VL ,
-
PACKAGE BODY: APPS.FA_CATEGORIES_PKG
12.1.1
-
PACKAGE BODY: APPS.FA_CATEGORIES_PKG
12.2.2
-
View: FA_CATEGORIES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_CATEGORIES_VL, object_name:FA_CATEGORIES_VL, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_CATEGORIES_VL ,
-
View: OKX_ASST_CATGRS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKX.OKX_ASST_CATGRS_V, object_name:OKX_ASST_CATGRS_V, status:VALID, product: OKX - Contracts Integration , description: Contains information about all the asset categories , implementation_dba_data: APPS.OKX_ASST_CATGRS_V ,
-
12.2.2 DBA Data
12.2.2
-
View: OKX_ASST_CATGRS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKX.OKX_ASST_CATGRS_V, object_name:OKX_ASST_CATGRS_V, status:VALID, product: OKX - Contracts Integration , description: Contains information about all the asset categories , implementation_dba_data: APPS.OKX_ASST_CATGRS_V ,
-
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.FA_CATEGORIES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_CATEGORIES_VL, object_name:FA_CATEGORIES_VL, status:VALID,
-
APPS.FA_XLA_CMP_SOURCES_PKG SQL Statements
12.1.1
-
VIEW: APPS.FA_CATEGORIES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_CATEGORIES_VL, object_name:FA_CATEGORIES_VL, status:VALID,
-
APPS.FA_XLA_CMP_SOURCES_PKG SQL Statements
12.2.2
-
VIEW: APPS.OKX_ASST_CATGRS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKX.OKX_ASST_CATGRS_V, object_name:OKX_ASST_CATGRS_V, status:VALID,