Search Results pn_location_features_all
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 ,
-
APPS.PNT_LOCATION_FEATURES_PKG dependencies on PN_LOCATION_FEATURES_ALL
12.1.1
-
APPS.PNT_LOCATION_FEATURES_PKG dependencies on PN_LOCATION_FEATURES_ALL
12.2.2
-
SYNONYM: APPS.PN_LOCATION_FEATURES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PN_LOCATION_FEATURES_ALL, status:VALID,
-
VIEW: APPS.PN_LOCATION_FEATURES_ALL_DFV
12.2.2
-
VIEW: APPS.PN_LOCATION_FEATURES_ALL_DFV
12.1.1
-
SYNONYM: APPS.PN_LOCATION_FEATURES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PN_LOCATION_FEATURES_ALL, status:VALID,
-
APPS.PNT_LOCATION_FEATURES_PKG SQL Statements
12.1.1
-
APPS.PNT_LOCATION_FEATURES_PKG SQL Statements
12.2.2
-
VIEW: PN.PN_LOCATION_FEATURES_ALL#
12.2.2
owner:PN, object_type:VIEW, object_name:PN_LOCATION_FEATURES_ALL#, status:VALID,
-
VIEW: PN.PN_LOCATION_FEATURES_ALL#
12.2.2
-
APPS.PNT_LOCATION_FEATURES_PKG dependencies on PNP_DEBUG_PKG
12.1.1
-
TABLE: PN.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,
-
SYNONYM: APPS.PN_LOCATION_FEATURES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PN_LOCATION_FEATURES, status:VALID,
-
Table: PN_LOCATIONS_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_LOCATIONS_ALL, object_name:PN_LOCATIONS_ALL, status:VALID, product: PN - Property Manager , description: Space definition , implementation_dba_data: PN.PN_LOCATIONS_ALL ,
-
APPS.PNT_LOCATION_FEATURES_PKG dependencies on PNT_LOCATION_FEATURES_PKG
12.2.2
-
APPS.PNT_LOCATION_FEATURES_PKG dependencies on PNP_DEBUG_PKG
12.2.2
-
VIEW: APPS.PN_LOCATION_FEATURES_ALL_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:PN_LOCATION_FEATURES_ALL_DFV, status:VALID,
-
APPS.PNT_LOCATION_FEATURES_PKG dependencies on PN_LOCATIONS_ALL
12.1.1
-
TABLE: PN.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,
-
SYNONYM: APPS.PN_LOCATION_FEATURES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PN_LOCATION_FEATURES, status:VALID,
-
APPS.PNT_LOCATION_FEATURES_PKG dependencies on PN_LOCATIONS_ALL
12.2.2
-
APPS.PNT_LOCATION_FEATURES_PKG dependencies on PNT_LOCATION_FEATURES_PKG
12.1.1
-
Table: PN_LOCATIONS_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_LOCATIONS_ALL, object_name:PN_LOCATIONS_ALL, status:VALID, product: PN - Property Manager , description: Space definition , implementation_dba_data: PN.PN_LOCATIONS_ALL ,
-
VIEW: APPS.PN_LOCATION_FEATURES_ALL_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:PN_LOCATION_FEATURES_ALL_DFV, status:VALID,
-
PACKAGE BODY: APPS.PNT_LOCATION_FEATURES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PNT_LOCATION_FEATURES_PKG, status:VALID,
-
PACKAGE BODY: APPS.PNT_LOCATION_FEATURES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PNT_LOCATION_FEATURES_PKG, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.PNT_LOCATION_FEATURES_PKG
12.1.1
-
PACKAGE BODY: APPS.PNT_LOCATION_FEATURES_PKG
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
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. ,
-
PACKAGE BODY: APPS.AD_MORG
12.1.1
-
PACKAGE BODY: APPS.AD_MORG
12.2.2
-
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. ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1