Search Results fa_categories_tl
Overview
The FA_CATEGORIES_TL table is a core repository for translated descriptive information pertaining to asset categories within Oracle E-Business Suite Fixed Assets (OFA) module. It functions as a translated Multi-Language Support (MLS) table, storing language-specific textual data such as category names and descriptions. Its primary role is to enable the display of category information in the language of the user's session, supporting global deployments. This table works in conjunction with its base table counterpart, FA_CATEGORIES_B, which holds the non-translated, structural data for each category. Together, they form the foundation for defining and managing asset categories, which are critical for grouping assets with similar financial and accounting rules for depreciation, amortization, and reporting.
Key Information Stored
The table's structure is designed to manage translated content through a composite primary key linking a category identifier with a language code. Key columns include CATEGORY_ID, which serves as the foreign key linking to the FA_CATEGORIES_B table and uniquely identifies the asset category. The LANGUAGE column stores the ISO code for the language of the translated text (e.g., 'US' for American English). The CATEGORY_NAME column holds the translated name of the asset category as it should appear in user interfaces and reports for the specified language. The DESCRIPTION column contains the optional, longer descriptive text for the category in the given language. Additional standard MLS columns, such as SOURCE_LANG, are typically present to manage the translation process and track the source language of the original data.
Common Use Cases and Queries
This table is central to any process requiring the display of user-friendly category information. Common use cases include generating localized asset registers, building translated lists of values (LOVs) for data entry forms, and creating multi-language financial reports. A typical query to retrieve translated category information for the current session language would join this table with its base table. For example:
- SELECT fcb.category_id, fct.category_name, fcb.enabled_flag FROM fa_categories_b fcb, fa_categories_tl fct WHERE fcb.category_id = fct.category_id AND fct.language = USERENV('LANG');
Another common pattern is to query for all translations of a specific category to support translation maintenance, using a WHERE clause filter on CATEGORY_ID. Reporting on asset details will invariably involve joining this table through FA_ASSET_CATEGORIES to present the category name alongside asset numbers and descriptions.
Related Objects
FA_CATEGORIES_TL has direct and essential relationships with several key Fixed Assets objects. Its primary relationship is with the base table FA_CATEGORIES_B, linked via the CATEGORY_ID column. The FA_CATEGORIES view is a critical object that combines data from both the _B and _TL tables to present a complete, language-aware record for application use. The table is also fundamentally linked to the FA_ASSET_CATEGORIES table, which assigns specific assets to a category, thereby enabling the inheritance of financial defaults. Major application programming interfaces (APIs), such as those within the FA_ASSET_PUB package for asset addition and maintenance, rely on the data within FA_CATEGORIES_TL for validation and defaulting processes.
-
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.2.2
-
APPS.JA_AU_FA_BAL_CHG dependencies on FA_CATEGORIES_TL
12.2.2
-
APPS.FA_CATEGORIES_PKG dependencies on FA_CATEGORIES_TL
12.1.1
-
APPS.JA_AU_FA_BAL_CHG dependencies on FA_CATEGORIES
12.2.2
-
APPS.FA_CATEGORIES_PKG dependencies on FND_LANGUAGES
12.2.2
-
APPS.FA_CATEGORIES_PKG dependencies on FND_LANGUAGES
12.1.1
-
VIEW: FA.FA_CATEGORIES_TL#
12.2.2
owner:FA, object_type:VIEW, object_name:FA_CATEGORIES_TL#, status:VALID,
-
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
-
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
-
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,
-
VIEW: APPS.FA_CATEGORIES_VL
12.1.1
-
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_API_TYPES
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.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.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 ,
-
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
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.FA_XLA_CMP_SOURCES_PKG SQL Statements
12.1.1
-
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,
-
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,