Search Results pn_payment_terms_all
Overview
The PN_PAYMENT_TERMS_ALL table is a core transactional entity within the Oracle E-Business Suite Property Manager (PN) module, serving as the central repository for all payment and billing terms defined for a lease. It is a multi-organization table, as indicated by the "_ALL" suffix, meaning it stores data partitioned by the ORG_ID column for multiple operating units. Its primary role is to define the financial obligations and schedules for lease agreements, linking the lease structure to the general ledger, customers, and vendors. This table is fundamental for generating invoices, processing receipts, and managing the complete financial lifecycle of a lease contract in both Oracle EBS 12.1.1 and 12.2.2.
Key Information Stored
The table's primary key is PAYMENT_TERM_ID, which uniquely identifies each payment term record. Critical columns establish the term's context and financial parameters. The LEASE_ID and LEASE_CHANGE_ID columns link the term to its specific lease agreement or amendment. Financial setup is defined by SET_OF_BOOKS_ID, CODE_COMBINATION_ID (the natural account for billing), and CURRENCY_CODE. The table also stores party information, including CUSTOMER_ID and CUSTOMER_SITE_USE_ID for tenant billing, or VENDOR_ID and VENDOR_SITE_ID for lessor payments. Other significant columns include TERM_TEMPLATE_ID for standardized term creation, and references to specific billing components like PERIOD_BILLREC_ID, OPEX_RECON_ID, and VAR_RENT_INV_ID.
Common Use Cases and Queries
A primary use case is generating financial reports for a lease portfolio, such as a schedule of future payment obligations. Analysts frequently query this table to validate billing setup before period-end close or to troubleshoot missing invoices. Common SQL patterns involve joining to lease and customer tables to produce actionable data.
- Identifying Payment Terms for a Specific Lease:
SELECT * FROM pn_payment_terms_all WHERE lease_id = <lease_id> ORDER BY start_date; - Reporting on Tenant Billing Terms:
SELECT pt.payment_term_id, l.lease_num, hca.account_name, pt.currency_code, pt.code_combination_id FROM pn_payment_terms_all pt, pn_leases_all l, hz_cust_accounts hca WHERE pt.lease_id = l.lease_id AND pt.customer_id = hca.cust_account_id AND pt.org_id = <org_id>; - Auditing Setup Completeness: Queries often check for terms missing critical linkages, such as a code combination ID or customer site.
Related Objects
PN_PAYMENT_TERMS_ALL has extensive relationships across Property Manager and integrated EBS modules, as evidenced by its foreign keys. It is a parent table to several PN transactional entities, including PN_DISTRIBUTIONS_ALL, PN_ADJUSTMENT_SUMMARIES, and PN_INDEX_EXCLUDE_TERM_ALL via PAYMENT_TERM_ID. It is a child table referencing master data and transactional headers:
- Lease Agreements: PN_LEASES_ALL (LEASE_ID), PN_LEASE_CHANGES_ALL (LEASE_CHANGE_ID)
- Financials Setup: GL_SETS_OF_BOOKS_11I (SET_OF_BOOKS_ID), GL_CODE_COMBINATIONS (CODE_COMBINATION_ID), FND_CURRENCIES (CURRENCY_CODE)
- Trading Community Architecture (TCA) Parties: HZ_CUST_ACCOUNTS (CUSTOMER_ID), HZ_CUST_SITE_USES_ALL (CUSTOMER_SITE_USE_ID, CUST_SHIP_SITE_ID)
- Suppliers: PO_VENDORS (VENDOR_ID), PO_VENDOR_SITES_ALL (VENDOR_SITE_ID)
- Billing Components: PN_REC_PERIOD_BILL_ALL (PERIOD_BILLREC_ID), PN_OPEX_RECON_ALL (OPEX_RECON_ID), PN_VAR_RENT_INV_ALL (VAR_RENT_INV_ID)
- Templates: PN_TERM_TEMPLATES_ALL (TERM_TEMPLATE_ID)
-
Table: PN_PAYMENT_TERMS_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_PAYMENT_TERMS_ALL, object_name:PN_PAYMENT_TERMS_ALL, status:VALID, product: PN - Property Manager , description: Payment and billing terms defined in a lease , implementation_dba_data: PN.PN_PAYMENT_TERMS_ALL ,
-
Table: PN_PAYMENT_TERMS_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_PAYMENT_TERMS_ALL, object_name:PN_PAYMENT_TERMS_ALL, status:VALID, product: PN - Property Manager , description: Payment and billing terms defined in a lease , implementation_dba_data: PN.PN_PAYMENT_TERMS_ALL ,
-
Table: PN_INDEX_LEASE_TERMS_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_INDEX_LEASE_TERMS_ALL, object_name:PN_INDEX_LEASE_TERMS_ALL, status:VALID, product: PN - Property Manager , description: This table stores the index payment terms. , implementation_dba_data: PN.PN_INDEX_LEASE_TERMS_ALL ,
-
Table: PN_REC_LINBILL_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_REC_LINBILL_ALL, object_name:PN_REC_LINBILL_ALL, status:VALID, product: PN - Property Manager , description: Calculation Periods table , implementation_dba_data: PN.PN_REC_LINBILL_ALL ,
-
Table: PN_INDEX_LEASE_TERMS_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_INDEX_LEASE_TERMS_ALL, object_name:PN_INDEX_LEASE_TERMS_ALL, status:VALID, product: PN - Property Manager , description: This table stores the index payment terms. , implementation_dba_data: PN.PN_INDEX_LEASE_TERMS_ALL ,
-
Table: PN_VAR_ABATEMENTS_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_VAR_ABATEMENTS_ALL, object_name:PN_VAR_ABATEMENTS_ALL, status:VALID, product: PN - Property Manager , description: Stores recurring abatements information for an invoice. , implementation_dba_data: PN.PN_VAR_ABATEMENTS_ALL ,
-
Table: PN_VAR_ABATEMENTS_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_VAR_ABATEMENTS_ALL, object_name:PN_VAR_ABATEMENTS_ALL, status:VALID, product: PN - Property Manager , description: Stores recurring abatements information for an invoice. , implementation_dba_data: PN.PN_VAR_ABATEMENTS_ALL ,
-
Table: PN_DISTRIBUTIONS_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_DISTRIBUTIONS_ALL, object_name:PN_DISTRIBUTIONS_ALL, status:VALID, product: PN - Property Manager , description: The table stores distributions for a payment term , implementation_dba_data: PN.PN_DISTRIBUTIONS_ALL ,
-
Table: PN_REC_LINBILL_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_REC_LINBILL_ALL, object_name:PN_REC_LINBILL_ALL, status:VALID, product: PN - Property Manager , description: Calculation Periods table , implementation_dba_data: PN.PN_REC_LINBILL_ALL ,
-
Table: PN_DISTRIBUTIONS_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_DISTRIBUTIONS_ALL, object_name:PN_DISTRIBUTIONS_ALL, status:VALID, product: PN - Property Manager , description: The table stores distributions for a payment term , implementation_dba_data: PN.PN_DISTRIBUTIONS_ALL ,
-
Table: PN_PAYMENT_TERMS_EFC
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_PAYMENT_TERMS_EFC, object_name:PN_PAYMENT_TERMS_EFC, status:VALID, product: PN - Property Manager , description: Shadow table for PN_PAYMENT_TERMS_ALL for supporting Euro functional currency. , implementation_dba_data: PN.PN_PAYMENT_TERMS_EFC ,
-
Table: PN_ADJUSTMENT_SUMMARIES
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_ADJUSTMENT_SUMMARIES, object_name:PN_ADJUSTMENT_SUMMARIES, status:VALID, product: PN - Property Manager , description: Summary of Adjustement. , implementation_dba_data: PN.PN_ADJUSTMENT_SUMMARIES ,
-
Table: PN_PAYMENT_TERMS_EFC
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_PAYMENT_TERMS_EFC, object_name:PN_PAYMENT_TERMS_EFC, status:VALID, product: PN - Property Manager , description: Shadow table for PN_PAYMENT_TERMS_ALL for supporting Euro functional currency. , implementation_dba_data: PN.PN_PAYMENT_TERMS_EFC ,
-
Table: PN_ADJUSTMENT_SUMMARIES
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_ADJUSTMENT_SUMMARIES, object_name:PN_ADJUSTMENT_SUMMARIES, status:VALID, product: PN - Property Manager , description: Summary of Adjustement. , implementation_dba_data: PN.PN_ADJUSTMENT_SUMMARIES ,
-
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_INDEX_EXCLUDE_TERM_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_INDEX_EXCLUDE_TERM_ALL, object_name:PN_INDEX_EXCLUDE_TERM_ALL, status:VALID, product: PN - Property Manager , description: This table has terms which have to excluded from the calculation of the Rent increase. , implementation_dba_data: PN.PN_INDEX_EXCLUDE_TERM_ALL ,
-
Table: PN_INDEX_EXCLUDE_TERM_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_INDEX_EXCLUDE_TERM_ALL, object_name:PN_INDEX_EXCLUDE_TERM_ALL, status:VALID, product: PN - Property Manager , description: This table has terms which have to excluded from the calculation of the Rent increase. , implementation_dba_data: PN.PN_INDEX_EXCLUDE_TERM_ALL ,
-
Table: PN_OPEX_RECON_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_OPEX_RECON_ALL, object_name:PN_OPEX_RECON_ALL, status:VALID, product: PN - Property Manager , description: This table stores reconciliation overview information for operating expenses , implementation_dba_data: PN.PN_OPEX_RECON_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_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_VAR_RENT_INV_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_VAR_RENT_INV_ALL, object_name:PN_VAR_RENT_INV_ALL, status:VALID, product: PN - Property Manager , description: Stores the calculated variable rent details for a period and for an invoice date. , implementation_dba_data: PN.PN_VAR_RENT_INV_ALL ,
-
Table: PN_TERM_TEMPLATES_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_TERM_TEMPLATES_ALL, object_name:PN_TERM_TEMPLATES_ALL, status:VALID, product: PN - Property Manager , description: PN_TERM_TEMPLATES_ALL stores the payment/billing term details defaults. , implementation_dba_data: PN.PN_TERM_TEMPLATES_ALL ,
-
Table: PN_REC_PERIOD_BILL_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_REC_PERIOD_BILL_ALL, object_name:PN_REC_PERIOD_BILL_ALL, status:VALID, product: PN - Property Manager , description: Billed terms for a period and line table , implementation_dba_data: PN.PN_REC_PERIOD_BILL_ALL ,
-
Table: PN_VAR_RENT_INV_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_VAR_RENT_INV_ALL, object_name:PN_VAR_RENT_INV_ALL, status:VALID, product: PN - Property Manager , description: Stores the calculated variable rent details for a period and for an invoice date. , implementation_dba_data: PN.PN_VAR_RENT_INV_ALL ,
-
Table: PN_TERM_TEMPLATES_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_TERM_TEMPLATES_ALL, object_name:PN_TERM_TEMPLATES_ALL, status:VALID, product: PN - Property Manager , description: PN_TERM_TEMPLATES_ALL stores the payment/billing term details defaults. , implementation_dba_data: PN.PN_TERM_TEMPLATES_ALL ,
-
Table: PN_REC_PERIOD_BILL_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_REC_PERIOD_BILL_ALL, object_name:PN_REC_PERIOD_BILL_ALL, status:VALID, product: PN - Property Manager , description: Billed terms for a period and line table , implementation_dba_data: PN.PN_REC_PERIOD_BILL_ALL ,
-
Table: PN_PAYMENT_ITEMS_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_PAYMENT_ITEMS_ALL, object_name:PN_PAYMENT_ITEMS_ALL, status:VALID, product: PN - Property Manager , description: Payment and billing items associated with a payment or a billing schedule , implementation_dba_data: PN.PN_PAYMENT_ITEMS_ALL ,
-
View: PN_XLA_EXTRACT_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_XLA_EXTRACT_LINES_V, object_name:PN_XLA_EXTRACT_LINES_V, status:VALID, product: PN - Property Manager , implementation_dba_data: APPS.PN_XLA_EXTRACT_LINES_V ,
-
View: PN_XLA_EXTRACT_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_XLA_EXTRACT_LINES_V, object_name:PN_XLA_EXTRACT_LINES_V, status:VALID, product: PN - Property Manager , implementation_dba_data: APPS.PN_XLA_EXTRACT_LINES_V ,
-
Table: PN_PAYMENT_ITEMS_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_PAYMENT_ITEMS_ALL, object_name:PN_PAYMENT_ITEMS_ALL, status:VALID, product: PN - Property Manager , description: Payment and billing items associated with a payment or a billing schedule , implementation_dba_data: PN.PN_PAYMENT_ITEMS_ALL ,
-
Table: PN_LEASE_CHANGES_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_LEASE_CHANGES_ALL, object_name:PN_LEASE_CHANGES_ALL, status:VALID, product: PN - Property Manager , description: Lease abstracted, amended and edited , implementation_dba_data: PN.PN_LEASE_CHANGES_ALL ,
-
Table: PN_LEASE_CHANGES_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_LEASE_CHANGES_ALL, object_name:PN_LEASE_CHANGES_ALL, status:VALID, product: PN - Property Manager , description: Lease abstracted, amended and edited , implementation_dba_data: PN.PN_LEASE_CHANGES_ALL ,
-
View: PN_TRX_LEASE_EXPENSE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_TRX_LEASE_EXPENSE, object_name:PN_TRX_LEASE_EXPENSE, status:VALID, product: PN - Property Manager , implementation_dba_data: APPS.PN_TRX_LEASE_EXPENSE ,
-
View: PN_TRX_LEASE_REVENUE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_TRX_LEASE_REVENUE, object_name:PN_TRX_LEASE_REVENUE, status:VALID, product: PN - Property Manager , implementation_dba_data: APPS.PN_TRX_LEASE_REVENUE ,
-
View: PN_TRX_LEASE_EXPENSE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_TRX_LEASE_EXPENSE, object_name:PN_TRX_LEASE_EXPENSE, status:VALID, product: PN - Property Manager , implementation_dba_data: APPS.PN_TRX_LEASE_EXPENSE ,
-
View: PN_TRX_LEASE_REVENUE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_TRX_LEASE_REVENUE, object_name:PN_TRX_LEASE_REVENUE, status:VALID, product: PN - Property Manager , implementation_dba_data: APPS.PN_TRX_LEASE_REVENUE ,
-
View: PN_EXP_PAYMENT_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_EXP_PAYMENT_ITEMS_V, object_name:PN_EXP_PAYMENT_ITEMS_V, status:VALID, product: PN - Property Manager , implementation_dba_data: APPS.PN_EXP_PAYMENT_ITEMS_V ,
-
View: PN_TERM_HISTORY_HEADER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_TERM_HISTORY_HEADER_V, object_name:PN_TERM_HISTORY_HEADER_V, status:VALID, product: PN - Property Manager , description: Term History Header Form View. , implementation_dba_data: APPS.PN_TERM_HISTORY_HEADER_V ,
-
View: PN_TERM_HISTORY_HEADER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_TERM_HISTORY_HEADER_V, object_name:PN_TERM_HISTORY_HEADER_V, status:VALID, product: PN - Property Manager , description: Term History Header Form View. , implementation_dba_data: APPS.PN_TERM_HISTORY_HEADER_V ,
-
View: PN_EXP_PAYMENT_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_EXP_PAYMENT_ITEMS_V, object_name:PN_EXP_PAYMENT_ITEMS_V, status:VALID, product: PN - Property Manager , implementation_dba_data: APPS.PN_EXP_PAYMENT_ITEMS_V ,
-
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_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 ,
-
View: PN_VAR_TERMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_VAR_TERMS_V, object_name:PN_VAR_TERMS_V, status:VALID, product: PN - Property Manager , description: Form view used to view abatement details for an invoice. , implementation_dba_data: APPS.PN_VAR_TERMS_V ,
-
View: PN_VAR_TERMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_VAR_TERMS_V, object_name:PN_VAR_TERMS_V, status:VALID, product: PN - Property Manager , description: Form view used to view abatement details for an invoice. , implementation_dba_data: APPS.PN_VAR_TERMS_V ,
-
View: PN_PAYMENT_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_PAYMENT_ITEMS_V, object_name:PN_PAYMENT_ITEMS_V, status:VALID, product: PN - Property Manager , implementation_dba_data: APPS.PN_PAYMENT_ITEMS_V ,
-
View: PN_PAYMENT_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_PAYMENT_ITEMS_V, object_name:PN_PAYMENT_ITEMS_V, status:VALID, product: PN - Property Manager , implementation_dba_data: APPS.PN_PAYMENT_ITEMS_V ,
-
View: PN_AEL_BILL_GL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_AEL_BILL_GL_V, object_name:PN_AEL_BILL_GL_V, status:VALID, product: PN - Property Manager , implementation_dba_data: APPS.PN_AEL_BILL_GL_V ,
-
View: PN_AEL_PAY_GL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_AEL_PAY_GL_V, object_name:PN_AEL_PAY_GL_V, status:VALID, product: PN - Property Manager , implementation_dba_data: APPS.PN_AEL_PAY_GL_V ,
-
View: PN_AEL_PAY_GL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_AEL_PAY_GL_V, object_name:PN_AEL_PAY_GL_V, status:VALID, product: PN - Property Manager , implementation_dba_data: APPS.PN_AEL_PAY_GL_V ,