Search Results pn_index_history_headers
Overview
The PN_INDEX_HISTORY_HEADERS table is a core data object within the Oracle E-Business Suite Property Manager (PN) module. It serves as the master repository for defining and storing inflation indexes, which are critical financial instruments used to adjust lease payments over time. Its primary role is to account for economic factors like inflation when calculating periodic rent escalations, ensuring lease agreements remain financially relevant. By maintaining a historical record of index definitions, this table provides the foundational data required for automated and accurate rent review calculations, a standard feature in commercial and long-term lease management.
Key Information Stored
While the provided metadata does not list specific columns, the table's primary key is documented as INDEX_ID. This unique identifier is the anchor for all related index data. Based on its described purpose, the table likely stores header-level attributes for an inflation index, such as the index name, description, source (e.g., Consumer Price Index), frequency of publication, and the base period or value. It acts as the parent record, with detailed periodic values (like monthly or annual index figures) stored in the related child table, PN_INDEX_HISTORY_LINES. The integrity of the INDEX_ID is paramount, as it is referenced by multiple leasing entities to apply the correct inflation adjustments.
Common Use Cases and Queries
The primary use case is the configuration and maintenance of indexes for rent escalation clauses. Administrators create or update index headers here, which are then leveraged during lease abstraction or amendment to associate a specific index with a lease. Common reporting and validation queries involve joining this table to its dependent objects. For instance, to list all leases using a particular index, one would query: SELECT * FROM PN_INDEX_LEASES_ALL pil WHERE pil.INDEX_ID = &target_index_id. Another typical query audits index usage by joining to the lines table to verify historical data completeness: SELECT pihh.*, COUNT(pihl.period_name) FROM PN_INDEX_HISTORY_HEADERS pihh, PN_INDEX_HISTORY_LINES pihl WHERE pihh.INDEX_ID = pihl.INDEX_ID GROUP BY pihh.INDEX_ID, pihh.index_name.
Related Objects
The PN_INDEX_HISTORY_HEADERS table is central to the Property Manager's indexing functionality, with documented foreign key relationships to several key transactional tables. The INDEX_ID column is referenced as follows:
- PN_INDEX_HISTORY_LINES: The INDEX_ID links to this child table, which stores the detailed time-series values (e.g., monthly figures) for each index header.
- PN_INDEX_LEASES_ALL: The INDEX_ID in this table associates a specific inflation index with a lease, defining the index used for its rent review calculations.
- PN_REC_AGR_LINCONST_ALL: The CPI_INDEX column in this table references INDEX_ID, linking index definitions to specific lease agreement line constraints for recovery or CPI-based adjustments.
These relationships ensure data integrity and enable the propagation of index definitions from the master header to all dependent lease and agreement structures.
-
Table: PN_INDEX_HISTORY_HEADERS
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_INDEX_HISTORY_HEADERS, object_name:PN_INDEX_HISTORY_HEADERS, status:VALID, product: PN - Property Manager , description: PN_INDEX_HISTORY_HEADERS stores index information. Indexes help to account for inflation when calculating rent increases , implementation_dba_data: PN.PN_INDEX_HISTORY_HEADERS ,
-
Table: PN_INDEX_HISTORY_HEADERS
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_INDEX_HISTORY_HEADERS, object_name:PN_INDEX_HISTORY_HEADERS, status:VALID, product: PN - Property Manager , description: PN_INDEX_HISTORY_HEADERS stores index information. Indexes help to account for inflation when calculating rent increases , implementation_dba_data: PN.PN_INDEX_HISTORY_HEADERS ,
-
APPS.PNRX_RENT_INCREASE_DETAIL dependencies on PN_INDEX_HISTORY_HEADERS
12.1.1
-
APPS.PN_INDEX_HISTORY_HEADERS_PKG dependencies on PN_INDEX_HISTORY_HEADERS
12.2.2
-
APPS.PNRX_RENT_INCREASE_DETAIL dependencies on PN_INDEX_HISTORY_HEADERS
12.2.2
-
APPS.PN_INDEX_LEASE_COMMON_PKG dependencies on PN_INDEX_HISTORY_HEADERS
12.2.2
-
APPS.PN_INDEX_LEASE_COMMON_PKG dependencies on PN_INDEX_HISTORY_HEADERS
12.1.1
-
APPS.PN_INDEX_HISTORY_HEADERS_PKG dependencies on PN_INDEX_HISTORY_HEADERS
12.1.1
-
APPS.PN_INDEX_RENT_UTILS dependencies on PN_INDEX_HISTORY_HEADERS
12.2.2
-
APPS.PN_INDEX_HISTORY_HEADERS_PKG SQL Statements
12.1.1
-
APPS.PN_INDEX_HISTORY_HEADERS_PKG SQL Statements
12.2.2
-
VIEW: APPS.PN_INDEX_HISTORY_HEADERS_DFV
12.2.2
-
SYNONYM: APPS.PN_INDEX_HISTORY_HEADERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PN_INDEX_HISTORY_HEADERS, status:VALID,
-
VIEW: APPS.PN_INDEX_HISTORY_HEADERS_DFV
12.1.1
-
SYNONYM: APPS.PN_INDEX_HISTORY_HEADERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PN_INDEX_HISTORY_HEADERS, status:VALID,
-
VIEW: PN.PN_INDEX_HISTORY_HEADERS#
12.2.2
owner:PN, object_type:VIEW, object_name:PN_INDEX_HISTORY_HEADERS#, status:VALID,
-
PACKAGE BODY: APPS.PN_INDEX_HISTORY_HEADERS_PKG
12.1.1
-
VIEW: APPS.PN_INDEX_HISTORY_HEADERS_V
12.1.1
-
VIEW: APPS.PN_INDEX_HISTORY_HEADERS_V
12.2.2
-
PACKAGE: APPS.PN_INDEX_HISTORY_HEADERS_PKG
12.1.1
-
PACKAGE BODY: APPS.PN_INDEX_HISTORY_HEADERS_PKG
12.2.2
-
VIEW: PN.PN_INDEX_HISTORY_HEADERS#
12.2.2
-
APPS.PN_INDEX_HISTORY_HEADERS_PKG dependencies on APP_EXCEPTION
12.1.1
-
TABLE: PN.PN_INDEX_HISTORY_HEADERS
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_INDEX_HISTORY_HEADERS, object_name:PN_INDEX_HISTORY_HEADERS, status:VALID,
-
APPS.PN_INDEX_HISTORY_HEADERS_PKG dependencies on APP_EXCEPTION
12.2.2
-
TABLE: PN.PN_INDEX_HISTORY_HEADERS
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_INDEX_HISTORY_HEADERS, object_name:PN_INDEX_HISTORY_HEADERS, status:VALID,
-
PACKAGE: APPS.PN_INDEX_HISTORY_HEADERS_PKG
12.2.2
-
Table: PN_REC_AGR_LINCONST_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_REC_AGR_LINCONST_ALL, object_name:PN_REC_AGR_LINCONST_ALL, status:VALID, product: PN - Property Manager , description: Recovery Constraint set up table , implementation_dba_data: PN.PN_REC_AGR_LINCONST_ALL ,
-
Table: PN_INDEX_HISTORY_LINES
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_INDEX_HISTORY_LINES, object_name:PN_INDEX_HISTORY_LINES, status:VALID, product: PN - Property Manager , description: PN_INDEX_HISTORY_LINES stores all the relevant details associated with an Index type including index dates and index values. , implementation_dba_data: PN.PN_INDEX_HISTORY_LINES ,
-
Table: PN_INDEX_LEASES_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_INDEX_LEASES_ALL, object_name:PN_INDEX_LEASES_ALL, status:VALID, product: PN - Property Manager , description: PN_INDEX_LEASES_ALL stores all the rent increases associated with an existing lease. , implementation_dba_data: PN.PN_INDEX_LEASES_ALL ,
-
APPS.PN_INDEX_HISTORY_HEADERS_PKG dependencies on DUAL
12.2.2
-
APPS.PN_INDEX_LEASE_COMMON_PKG dependencies on PN_INDEX_HISTORY_LINES
12.1.1
-
Table: PN_REC_AGR_LINCONST_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_REC_AGR_LINCONST_ALL, object_name:PN_REC_AGR_LINCONST_ALL, status:VALID, product: PN - Property Manager , description: Recovery Constraint set up table , implementation_dba_data: PN.PN_REC_AGR_LINCONST_ALL ,
-
VIEW: APPS.PN_INDEX_HISTORY_HEADERS_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:PN_INDEX_HISTORY_HEADERS_DFV, status:VALID,
-
PACKAGE BODY: APPS.PN_INDEX_RENT_UTILS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PN_INDEX_RENT_UTILS, status:VALID,
-
VIEW: APPS.PN_INDEX_LEASES_V
12.2.2
-
VIEW: APPS.PN_INDEX_LEASES_V
12.1.1
-
Table: PN_INDEX_LEASES_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_INDEX_LEASES_ALL, object_name:PN_INDEX_LEASES_ALL, status:VALID, product: PN - Property Manager , description: PN_INDEX_LEASES_ALL stores all the rent increases associated with an existing lease. , implementation_dba_data: PN.PN_INDEX_LEASES_ALL ,
-
APPS.PN_INDEX_LEASE_COMMON_PKG dependencies on PN_INDEX_HISTORY_LINES
12.2.2
-
Table: PN_INDEX_HISTORY_LINES
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_INDEX_HISTORY_LINES, object_name:PN_INDEX_HISTORY_LINES, status:VALID, product: PN - Property Manager , description: PN_INDEX_HISTORY_LINES stores all the relevant details associated with an Index type including index dates and index values. , implementation_dba_data: PN.PN_INDEX_HISTORY_LINES ,
-
VIEW: APPS.PN_INDEX_HISTORY_HEADERS_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:PN_INDEX_HISTORY_HEADERS_DFV, status:VALID,
-
APPS.PN_INDEX_HISTORY_HEADERS_PKG dependencies on DUAL
12.1.1
-
View: PN_INDEX_HISTORY_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_INDEX_HISTORY_HEADERS_V, object_name:PN_INDEX_HISTORY_HEADERS_V, status:VALID, product: PN - Property Manager , description: Form view based on table PN_INDEX_HISTORY_HEADERS_ALL , implementation_dba_data: APPS.PN_INDEX_HISTORY_HEADERS_V ,
-
View: PN_INDEX_HISTORY_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_INDEX_HISTORY_HEADERS_V, object_name:PN_INDEX_HISTORY_HEADERS_V, status:VALID, product: PN - Property Manager , description: Form view based on table PN_INDEX_HISTORY_HEADERS_ALL , implementation_dba_data: APPS.PN_INDEX_HISTORY_HEADERS_V ,
-
PACKAGE BODY: APPS.PN_INDEX_LEASE_COMMON_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PN_INDEX_LEASE_COMMON_PKG, status:VALID,
-
PACKAGE BODY: APPS.PNRX_RENT_INCREASE_DETAIL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PNRX_RENT_INCREASE_DETAIL, status:VALID,
-
PACKAGE BODY: APPS.PNRX_RENT_INCREASE_DETAIL
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PNRX_RENT_INCREASE_DETAIL, status:VALID,
-
PACKAGE BODY: APPS.PN_INDEX_HISTORY_HEADERS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PN_INDEX_HISTORY_HEADERS_PKG, status:VALID,
-
PACKAGE BODY: APPS.PN_INDEX_HISTORY_HEADERS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PN_INDEX_HISTORY_HEADERS_PKG, status:VALID,
-
PACKAGE BODY: APPS.PN_INDEX_LEASE_COMMON_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PN_INDEX_LEASE_COMMON_PKG, status:VALID,