Search Results fa_locations
Overview
The FA_LOCATIONS table is a core data structure within the Oracle E-Business Suite Fixed Assets (OFA) module, serving as the master repository for location flexfield segment value combinations. It is a key flexfield table that stores every unique location code defined and used for tracking the physical or logical placement of assets. The table's primary role is to provide a validated list of locations for assigning assets during their acquisition, distribution, transfer, and retirement processes. This centralization ensures data integrity and consistency for location-based reporting and asset tracking across the enterprise.
Key Information Stored
The table's structure is defined by the location key flexfield, which is configured during system implementation. While the specific segment columns (e.g., SEGMENT1, SEGMENT2) are dynamic, the table contains essential system-managed columns. The primary key is the LOCATION_ID, a unique system-generated identifier for each location combination. Other critical columns include the ENABLED_FLAG, which controls the active status of a location, and the LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, and CREATED_BY columns for auditing. The concatenated segment values that form the user-facing location code are also stored, typically in a descriptive field.
Common Use Cases and Queries
This table is central to asset location management and reporting. Common operational use cases include validating location codes during asset mass addition imports, assigning default locations in distribution rules, and processing asset transfers. For reporting, it is frequently joined to distribution history to analyze asset placement by geographic or organizational units. A typical query retrieves the location description for assets currently in use:
- SELECT fl.location_id, fl.concatenated_segments, fdh.asset_id FROM fa_locations fl, fa_distribution_history fdh WHERE fl.location_id = fdh.location_id AND fdh.date_ineffective IS NULL;
Another common pattern is to list all enabled locations for use in a list of values (LOV) within forms or reports.
Related Objects
The FA_LOCATIONS table has extensive foreign key relationships, underscoring its central role. The primary key (LOCATION_ID) is referenced by numerous transactional and setup tables. Key documented relationships from the provided metadata include:
- FA_DISTRIBUTION_HISTORY (LOCATION_ID): Tracks the historical and current location assignment for each asset.
- FA_MASS_ADDITIONS (LOCATION_ID): Holds the proposed location for assets being imported into the system.
- FA_MASS_TRANSFERS (FROM_LOCATION_ID, TO_LOCATION_ID): Specifies the source and target locations for bulk asset transfer transactions.
- FA_MASS_RETIREMENTS (LOCATION_ID): Identifies the location of assets being retired in bulk.
- CSI_I_ASSETS (FA_LOCATION_ID): Links to the Installed Base module, associating asset instances with a fixed assets location.
- Other referencing tables include FA_DISTRIBUTION_DEFAULTS, FA_MAINT_SCHEDULE_HDR, FA_MASSADD_DISTRIBUTIONS, FA_MASS_EXT_RETIREMENTS, FA_MASS_RECLASS, CSI_A_LOCATIONS, CUN_LOCATIONS, and IA_REQUEST_DETAILS.
-
Table: FA_LOCATIONS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_LOCATIONS, object_name:FA_LOCATIONS, status:VALID, product: OFA - Assets , description: Location flexfield segment value combinations , implementation_dba_data: FA.FA_LOCATIONS ,
-
Table: FA_LOCATIONS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_LOCATIONS, object_name:FA_LOCATIONS, status:VALID, product: OFA - Assets , description: Location flexfield segment value combinations , implementation_dba_data: FA.FA_LOCATIONS ,
-
Table: FA_MASS_TRANSFERS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MASS_TRANSFERS, object_name:FA_MASS_TRANSFERS, status:VALID, product: OFA - Assets , description: Mass transfer request information , implementation_dba_data: FA.FA_MASS_TRANSFERS ,
-
Table: FA_MASS_TRANSFERS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MASS_TRANSFERS, object_name:FA_MASS_TRANSFERS, status:VALID, product: OFA - Assets , description: Mass transfer request information , implementation_dba_data: FA.FA_MASS_TRANSFERS ,
-
View: FAFV_ASSET_LOCS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FAFV_ASSET_LOCS, object_name:FAFV_ASSET_LOCS, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FAFV_ASSET_LOCS ,
-
View: FABV_ASSET_LOCS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FABV_ASSET_LOCS, object_name:FABV_ASSET_LOCS, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FABV_ASSET_LOCS ,
-
Table: FA_MASSADD_DISTRIBUTIONS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MASSADD_DISTRIBUTIONS, object_name:FA_MASSADD_DISTRIBUTIONS, status:VALID, product: OFA - Assets , description: Distribution information for each mass addition line , implementation_dba_data: FA.FA_MASSADD_DISTRIBUTIONS ,
-
Table: FA_MASSADD_DISTRIBUTIONS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MASSADD_DISTRIBUTIONS, object_name:FA_MASSADD_DISTRIBUTIONS, status:VALID, product: OFA - Assets , description: Distribution information for each mass addition line , implementation_dba_data: FA.FA_MASSADD_DISTRIBUTIONS ,
-
Table: FA_MASS_EXT_RETIREMENTS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MASS_EXT_RETIREMENTS, object_name:FA_MASS_EXT_RETIREMENTS, status:VALID, product: OFA - Assets , description: Mass external retirements interface table. , implementation_dba_data: FA.FA_MASS_EXT_RETIREMENTS ,
-
Table: FA_DISTRIBUTION_DEFAULTS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_DISTRIBUTION_DEFAULTS, object_name:FA_DISTRIBUTION_DEFAULTS, status:VALID, product: OFA - Assets , description: Distribution set information , implementation_dba_data: FA.FA_DISTRIBUTION_DEFAULTS ,
-
View: FABV_ASSET_LOCS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FABV_ASSET_LOCS, object_name:FABV_ASSET_LOCS, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FABV_ASSET_LOCS ,
-
View: FAFV_ASSET_LOCS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FAFV_ASSET_LOCS, object_name:FAFV_ASSET_LOCS, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FAFV_ASSET_LOCS ,
-
Table: FA_DISTRIBUTION_DEFAULTS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_DISTRIBUTION_DEFAULTS, object_name:FA_DISTRIBUTION_DEFAULTS, status:VALID, product: OFA - Assets , description: Distribution set information , implementation_dba_data: FA.FA_DISTRIBUTION_DEFAULTS ,
-
Table: FA_MAINT_SCHEDULE_HDR
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MAINT_SCHEDULE_HDR, object_name:FA_MAINT_SCHEDULE_HDR, status:VALID, product: OFA - Assets , description: Stores information about maintenance scheduling requests , implementation_dba_data: FA.FA_MAINT_SCHEDULE_HDR ,
-
Table: FA_MASS_EXT_RETIREMENTS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MASS_EXT_RETIREMENTS, object_name:FA_MASS_EXT_RETIREMENTS, status:VALID, product: OFA - Assets , description: Mass external retirements interface table. , implementation_dba_data: FA.FA_MASS_EXT_RETIREMENTS ,
-
Table: FA_MASS_RECLASS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MASS_RECLASS, object_name:FA_MASS_RECLASS, status:VALID, product: OFA - Assets , description: Mass reclass request information , implementation_dba_data: FA.FA_MASS_RECLASS ,
-
Table: FA_MASS_RECLASS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MASS_RECLASS, object_name:FA_MASS_RECLASS, status:VALID, product: OFA - Assets , description: Mass reclass request information , implementation_dba_data: FA.FA_MASS_RECLASS ,
-
Table: FA_MAINT_SCHEDULE_HDR
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MAINT_SCHEDULE_HDR, object_name:FA_MAINT_SCHEDULE_HDR, status:VALID, product: OFA - Assets , description: Stores information about maintenance scheduling requests , implementation_dba_data: FA.FA_MAINT_SCHEDULE_HDR ,
-
Table: FA_MASS_RETIREMENTS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MASS_RETIREMENTS, object_name:FA_MASS_RETIREMENTS, status:VALID, product: OFA - Assets , description: FA_MASS_RETIREMENT contains information about your mass retirement and mass reinstatement processes. , implementation_dba_data: FA.FA_MASS_RETIREMENTS ,
-
Table: FA_MASS_RETIREMENTS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MASS_RETIREMENTS, object_name:FA_MASS_RETIREMENTS, status:VALID, product: OFA - Assets , description: FA_MASS_RETIREMENT contains information about your mass retirement and mass reinstatement processes. , implementation_dba_data: FA.FA_MASS_RETIREMENTS ,
-
Table: FA_DISTRIBUTION_HISTORY
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_DISTRIBUTION_HISTORY, object_name:FA_DISTRIBUTION_HISTORY, status:VALID, product: OFA - Assets , description: Employee, location, and Accounting Flexfield values assigned to each asset , implementation_dba_data: FA.FA_DISTRIBUTION_HISTORY ,
-
Table: FA_DISTRIBUTION_HISTORY
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_DISTRIBUTION_HISTORY, object_name:FA_DISTRIBUTION_HISTORY, status:VALID, product: OFA - Assets , description: Employee, location, and Accounting Flexfield values assigned to each asset , implementation_dba_data: FA.FA_DISTRIBUTION_HISTORY ,
-
Table: FA_MASS_ADDITIONS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MASS_ADDITIONS, object_name:FA_MASS_ADDITIONS, status:VALID, product: OFA - Assets , description: Information about assets that you want to automatically add to Oracle Assets from another system , implementation_dba_data: FA.FA_MASS_ADDITIONS ,
-
Table: FA_MASS_ADDITIONS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MASS_ADDITIONS, object_name:FA_MASS_ADDITIONS, status:VALID, product: OFA - Assets , description: Information about assets that you want to automatically add to Oracle Assets from another system , implementation_dba_data: FA.FA_MASS_ADDITIONS ,
-
View: FA_ASSET_DISTRIBUTION_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_ASSET_DISTRIBUTION_V, object_name:FA_ASSET_DISTRIBUTION_V, status:VALID, product: OFA - Assets , description: Asset Identification and Distribution , implementation_dba_data: APPS.FA_ASSET_DISTRIBUTION_V ,
-
View: FA_ASSET_DISTRIBUTION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_ASSET_DISTRIBUTION_V, object_name:FA_ASSET_DISTRIBUTION_V, status:VALID, product: OFA - Assets , description: Asset Identification and Distribution , implementation_dba_data: APPS.FA_ASSET_DISTRIBUTION_V ,
-
View: FA_INV_INTERFACE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_INV_INTERFACE_V, object_name:FA_INV_INTERFACE_V, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FA_INV_INTERFACE_V ,
-
View: FA_INV_INTERFACE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_INV_INTERFACE_V, object_name:FA_INV_INTERFACE_V, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FA_INV_INTERFACE_V ,
-
View: FA_DISTRIBUTION_INQ_WEB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_DISTRIBUTION_INQ_WEB_V, object_name:FA_DISTRIBUTION_INQ_WEB_V, status:VALID, product: OFA - Assets , description: Asset distribution information , implementation_dba_data: APPS.FA_DISTRIBUTION_INQ_WEB_V ,
-
View: FA_DISTRIBUTION_INQ_WEB_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_DISTRIBUTION_INQ_WEB_V, object_name:FA_DISTRIBUTION_INQ_WEB_V, status:VALID, product: OFA - Assets , description: Asset distribution information , implementation_dba_data: APPS.FA_DISTRIBUTION_INQ_WEB_V ,