Search Results pn_leases_all
Overview
The PN_LEASES_ALL table is the central master data repository for lease contracts within Oracle E-Business Suite (EBS) Property Manager (PN) module. It serves as the foundational record for all lease-related activities, from financial accounting and payment scheduling to space management and compliance tracking. As an "ALL" table, it is multi-organization enabled, storing data partitioned by the ORG_ID column to support implementations with multiple operating units. Every lease entered into the system is uniquely identified by a LEASE_ID, which acts as the primary foreign key propagated to numerous child tables, creating a comprehensive lease hierarchy.
Key Information Stored
The table's primary key is LEASE_ID. While the provided metadata does not list all columns, the foreign key relationships indicate several critical data points stored. The CUSTOMER_ID column links to HZ_CUST_ACCOUNTS (Trading Community Architecture), identifying the lessee or customer party. The ABSTRACTED_BY_USER column links to FND_USER, tracking the individual who abstracted the lease terms into the system. Other essential columns typically include lease number, status, effective dates (start and end), lease type (e.g., operating, finance), and currency. The ORG_ID column is crucial for determining the operating unit context for the lease record.
Common Use Cases and Queries
This table is central to reporting, integration, and data validation. Common use cases include generating a lease listing report, validating lease details for period-end close processes, and extracting data for lease accounting systems. A fundamental query retrieves basic lease information for a specific operating unit, often joined to customer and user tables for comprehensiveness.
- Lease Master List:
SELECT pl.lease_id, pl.lease_num, hca.account_number, pl.start_date, pl.end_date FROM pn_leases_all pl, hz_cust_accounts hca WHERE pl.customer_id = hca.cust_account_id AND pl.org_id = :p_org_id; - Data Integrity Validation: Identifying leases missing critical customer assignments by checking for NULL CUSTOMER_ID values.
- Integration Point: The LEASE_ID is the key exported to downstream financial systems or used in APIs for creating related transactions, such as payments or journal entries.
Related Objects
PN_LEASES_ALL has extensive foreign key relationships, underscoring its role as the core lease entity. The LEASE_ID column is referenced by a vast array of child tables that manage specific lease components. Key documented relationships include:
- Financial & Payment Terms: PN_PAYMENT_SCHEDULES_ALL, PN_PAYMENT_TERMS_ALL, PN_LEASE_TRANSACTIONS_ALL.
- Lease Details & Amendments: PN_LEASE_DETAILS_ALL, PN_LEASE_CHANGES_ALL, PN_OPTIONS_ALL, PN_RIGHTS_ALL.
- Contacts & Services: PN_CONTACT_ASSIGNMENTS_ALL, PN_LANDLORD_SERVICES_ALL.
- Compliance & Notes: PN_INSURANCE_REQUIREMENTS_ALL, PN_LEASE_MILESTONES_ALL, PN_NOTE_HEADERS.
- Recovery & Space: PN_REC_AGREEMENTS_ALL, PN_REC_ARCL_DTLLN_ALL, PN_REC_EXPCL_DTLLN_ALL, PN_SPACE_ASSIGN_CUST_ALL.
Each history table (e.g., PN_LEASE_DETAILS_HISTORY, PN_OPTIONS_HISTORY) also references PN_LEASES_ALL, maintaining an audit trail of changes to lease terms over time.
-
Table: PN_LEASES_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_LEASES_ALL, object_name:PN_LEASES_ALL, status:VALID, product: PN - Property Manager , description: Lease information , implementation_dba_data: PN.PN_LEASES_ALL ,
-
Table: PN_LEASES_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_LEASES_ALL, object_name:PN_LEASES_ALL, status:VALID, product: PN - Property Manager , description: Lease information , implementation_dba_data: PN.PN_LEASES_ALL ,
-
Table: PN_REC_AGREEMENTS_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_REC_AGREEMENTS_ALL, object_name:PN_REC_AGREEMENTS_ALL, status:VALID, product: PN - Property Manager , description: Recovery Agreement set up table , implementation_dba_data: PN.PN_REC_AGREEMENTS_ALL ,
-
Table: PN_REC_AGREEMENTS_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_REC_AGREEMENTS_ALL, object_name:PN_REC_AGREEMENTS_ALL, status:VALID, product: PN - Property Manager , description: Recovery Agreement set up table , implementation_dba_data: PN.PN_REC_AGREEMENTS_ALL ,
-
View: PN_LEASE_DETAILS_HISTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_LEASE_DETAILS_HISTORY_V, object_name:PN_LEASE_DETAILS_HISTORY_V, status:VALID, product: PN - Property Manager , implementation_dba_data: APPS.PN_LEASE_DETAILS_HISTORY_V ,
-
View: PN_LEASE_DETAILS_HISTORY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_LEASE_DETAILS_HISTORY_V, object_name:PN_LEASE_DETAILS_HISTORY_V, status:VALID, product: PN - Property Manager , implementation_dba_data: APPS.PN_LEASE_DETAILS_HISTORY_V ,
-
Table: PN_NOTE_HEADERS
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_NOTE_HEADERS, object_name:PN_NOTE_HEADERS, status:VALID, product: PN - Property Manager , description: Type of note in a lease , implementation_dba_data: PN.PN_NOTE_HEADERS ,
-
Table: PN_OPTIONS_HISTORY
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_OPTIONS_HISTORY, object_name:PN_OPTIONS_HISTORY, status:VALID, product: PN - Property Manager , description: Track changes in option details related to a lease , implementation_dba_data: PN.PN_OPTIONS_HISTORY ,
-
Table: PN_INSURANCE_REQUIREMENTS_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_INSURANCE_REQUIREMENTS_ALL, object_name:PN_INSURANCE_REQUIREMENTS_ALL, status:VALID, product: PN - Property Manager , description: Insurance details related to a lease. , implementation_dba_data: PN.PN_INSURANCE_REQUIREMENTS_ALL ,
-
Table: PN_LEASE_TRANSACTIONS_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_LEASE_TRANSACTIONS_ALL, object_name:PN_LEASE_TRANSACTIONS_ALL, status:VALID, product: PN - Property Manager , description: Transactions performed on a lease , implementation_dba_data: PN.PN_LEASE_TRANSACTIONS_ALL ,
-
Table: PN_RIGHTS_HISTORY
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_RIGHTS_HISTORY, object_name:PN_RIGHTS_HISTORY, status:VALID, product: PN - Property Manager , description: Stores the rights history for lease amendments , implementation_dba_data: PN.PN_RIGHTS_HISTORY ,
-
Table: PN_LANDLORD_SERVICES_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_LANDLORD_SERVICES_ALL, object_name:PN_LANDLORD_SERVICES_ALL, status:VALID, product: PN - Property Manager , description: Information about the services provided by the landlord to the tenant. , implementation_dba_data: PN.PN_LANDLORD_SERVICES_ALL ,
-
Table: PN_RIGHTS_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_RIGHTS_ALL, object_name:PN_RIGHTS_ALL, status:VALID, product: PN - Property Manager , description: Stores the rights information for leases , implementation_dba_data: PN.PN_RIGHTS_ALL ,
-
Table: PN_PAYMENT_TERMS_HISTORY
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_PAYMENT_TERMS_HISTORY, object_name:PN_PAYMENT_TERMS_HISTORY, status:VALID, product: PN - Property Manager , description: Term History table. , implementation_dba_data: PN.PN_PAYMENT_TERMS_HISTORY ,
-
Table: PN_INSUR_REQUIRE_HISTORY
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_INSUR_REQUIRE_HISTORY, object_name:PN_INSUR_REQUIRE_HISTORY, status:VALID, product: PN - Property Manager , description: Track changes to insurance details related to a lease , implementation_dba_data: PN.PN_INSUR_REQUIRE_HISTORY ,
-
Table: PN_LANDLORD_SERVICE_HISTORY
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_LANDLORD_SERVICE_HISTORY, object_name:PN_LANDLORD_SERVICE_HISTORY, status:VALID, product: PN - Property Manager , description: Track changes in the service provided by the landlord to the tenant , implementation_dba_data: PN.PN_LANDLORD_SERVICE_HISTORY ,
-
Table: PN_PAYMENT_TERMS_HISTORY
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_PAYMENT_TERMS_HISTORY, object_name:PN_PAYMENT_TERMS_HISTORY, status:VALID, product: PN - Property Manager , description: Term History table. , implementation_dba_data: PN.PN_PAYMENT_TERMS_HISTORY ,
-
Table: PN_INSURANCE_REQUIREMENTS_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_INSURANCE_REQUIREMENTS_ALL, object_name:PN_INSURANCE_REQUIREMENTS_ALL, status:VALID, product: PN - Property Manager , description: Insurance details related to a lease. , implementation_dba_data: PN.PN_INSURANCE_REQUIREMENTS_ALL ,
-
Table: PN_NOTE_HEADERS
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_NOTE_HEADERS, object_name:PN_NOTE_HEADERS, status:VALID, product: PN - Property Manager , description: Type of note in a lease , implementation_dba_data: PN.PN_NOTE_HEADERS ,
-
Table: PN_RIGHTS_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_RIGHTS_ALL, object_name:PN_RIGHTS_ALL, status:VALID, product: PN - Property Manager , description: Stores the rights information for leases , implementation_dba_data: PN.PN_RIGHTS_ALL ,
-
Table: PN_OPTIONS_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_OPTIONS_ALL, object_name:PN_OPTIONS_ALL, status:VALID, product: PN - Property Manager , description: Details of specified terms for a specific period in a lease contract , implementation_dba_data: PN.PN_OPTIONS_ALL ,
-
Table: PN_LEASE_DETAILS_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_LEASE_DETAILS_ALL, object_name:PN_LEASE_DETAILS_ALL, status:VALID, product: PN - Property Manager , description: Lease dates and accounting information , implementation_dba_data: PN.PN_LEASE_DETAILS_ALL ,
-
Table: PN_LANDLORD_SERVICES_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_LANDLORD_SERVICES_ALL, object_name:PN_LANDLORD_SERVICES_ALL, status:VALID, product: PN - Property Manager , description: Information about the services provided by the landlord to the tenant. , implementation_dba_data: PN.PN_LANDLORD_SERVICES_ALL ,
-
Table: PN_LEASE_TRANSACTIONS_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_LEASE_TRANSACTIONS_ALL, object_name:PN_LEASE_TRANSACTIONS_ALL, status:VALID, product: PN - Property Manager , description: Transactions performed on a lease , implementation_dba_data: PN.PN_LEASE_TRANSACTIONS_ALL ,
-
Table: PN_LANDLORD_SERVICE_HISTORY
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_LANDLORD_SERVICE_HISTORY, object_name:PN_LANDLORD_SERVICE_HISTORY, status:VALID, product: PN - Property Manager , description: Track changes in the service provided by the landlord to the tenant , implementation_dba_data: PN.PN_LANDLORD_SERVICE_HISTORY ,
-
Table: PN_OPTIONS_HISTORY
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_OPTIONS_HISTORY, object_name:PN_OPTIONS_HISTORY, status:VALID, product: PN - Property Manager , description: Track changes in option details related to a lease , implementation_dba_data: PN.PN_OPTIONS_HISTORY ,
-
Table: PN_INSUR_REQUIRE_HISTORY
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_INSUR_REQUIRE_HISTORY, object_name:PN_INSUR_REQUIRE_HISTORY, status:VALID, product: PN - Property Manager , description: Track changes to insurance details related to a lease , implementation_dba_data: PN.PN_INSUR_REQUIRE_HISTORY ,
-
Table: PN_TENANCIES_HISTORY
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_TENANCIES_HISTORY, object_name:PN_TENANCIES_HISTORY, status:VALID, product: PN - Property Manager , description: Track changes in the leased or subleased locations , implementation_dba_data: PN.PN_TENANCIES_HISTORY ,
-
Table: PN_RIGHTS_HISTORY
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_RIGHTS_HISTORY, object_name:PN_RIGHTS_HISTORY, status:VALID, product: PN - Property Manager , description: Stores the rights history for lease amendments , implementation_dba_data: PN.PN_RIGHTS_HISTORY ,
-
Table: PN_LEASE_DETAILS_HISTORY
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_LEASE_DETAILS_HISTORY, object_name:PN_LEASE_DETAILS_HISTORY, status:VALID, product: PN - Property Manager , description: Track changes to the lease details data elements , implementation_dba_data: PN.PN_LEASE_DETAILS_HISTORY ,
-
Table: PN_LEASE_DETAILS_HISTORY
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_LEASE_DETAILS_HISTORY, object_name:PN_LEASE_DETAILS_HISTORY, status:VALID, product: PN - Property Manager , description: Track changes to the lease details data elements , implementation_dba_data: PN.PN_LEASE_DETAILS_HISTORY ,
-
Table: PN_PAYMENT_SCHEDULES_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_PAYMENT_SCHEDULES_ALL, object_name:PN_PAYMENT_SCHEDULES_ALL, status:VALID, product: PN - Property Manager , description: Payment or billing schedules for both landlord and the tenant , implementation_dba_data: PN.PN_PAYMENT_SCHEDULES_ALL ,
-
Table: PN_CONTACT_ASSIGN_HISTORY
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_CONTACT_ASSIGN_HISTORY, object_name:PN_CONTACT_ASSIGN_HISTORY, status:VALID, product: PN - Property Manager , description: Track changes in contacts linked to the lease , implementation_dba_data: PN.PN_CONTACT_ASSIGN_HISTORY ,
-
Table: PN_PAYMENT_SCHEDULES_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_PAYMENT_SCHEDULES_ALL, object_name:PN_PAYMENT_SCHEDULES_ALL, status:VALID, product: PN - Property Manager , description: Payment or billing schedules for both landlord and the tenant , implementation_dba_data: PN.PN_PAYMENT_SCHEDULES_ALL ,
-
Table: PN_LEASE_DETAILS_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_LEASE_DETAILS_ALL, object_name:PN_LEASE_DETAILS_ALL, status:VALID, product: PN - Property Manager , description: Lease dates and accounting information , implementation_dba_data: PN.PN_LEASE_DETAILS_ALL ,
-
Table: PN_REC_ARCL_DTLLN_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_REC_ARCL_DTLLN_ALL, object_name:PN_REC_ARCL_DTLLN_ALL, status:VALID, product: PN - Property Manager , description: Stores drilldown information associated with an area class detail , implementation_dba_data: PN.PN_REC_ARCL_DTLLN_ALL ,
-
Table: PN_CONTACT_ASSIGNMENTS_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_CONTACT_ASSIGNMENTS_ALL, object_name:PN_CONTACT_ASSIGNMENTS_ALL, status:VALID, product: PN - Property Manager , description: Llinks locations or leases with the site of a service provider. , implementation_dba_data: PN.PN_CONTACT_ASSIGNMENTS_ALL ,
-
Table: PN_LEASE_MILESTONES_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_LEASE_MILESTONES_ALL, object_name:PN_LEASE_MILESTONES_ALL, status:VALID, product: PN - Property Manager , description: Information about important events in a lease , implementation_dba_data: PN.PN_LEASE_MILESTONES_ALL ,
-
Table: PN_LEASE_MILESTONES_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_LEASE_MILESTONES_ALL, object_name:PN_LEASE_MILESTONES_ALL, status:VALID, product: PN - Property Manager , description: Information about important events in a lease , implementation_dba_data: PN.PN_LEASE_MILESTONES_ALL ,
-
Table: PN_TENANCIES_HISTORY
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_TENANCIES_HISTORY, object_name:PN_TENANCIES_HISTORY, status:VALID, product: PN - Property Manager , description: Track changes in the leased or subleased locations , implementation_dba_data: PN.PN_TENANCIES_HISTORY ,
-
Table: PN_OPTIONS_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_OPTIONS_ALL, object_name:PN_OPTIONS_ALL, status:VALID, product: PN - Property Manager , description: Details of specified terms for a specific period in a lease contract , implementation_dba_data: PN.PN_OPTIONS_ALL ,
-
Table: PN_TENANCIES_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_TENANCIES_ALL, object_name:PN_TENANCIES_ALL, status:VALID, product: PN - Property Manager , description: Information on leased or subleased locations , implementation_dba_data: PN.PN_TENANCIES_ALL ,
-
Table: PN_CONTACT_ASSIGN_HISTORY
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_CONTACT_ASSIGN_HISTORY, object_name:PN_CONTACT_ASSIGN_HISTORY, status:VALID, product: PN - Property Manager , description: Track changes in contacts linked to the lease , implementation_dba_data: PN.PN_CONTACT_ASSIGN_HISTORY ,
-
Table: PN_CONTACT_ASSIGNMENTS_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_CONTACT_ASSIGNMENTS_ALL, object_name:PN_CONTACT_ASSIGNMENTS_ALL, status:VALID, product: PN - Property Manager , description: Llinks locations or leases with the site of a service provider. , implementation_dba_data: PN.PN_CONTACT_ASSIGNMENTS_ALL ,
-
Table: PN_REC_ARCL_DTLLN_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_REC_ARCL_DTLLN_ALL, object_name:PN_REC_ARCL_DTLLN_ALL, status:VALID, product: PN - Property Manager , description: Stores drilldown information associated with an area class detail , implementation_dba_data: PN.PN_REC_ARCL_DTLLN_ALL ,
-
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 ,
-
Table: PN_TENANCIES_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_TENANCIES_ALL, object_name:PN_TENANCIES_ALL, status:VALID, product: PN - Property Manager , description: Information on leased or subleased locations , implementation_dba_data: PN.PN_TENANCIES_ALL ,
-
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 ,
-
Table: PN_REC_EXPCL_DTLLN_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_REC_EXPCL_DTLLN_ALL, object_name:PN_REC_EXPCL_DTLLN_ALL, status:VALID, product: PN - Property Manager , description: Stores expense class line details associated with a summary header. , implementation_dba_data: PN.PN_REC_EXPCL_DTLLN_ALL ,
-
Table: PN_VAR_RENTS_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_VAR_RENTS_ALL, object_name:PN_VAR_RENTS_ALL, status:VALID, product: PN - Property Manager , description: Stores variable rent agreement information. , implementation_dba_data: PN.PN_VAR_RENTS_ALL ,