Search Results fa_asset_keywords
Overview
The FA_ASSET_KEYWORDS table is a core data structure within the Oracle E-Business Suite Fixed Assets (OFA) module. It serves as the repository for all valid asset key flexfield segment combinations. The asset key flexfield is a configurable field that allows organizations to categorize and track assets according to their unique business requirements, such as by department, location, or asset type. This table stores the unique code combination identifier (CCID) for each valid combination of flexfield segment values, acting as the central reference point for asset key information across the Fixed Assets application. Its primary role is to enforce data integrity by ensuring that only predefined and validated key combinations are assigned to assets.
Key Information Stored
The central piece of data stored in this table is the CODE_COMBINATION_ID, which is the primary key column (FA_ASSET_KEYWORDS_PK). This numeric identifier uniquely represents a specific, validated combination of asset key flexfield segment values. While the detailed segment values (like 'HQ-BUILDING-COMPUTER') are stored in the associated flexfields tables, this ID acts as a compact foreign key reference throughout the Fixed Assets schema. The table's structure is intentionally lean, as its main purpose is to provide a validated list of IDs; the descriptive flexfield metadata is managed separately within the Oracle Applications flexfield architecture.
Common Use Cases and Queries
The primary use case for the FA_ASSET_KEYWORDS table is to support the assignment and validation of asset keys during asset creation, mass addition, and reclassification. Reporting and inquiry processes also heavily rely on joining to this table to translate the stored CCID into meaningful business descriptions. A common SQL pattern involves joining this table to asset transaction tables to retrieve the asset key for reporting.
- Finding the Asset Key for a Specific Asset:
SELECT ak.CODE_COMBINATION_ID FROM FA_ADDITIONS_B a, FA_ASSET_KEYWORDS ak WHERE a.ASSET_KEY_CCID = ak.CODE_COMBINATION_ID AND a.ASSET_ID = :p_asset_id; - Listing All Valid Asset Key Combinations with Descriptions: This requires joining to the flexfield view
FA_ASSET_KEYWORDS#(or using theFND_FLEX_EXTAPIs) to decode the segment values stored against the CODE_COMBINATION_ID.
Related Objects
As indicated by the foreign key relationships in the provided metadata, the FA_ASSET_KEYWORDS table is directly referenced by several key transaction tables in the Fixed Assets module. The CODE_COMBINATION_ID links to:
- FA_ADDITIONS_B: The core asset master table, via the ASSET_KEY_CCID column. This stores the asset key for each capital asset.
- FA_MASS_ADDITIONS: The table holding data imported from Payables or other sources, via the ASSET_KEY_CCID column, to assign a key before creating an asset.
- FA_MASS_RECLASS: The table used for mass reclassification transactions, via the ASSET_KEY_ID column, to specify a new asset key for a group of assets.
Effectively, any process that assigns or updates an asset's categorical key interacts with this table to validate the chosen combination.
-
Table: FA_ASSET_KEYWORDS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_ASSET_KEYWORDS, object_name:FA_ASSET_KEYWORDS, status:VALID, product: OFA - Assets , description: Asset key flexfield segment combinations , implementation_dba_data: FA.FA_ASSET_KEYWORDS ,
-
Table: FA_ASSET_KEYWORDS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_ASSET_KEYWORDS, object_name:FA_ASSET_KEYWORDS, status:VALID, product: OFA - Assets , description: Asset key flexfield segment combinations , implementation_dba_data: FA.FA_ASSET_KEYWORDS ,
-
APPS.OKL_SYP_PVT dependencies on FA_ASSET_KEYWORDS
12.1.1
-
APPS.JA_CN_FA_AC_EXPORT_PKG dependencies on FA_ASSET_KEYWORDS
12.2.2
-
APPS.OKL_TAL_PVT dependencies on FA_ASSET_KEYWORDS
12.2.2
-
APPS.OKL_K_LINE_FIN_EXT_PVT dependencies on FA_ASSET_KEYWORDS
12.2.2
-
APPS.OKL_OPEN_INTERFACE_PVT dependencies on FA_ASSET_KEYWORDS
12.1.1
-
APPS.IGI_IAC_RXI_I_WRAP_ASSET_BAL dependencies on FA_ASSET_KEYWORDS
12.1.1
-
APPS.OKL_TAL_PVT dependencies on FA_ASSET_KEYWORDS
12.1.1
-
APPS.JA_CN_PS_FA_AC_EXP_PKG dependencies on FA_ASSET_KEYWORDS
12.2.2
-
APPS.IGI_IAC_RXI_I_WRAP_ASSET_BAL dependencies on FA_ASSET_KEYWORDS
12.2.2
-
APPS.PA_PROJECT_ASSETS_PUB dependencies on FA_ASSET_KEYWORDS
12.2.2
-
APPS.OKL_SYP_PVT dependencies on FA_ASSET_KEYWORDS
12.2.2
-
APPS.OKL_OPEN_INTERFACE_PVT dependencies on FA_ASSET_KEYWORDS
12.2.2
-
APPS.FA_CUA_HIERARCHY_PKG dependencies on FA_ASSET_KEYWORDS
12.2.2
-
APPS.FA_CUA_HIERARCHY_PKG dependencies on FA_ASSET_KEYWORDS
12.1.1
-
APPS.FA_MASS_RET_PUB dependencies on FA_ASSET_KEYWORDS
12.1.1
-
APPS.FA_MASSADD_PREP_ENERGY_PKG dependencies on FA_ASSET_KEYWORDS
12.1.1
-
APPS.FA_CREATE_GROUP_ASSET_PKG dependencies on FA_ASSET_KEYWORDS
12.2.2
-
APPS.FA_CREATE_GROUP_ASSET_PKG dependencies on FA_ASSET_KEYWORDS
12.1.1
-
APPS.FA_TRANSACTION_ITF_PKG dependencies on FA_ASSET_KEYWORDS
12.2.2
-
APPS.FA_ASSET_VAL_PVT dependencies on FA_ASSET_KEYWORDS
12.1.1
-
APPS.FA_TRANSACTION_ITF_PKG dependencies on FA_ASSET_KEYWORDS
12.1.1
-
APPS.PA_PROJECT_ASSETS_PUB dependencies on FA_ASSET_KEYWORDS
12.1.1
-
APPS.FA_MASS_RET_PUB dependencies on FA_ASSET_KEYWORDS
12.2.2
-
APPS.FA_MASSADD_PREP_ENERGY_PKG dependencies on FA_ASSET_KEYWORDS
12.2.2
-
APPS.OKL_K_LINE_FIN_EXT_PVT dependencies on FA_ASSET_KEYWORDS
12.1.1
-
APPS.FA_ASSET_VAL_PVT dependencies on FA_ASSET_KEYWORDS
12.2.2
-
VIEW: APPS.FA_ASSET_KEYWORDS_KFV
12.1.1
-
VIEW: APPS.FA_ASSET_KEYWORDS_KFV
12.2.2
-
VIEW: FA.FA_ASSET_KEYWORDS#
12.2.2
owner:FA, object_type:VIEW, object_name:FA_ASSET_KEYWORDS#, status:VALID,
-
APPS.FA_CREATE_GROUP_ASSET_PKG dependencies on DUAL
12.2.2
-
APPS.OKL_K_LINE_FIN_EXT_PVT dependencies on FA_LOCATIONS_KFV
12.2.2
-
APPS.OKL_K_LINE_FIN_EXT_PVT dependencies on FA_LOCATIONS_KFV
12.1.1
-
VIEW: FA.FA_ASSET_KEYWORDS#
12.2.2
-
SYNONYM: APPS.FA_ASSET_KEYWORDS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FA_ASSET_KEYWORDS, status:VALID,
-
SYNONYM: APPS.FA_ASSET_KEYWORDS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FA_ASSET_KEYWORDS, status:VALID,
-
APPS.FA_XLA_CMP_SOURCES_PKG dependencies on STANDARD
12.2.2
-
APPS.FA_CREATE_GROUP_ASSET_PKG dependencies on FND_FLEX_VALUE_SETS
12.2.2
-
VIEW: APPS.FABV_ASSETS
12.1.1
-
VIEW: APPS.FABV_ASSETS
12.2.2
-
APPS.FA_CREATE_GROUP_ASSET_PKG dependencies on FND_FLEX_VALUE_NORM_HIERARCHY
12.2.2
-
VIEW: APPS.FAFV_ASSETS
12.1.1
-
VIEW: APPS.FAFV_ASSETS
12.2.2
-
TABLE: FA.FA_ASSET_KEYWORDS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_ASSET_KEYWORDS, object_name:FA_ASSET_KEYWORDS, status:VALID,
-
APPS.FA_XLA_CMP_SOURCES_PKG dependencies on STANDARD
12.1.1
-
APPS.FA_CREATE_GROUP_ASSET_PKG dependencies on FA_CATEGORIES
12.2.2
-
APPS.FA_CREATE_GROUP_ASSET_PKG SQL Statements
12.2.2
-
TABLE: FA.FA_ASSET_KEYWORDS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_ASSET_KEYWORDS, object_name:FA_ASSET_KEYWORDS, status:VALID,
-
VIEW: APPS.OKL_ASSET_KEY_LOV_UV
12.2.2