Search Results pn_location_features_pk
Overview
The PN_LOCATION_FEATURES_ALL table is a core data object within the Oracle E-Business Suite (EBS) Property Manager (PN) module. It serves as the master repository for storing detailed information about the physical features and amenities available within a specific building or property location. This table is essential for managing and reporting on the qualitative aspects of a real estate portfolio, enabling organizations to track, compare, and leverage property features during lease management, space planning, and asset valuation processes. As a multi-org enabled table (indicated by the "_ALL" suffix), it stores data for all operating units, with records partitioned by the ORG_ID column.
Key Information Stored
The table's primary purpose is to define the relationship between a location and its associated features. Its key columns, as indicated by the provided metadata, include the primary key LOCATION_FEATURE_ID, which uniquely identifies each feature record. The critical foreign key column is LOCATION_ID, which links each feature to a specific property location defined in the PN_LOCATIONS_ALL table. While the full column list is not detailed in the excerpt, typical columns in such a table would store the feature's name or code (e.g., FEATURE_CODE, FEATURE_TYPE), a description, and potentially a rating or measurement. The table structure allows a single location to be associated with multiple features, such as "Parking," "Security System," "Fiber Optic Connectivity," or "Conference Facilities."
Common Use Cases and Queries
This table is central to queries that support property analysis and reporting. Common use cases include generating a comprehensive list of amenities for a specific building to aid in marketing or tenant communications, comparing features across multiple locations to inform leasing or acquisition decisions, and validating that a location meets specific operational requirements. A typical reporting query would join PN_LOCATION_FEATURES_ALL to PN_LOCATIONS_ALL to produce a feature inventory report.
- Sample Query (Features for a Location):
SELECT fl.feature_code, fl.description FROM pn_location_features_all fl, pn_locations_all loc WHERE fl.location_id = loc.location_id AND loc.location_code = 'HQ_BLDG_A' AND fl.org_id = :p_org_id; - Reporting Use Case: Identifying all locations within a portfolio that possess a critical feature, such as handicap accessibility or on-site data center facilities, for compliance or disaster recovery planning.
Related Objects
The primary and most critical relationship for this table is defined by its foreign key constraint to the PN_LOCATIONS_ALL table. PN_LOCATIONS_ALL is the master table for all property locations, and PN_LOCATION_FEATURES_ALL provides the detailed feature-level attributes for those locations. The primary key constraint PN_LOCATION_FEATURES_PK ensures data integrity for the feature records. In a full EBS implementation, this table is likely referenced by various Property Manager forms, reports, and public APIs (e.g., PN_LOCATION_FEATURES_PUB) that manage the creation, update, and querying of location feature data. It is a foundational table for any integrated reporting on property characteristics.
-
Table: PN_LOCATION_FEATURES_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_LOCATION_FEATURES_ALL, object_name:PN_LOCATION_FEATURES_ALL, status:VALID, product: PN - Property Manager , description: Information on features available in a building , implementation_dba_data: PN.PN_LOCATION_FEATURES_ALL ,
-
Table: PN_LOCATION_FEATURES_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_LOCATION_FEATURES_ALL, object_name:PN_LOCATION_FEATURES_ALL, status:VALID, product: PN - Property Manager , description: Information on features available in a building , implementation_dba_data: PN.PN_LOCATION_FEATURES_ALL ,
-
eTRM - PN Tables and Views
12.2.2
description: Interface table to contain batch lines information. ,
-
eTRM - PN Tables and Views
12.1.1
description: Interface table to contain batch lines information. ,
-
eTRM - PN Tables and Views
12.1.1
description: Interface table to contain batch lines information. ,
-
eTRM - PN Tables and Views
12.2.2
description: Interface table to contain batch lines information. ,