Search Results pn_payment_frequency_type
Overview
APPS.PN_VAR_BKPTS_HEAD_V is a reporting and inquiry view in Oracle E-Business Suite Property Manager (PN), the ETRM module responsible for managing real estate leases, variable rent, and breakpoints. The view exposes the breakpoint header definition for variable rent schedules together with the reporting frequency of the underlying variable rent record. It is defined over PN_VAR_BKPTS_HEAD, PN_VAR_RENT_DATES_ALL, and FND_LOOKUPS, producing a denormalized result set that joins each breakpoint header to its parent variable rent date record and resolves the reporting frequency code to a user-facing meaning. Because it is owned by APPS and defined as a view (not a table), it is read-only and intended for reporting, concurrent-program queries, Oracle Forms LOVs, and integration extracts rather than for transactional DML. The view is available in both EBS 12.1.1 and 12.2.2; the documented metadata reflects the 12.2.2 ETRM definition.
Underlying Base Objects
The documented base objects and their roles are:
- PN_VAR_BKPTS_HEAD (synonym) — The primary breakpoint header table, aliased
bkheadin the view text. It supplies the breakpoint header identifier, break type, base rent attributes, natural break rate, breakpoint type, descriptive flexfield columns, and the ORG_ID operating unit column. - PN_VAR_RENT_DATES_ALL (synonym) — The variable rent dates table, aliased
dat. It is joined to the breakpoint header onVAR_RENT_IDand contributesREPTG_FREQ_CODE, which is projected asfrequency_code. - FND_LOOKUPS (view) — The standard Oracle Application Object Library lookup view, aliased
fnd1. It is joined with outer-join syntax onlookup_type = 'PN_PAYMENT_FREQUENCY_TYPE'andlookup_code = dat.reptg_freq_codeto resolve the meaning of the reporting frequency, projected asfrequency. - FND_GLOBAL (package) — Not referenced in the visible SELECT text but documented as a base object; FND_GLOBAL supplies session context (user, responsibility, org) used by multi-org and security predicates applied to the view.
Key Columns
- BKPT_HEADER_ID — Primary key of the breakpoint header record.
- LINE_ITEM_ID — The lease line item to which the breakpoint header belongs.
- PERIOD_ID — The period associated with the breakpoint definition.
- BREAK_TYPE, BASE_RENT_TYPE, BREAKPOINT_TYPE — Codes describing the break structure, base rent method, and breakpoint calculation type.
- NATURAL_BREAK_RATE, BASE_RENT — Numeric attributes driving the breakpoint calculation.
- VAR_RENT_ID — Foreign key linking the header to the variable rent date record; the join key to PN_VAR_RENT_DATES_ALL.
- FREQUENCY_CODE / FREQUENCY — The reporting frequency code from the variable rent dates record and its translated meaning from FND_LOOKUPS.
- BKHD_DEFAULT_ID, BKHD_START_DATE, BKHD_END_DATE — Default identifier and effective date range of the breakpoint header.
- ORG_ID — Operating unit identifier supporting multi-org security.
- ATTRIBUTE_CATEGORY, ATTRIBUTE1–ATTRIBUTE15 — Descriptive flexfield columns.
- ROW_ID — The ROWID pseudo-column of the breakpoint header, exposed for row identification.
- Audit columns — CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN.
Common Use Cases and Queries
The view is typically used to report breakpoint definitions alongside their variable rent reporting frequency, for reconciliation of variable rent schedules, and for building LOVs or extracts that require the lookup meaning rather than the raw code.
- Listing all breakpoint headers for a line item:
SELECT bkpt_header_id, line_item_id, period_id, break_type, breakpoint_type, base_rent FROM apps.pn_var_bkpts_head_v WHERE line_item_id = :line_item_id; - Resolving breakpoints by frequency meaning:
SELECT bkpt_header_id, var_rent_id, frequency_code, frequency FROM apps.pn_var_bkpts_head_v WHERE frequency = 'Monthly'; - Org-scoped extract:
SELECT bkpt_header_id, org_id, bkhd_start_date, bkhd_end_date FROM apps.pn_var_bkpts_head_v WHERE org_id = :org_id;
Because the join to FND_LOOKUPS is an outer join, records whose reporting frequency code has no matching lookup value are still returned with a null frequency; queries filtering on translated meanings should account for this.
-
Lookup Type: PN_PAYMENT_FREQUENCY_TYPE
12.2.2
product: PN - Property Manager , meaning: PN PAYMENT FREQUENCY TYPE , description: Payment or Billing Term Frequency ,
-
Lookup Type: PN_PAYMENT_FREQUENCY_TYPE
12.1.1
product: PN - Property Manager , meaning: PN PAYMENT FREQUENCY TYPE , description: Payment or Billing Term Frequency ,
-
VIEW: APPS.PN_VAR_BKPTS_HEAD_V
12.1.1
-
VIEW: APPS.PN_VAR_BKHD_DEFAULTS_V
12.1.1
-
VIEW: APPS.PN_VAR_BKHD_DEFAULTS_V
12.2.2
-
VIEW: APPS.PN_VAR_BKPTS_HEAD_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: APPS.PN_VAR_TERMS_V
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
VIEW: APPS.PN_AEL_BILL_GL_V
12.2.2
-
VIEW: APPS.PN_XLA_EXTRACT_HEADERS_V
12.1.1
-
VIEW: APPS.PN_AEL_BILL_GL_V
12.1.1
-
VIEW: APPS.PN_XLA_EXTRACT_HEADERS_V
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
VIEW: APPS.PN_PAYMENT_TERMS_HISTORY_V
12.1.1
-
VIEW: APPS.PN_PAYMENT_TERMS_HISTORY_V
12.2.2
-
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_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_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 ,
-
VIEW: APPS.PN_PAYMENT_TERMS_V
12.1.1
-
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 ,
-
VIEW: APPS.PN_PAYMENT_TERMS_V
12.2.2
-
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_XLA_EXTRACT_HEADERS_V
12.2.2
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: 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: PN_PAYMENT_TERMS_HISTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_PAYMENT_TERMS_HISTORY_V, object_name:PN_PAYMENT_TERMS_HISTORY_V, status:VALID, product: PN - Property Manager , description: Term History Form View. , implementation_dba_data: APPS.PN_PAYMENT_TERMS_HISTORY_V ,
-
View: PN_PAYMENT_TERMS_HISTORY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_PAYMENT_TERMS_HISTORY_V, object_name:PN_PAYMENT_TERMS_HISTORY_V, status:VALID, product: PN - Property Manager , description: Term History Form View. , implementation_dba_data: APPS.PN_PAYMENT_TERMS_HISTORY_V ,
-
View: PN_PAYMENT_TERMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_PAYMENT_TERMS_V, object_name:PN_PAYMENT_TERMS_V, status:VALID, product: PN - Property Manager , description: Form view used to input payment terms information , implementation_dba_data: APPS.PN_PAYMENT_TERMS_V ,
-
View: PN_PAYMENT_TERMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_PAYMENT_TERMS_V, object_name:PN_PAYMENT_TERMS_V, status:VALID, product: PN - Property Manager , description: Form view used to input payment terms information , implementation_dba_data: APPS.PN_PAYMENT_TERMS_V ,
-
TABLE: PN.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,
-
TABLE: PN.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,
-
PACKAGE BODY: APPS.PNRX_RENT_INCREASE_DETAILACC
12.2.2
-
PACKAGE BODY: APPS.PNRX_RENT_INCREASE_DETAILACC
12.1.1
-
PACKAGE BODY: APPS.PNRX_RENT_INCREASE_DETAIL
12.2.2
-
TABLE: PN.PN_RENT_INCREASE_DETAILACC_ITF
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_RENT_INCREASE_DETAILACC_ITF, object_name:PN_RENT_INCREASE_DETAILACC_ITF, status:VALID,
-
TABLE: PN.PN_RENT_INCREASE_DETAIL_ITF
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_RENT_INCREASE_DETAIL_ITF, object_name:PN_RENT_INCREASE_DETAIL_ITF, status:VALID,
-
TABLE: PN.PN_RENT_INCREASE_DETAIL_ITF
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_RENT_INCREASE_DETAIL_ITF, object_name:PN_RENT_INCREASE_DETAIL_ITF, status:VALID,
-
TABLE: PN.PN_RENT_INCREASE_DETAILACC_ITF
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_RENT_INCREASE_DETAILACC_ITF, object_name:PN_RENT_INCREASE_DETAILACC_ITF, status:VALID,
-
PACKAGE BODY: APPS.PNRX_RENT_INCREASE_DETAIL
12.1.1
-
TABLE: PN.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,
-
TABLE: PN.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,
-
PACKAGE BODY: APPS.PNRX_RENT_INCREASE_SUMMARY
12.2.2
-
PACKAGE BODY: APPS.PNRX_RENT_INCREASE_SUMMARY
12.1.1
-
PACKAGE: APPS.PN_VAREN_PVT
12.2.2
-
APPS.PNRX_RENT_INCREASE_DETAIL dependencies on PNRX_RENT_INCREASE_DETAIL
12.2.2
-
APPS.PN_LEASE_PVT dependencies on FND_LOOKUP_TYPES
12.2.2
-
APPS.PNRX_RENT_INCREASE_DETAIL dependencies on PNRX_RENT_INCREASE_DETAIL
12.1.1