Search Results pn_payment_purpose_type
Overview
APPS.PN_PAYMENT_ITEMS_V is a reporting and integration view in Oracle E-Business Suite (EBS) Release 12.1.1 and 12.2.2 that consolidates payment item records used by the Property Manager (PN) module, most commonly in the context of lease and payment management. The view joins the base payment item table with payment terms, grouping rules, vendor, customer, and lookup data to present a denormalized, human-readable result set. It is typically consumed by concurrent reports, Oracle Discoverer workbooks, custom SQL reports, and outbound interfaces that require payment scheduling data enriched with descriptive names rather than internal identifiers. The view is owned by the APPS schema and is treated as a read-only object for reporting purposes.
Underlying Base Objects
The view is defined over the following documented base objects:
- PN_PAYMENT_ITEMS — the primary table, aliased as
pitem, supplying payment item detail such as amounts, dates, currency, and adjustment attributes. - PN_PAYMENT_TERMS_ALL — aliased as
pterm, supplying term-level attributes including frequency code, normalization flag, and code combination. - PN_PAY_GROUP_RULES — aliased as
ppgr, providing the invoice grouping rule name. - PN_LEASES_ALL — referenced for lease-level context such as the lease indicator.
- PO_VENDORS and PO_VENDOR_SITES_ALL — aliased as
povandpovs, supplying vendor name, vendor number (segment1), and vendor site code. - HZ_CUST_ACCOUNTS_ALL, HZ_CUST_SITE_USES_ALL, and HZ_PARTIES — supplying customer account number, customer site use, and party name.
- FND_LOOKUPS and FND_LOOKUP_VALUES — aliased as
flvandflv1, providing lookup meanings such aspayment_purposeandpayment_term_type. - FND_GLOBAL — the standard package used to derive session context such as organization and user information.
The view therefore functions as a single-source presentation layer over the transactional PN payment item model, replacing raw lookup codes with meaningful descriptions.
Key Columns
- payment_item_id — primary key of the underlying payment item record.
- payment_item_type_lookup_code — classifies the payment item (for example, payment or receipt).
- due_date, accounted_date, adj_start_date, adj_end_date — scheduling and adjustment dates for the item.
- actual_amount, estimated_amount, accounted_amount — monetary values at item and term level.
- currency_code and rate — transaction currency and conversion rate.
- payment_purpose — descriptive meaning derived via FND_LOOKUP_VALUES; this is the column surfaced when users search for "pn_payment_purpose_type," as the lookup that feeds it.
- payment_term_type — lookup meaning for the associated payment term.
- vendor_name, vendor_number, vendor_site, customer_name, customer_number — party identification for payment or receipt processing.
- inv_group_name — the invoice grouping rule name from PN_PAY_GROUP_RULES.
- transferred_to_ap_flag, ap_invoice_num — indicate whether the item was passed to Payables and its resulting invoice number.
- term_normalize_flag and one_time — DECODE-derived indicators for term behavior.
Common Use Cases and Queries
This view is commonly used to extract payment schedules for lease contracts, to reconcile payment items transferred to Payables, and to report payment purpose by vendor or customer. A typical query retrieves scheduled payments with their descriptive purpose and term type:
SELECT payment_item_id, due_date, vendor_name, currency_code, actual_amount, payment_purpose, payment_term_type FROM apps.pn_payment_items_v WHERE transferred_to_ap_flag = 'N' ORDER BY due_date;- Reporting received or paid amounts by grouping rule using
inv_group_nameandaccounted_amount. - Reconciling items already interfaced to Payables by filtering on
ap_invoice_num IS NOT NULL. - Filtering by
payment_purposeto analyze lease payments by purpose category, which is derived from the lookup underlying "pn_payment_purpose_type."
Because the view embeds FND_LOOKUPS resolutions at execution time, users must ensure the correct language and lookup configuration are in place when running reports, as the payment_purpose and payment_term_type values reflect the active lookup meanings in the session.
-
Lookup Type: PN_PAYMENT_PURPOSE_TYPE
12.1.1
product: PN - Property Manager , meaning: PN PAYMENT PURPOSE TYPE , description: Payment or Billing Purpose ,
-
Lookup Type: PN_PAYMENT_PURPOSE_TYPE
12.2.2
product: PN - Property Manager , meaning: PN PAYMENT PURPOSE TYPE , description: Payment or Billing Purpose ,
-
VIEW: APPS.PN_PAYMENT_ITEMS_V
12.2.2
-
VIEW: APPS.PN_PAYMENT_ITEMS_V
12.1.1
-
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_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: APPS.PN_TRX_LEASE_EXPENSE
12.2.2
-
VIEW: APPS.PN_TRX_LEASE_REVENUE
12.1.1
-
VIEW: APPS.PN_TRX_LEASE_EXPENSE
12.1.1
-
VIEW: APPS.PN_TRX_LEASE_REVENUE
12.2.2
-
VIEW: APPS.PN_EXP_PAYMENT_ITEMS_V
12.1.1
-
VIEW: APPS.PN_VAR_TEMPLATES_V
12.2.2
-
VIEW: APPS.PN_VAR_TEMPLATES_V
12.1.1
-
VIEW: APPS.PN_EXP_PAYMENT_ITEMS_V
12.2.2
-
VIEW: APPS.PN_VAR_TERMS_V
12.1.1
-
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_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: APPS.PN_TERM_TEMPLATES_V
12.1.1
-
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: APPS.PN_TERM_TEMPLATES_V
12.2.2
-
VIEW: APPS.PN_AEL_BILL_GL_V
12.1.1
-
VIEW: APPS.PN_XLA_EXTRACT_HEADERS_V
12.2.2
-
VIEW: APPS.PN_AEL_PAY_GL_V
12.2.2
-
VIEW: APPS.PN_VAR_TERMS_V
12.2.2
-
VIEW: APPS.PN_AEL_PAY_GL_V
12.1.1
-
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 ,
-
VIEW: APPS.PN_XLA_EXTRACT_HEADERS_V
12.1.1
-
VIEW: APPS.PN_AEL_BILL_GL_V
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
VIEW: APPS.PN_VAR_RENTS_V
12.2.2
-
VIEW: APPS.PN_VAR_RENTS_V
12.1.1
-
View: PN_TERM_TEMPLATES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_TERM_TEMPLATES_V, object_name:PN_TERM_TEMPLATES_V, status:VALID, product: PN - Property Manager , description: Form view used to enter/view term template information. , implementation_dba_data: APPS.PN_TERM_TEMPLATES_V ,
-
VIEW: APPS.PN_LOC_ACC_MAP_V
12.1.1
-
VIEW: APPS.PN_PAYMENT_TERMS_HISTORY_V
12.1.1
-
VIEW: APPS.PN_PAYMENT_TERMS_HISTORY_V
12.2.2
-
VIEW: APPS.PN_LOC_ACC_MAP_V
12.2.2
-
View: PN_TERM_TEMPLATES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_TERM_TEMPLATES_V, object_name:PN_TERM_TEMPLATES_V, status:VALID, product: PN - Property Manager , description: Form view used to enter/view term template information. , implementation_dba_data: APPS.PN_TERM_TEMPLATES_V ,
-
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_VAR_RENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_VAR_RENTS_V, object_name:PN_VAR_RENTS_V, status:VALID, product: PN - Property Manager , description: Form view used to input variable rent agreement related information. , implementation_dba_data: APPS.PN_VAR_RENTS_V ,
-
View: PN_VAR_RENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_VAR_RENTS_V, object_name:PN_VAR_RENTS_V, status:VALID, product: PN - Property Manager , description: Form view used to input variable rent agreement related information. , implementation_dba_data: APPS.PN_VAR_RENTS_V ,
-
VIEW: APPS.PN_PAYMENT_TERMS_V
12.2.2
-
View: PN_XLA_EXTRACT_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_XLA_EXTRACT_HEADERS_V, object_name:PN_XLA_EXTRACT_HEADERS_V, status:VALID, product: PN - Property Manager , implementation_dba_data: APPS.PN_XLA_EXTRACT_HEADERS_V ,
-
VIEW: APPS.PN_PAYMENT_TERMS_V
12.1.1
-
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 ,
-
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_BILL_GL_V
12.1.1
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 ,