Search Results pn_var_periods_all
Overview
The PN_VAR_PERIODS_ALL table is a core data structure within the Oracle E-Business Suite (EBS) Property Manager (PN) module, specifically for managing variable rent agreements. Its primary role is to store the detailed period-level information generated by the system's periods generation program for the entire duration of a variable rent term. This table acts as the central hub for all period-specific calculations, constraints, and invoicing related to variable rent, enabling the system to track and process rent that fluctuates based on agreed-upon metrics like sales volume or usage. As an "ALL" table, it is multi-organization enabled, storing data for all operating units.
Key Information Stored
While the provided metadata does not list specific columns, the table's primary key is PERIOD_ID, which uniquely identifies each generated period for a variable rent agreement. Based on its central role and foreign key relationships, the table is expected to store critical temporal and linking information. Key columns typically include VAR_RENT_ID (linking the period to its parent variable rent definition in PN_VAR_RENTS_ALL), period start and end dates, period status (e.g., Open, Calculated, Invoiced), and potentially the period number or sequence. It serves as the anchor point for all subsequent variable rent transactions and calculations tied to a specific time slice of the agreement.
Common Use Cases and Queries
This table is fundamental for reporting, reconciliation, and troubleshooting within the variable rent lifecycle. Common use cases include auditing all generated periods for a specific variable rent contract, identifying periods pending calculation or invoicing, and analyzing period dates for alignment with lease terms. A typical query would join PN_VAR_PERIODS_ALL to PN_VAR_RENTS_ALL and the lease tables to pull a period schedule report. For technical support, queries often focus on periods that are stalled in processing by examining statuses and related transactional data. Sample SQL to list periods for a variable rent ID would be: SELECT period_id, start_date, end_date, status_code FROM pn_var_periods_all WHERE var_rent_id = <VAR_RENT_ID> ORDER BY start_date;.
Related Objects
The PN_VAR_PERIODS_ALL table has extensive relationships, as documented by its foreign keys. It is a primary child of PN_VAR_RENTS_ALL (via VAR_RENT_ID). Crucially, it acts as a parent table to numerous other variable rent transactional and setup tables, including:
- PN_VAR_BKPTS_HEAD_ALL (Breakpoints)
- PN_VAR_CONSTRAINTS_ALL (Calculation constraints)
- PN_VAR_DEDUCTIONS_ALL (Deductions applied)
- PN_VAR_GRP_DATES_ALL (Grouping dates for periods)
- PN_VAR_LINES_ALL (Calculated rent lines)
- PN_VAR_RENT_INV_ALL (Invoice details)
- PN_VAR_RENT_SUMM_ALL (Rent summaries)
- PN_VAR_VOL_HIST_ALL (Volume history records)
-
Table: PN_VAR_PERIODS_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_VAR_PERIODS_ALL, object_name:PN_VAR_PERIODS_ALL, status:VALID, product: PN - Property Manager , description: Stores information about periods generated by the periods generation program for the duration of variable rent. , implementation_dba_data: PN.PN_VAR_PERIODS_ALL ,
-
Table: PN_VAR_PERIODS_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_VAR_PERIODS_ALL, object_name:PN_VAR_PERIODS_ALL, status:VALID, product: PN - Property Manager , description: Stores information about periods generated by the periods generation program for the duration of variable rent. , implementation_dba_data: PN.PN_VAR_PERIODS_ALL ,
-
Table: PN_VAR_CONSTRAINTS_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_VAR_CONSTRAINTS_ALL, object_name:PN_VAR_CONSTRAINTS_ALL, status:VALID, product: PN - Property Manager , description: Stores constraints to be applied to a period for the calculation of variable rent. , implementation_dba_data: PN.PN_VAR_CONSTRAINTS_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_VAR_GRP_DATES_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_VAR_GRP_DATES_ALL, object_name:PN_VAR_GRP_DATES_ALL, status:VALID, product: PN - Property Manager , description: Stores critical dates related to the variable rent agreement generated by the periods generation program. , implementation_dba_data: PN.PN_VAR_GRP_DATES_ALL ,
-
Table: PN_VAR_LINES_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_VAR_LINES_ALL, object_name:PN_VAR_LINES_ALL, status:VALID, product: PN - Property Manager , description: Stores information related to line items associated within each period for a variable rent. , implementation_dba_data: PN.PN_VAR_LINES_ALL ,
-
Table: PN_VAR_CONSTRAINTS_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_VAR_CONSTRAINTS_ALL, object_name:PN_VAR_CONSTRAINTS_ALL, status:VALID, product: PN - Property Manager , description: Stores constraints to be applied to a period for the calculation of variable rent. , implementation_dba_data: PN.PN_VAR_CONSTRAINTS_ALL ,
-
Table: PN_VAR_GRP_DATES_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_VAR_GRP_DATES_ALL, object_name:PN_VAR_GRP_DATES_ALL, status:VALID, product: PN - Property Manager , description: Stores critical dates related to the variable rent agreement generated by the periods generation program. , implementation_dba_data: PN.PN_VAR_GRP_DATES_ALL ,
-
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_VAR_LINES_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_VAR_LINES_ALL, object_name:PN_VAR_LINES_ALL, status:VALID, product: PN - Property Manager , description: Stores information related to line items associated within each period for a variable rent. , implementation_dba_data: PN.PN_VAR_LINES_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 ,
-
Table: PN_VAR_RENTS_ALL
12.2.2
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 ,
-
Table: PN_VAR_VOL_HIST_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_VAR_VOL_HIST_ALL, object_name:PN_VAR_VOL_HIST_ALL, status:VALID, product: PN - Property Manager , description: Stores volume history related to a line item. , implementation_dba_data: PN.PN_VAR_VOL_HIST_ALL ,
-
Table: PN_VAR_BKPTS_HEAD_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_VAR_BKPTS_HEAD_ALL, object_name:PN_VAR_BKPTS_HEAD_ALL, status:VALID, product: PN - Property Manager , description: Stores breakpoint related detail information to be used in the calculation of variable rent for each line item. , implementation_dba_data: PN.PN_VAR_BKPTS_HEAD_ALL ,
-
Table: PN_VAR_BKPTS_HEAD_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_VAR_BKPTS_HEAD_ALL, object_name:PN_VAR_BKPTS_HEAD_ALL, status:VALID, product: PN - Property Manager , description: Stores breakpoint related detail information to be used in the calculation of variable rent for each line item. , implementation_dba_data: PN.PN_VAR_BKPTS_HEAD_ALL ,
-
View: PN_FOR_RENT_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_FOR_RENT_DETAILS_V, object_name:PN_FOR_RENT_DETAILS_V, status:VALID, product: PN - Property Manager , description: View for viewing actual variable rent details by line item and group date. , implementation_dba_data: APPS.PN_FOR_RENT_DETAILS_V ,
-
View: PN_VAR_PERIODS_DATES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_VAR_PERIODS_DATES_V, object_name:PN_VAR_PERIODS_DATES_V, status:VALID, product: PN - Property Manager , description: Form view for viewing variable rent period details. , implementation_dba_data: APPS.PN_VAR_PERIODS_DATES_V ,
-
Table: PN_VAR_VOL_HIST_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_VAR_VOL_HIST_ALL, object_name:PN_VAR_VOL_HIST_ALL, status:VALID, product: PN - Property Manager , description: Stores volume history related to a line item. , implementation_dba_data: PN.PN_VAR_VOL_HIST_ALL ,
-
Table: PN_VAR_DEDUCTIONS_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_VAR_DEDUCTIONS_ALL, object_name:PN_VAR_DEDUCTIONS_ALL, status:VALID, product: PN - Property Manager , description: Stores deductions to be applied to each line item for calculation of variable rent. , implementation_dba_data: PN.PN_VAR_DEDUCTIONS_ALL ,
-
Table: PN_VAR_RENT_SUMM_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_VAR_RENT_SUMM_ALL, object_name:PN_VAR_RENT_SUMM_ALL, status:VALID, product: PN - Property Manager , description: Stores the calculated variable rent for a line item for a group date. , implementation_dba_data: PN.PN_VAR_RENT_SUMM_ALL ,
-
Table: PN_VAR_DEDUCTIONS_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_VAR_DEDUCTIONS_ALL, object_name:PN_VAR_DEDUCTIONS_ALL, status:VALID, product: PN - Property Manager , description: Stores deductions to be applied to each line item for calculation of variable rent. , implementation_dba_data: PN.PN_VAR_DEDUCTIONS_ALL ,
-
Table: PN_VAR_RENT_SUMM_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_VAR_RENT_SUMM_ALL, object_name:PN_VAR_RENT_SUMM_ALL, status:VALID, product: PN - Property Manager , description: Stores the calculated variable rent for a line item for a group date. , implementation_dba_data: PN.PN_VAR_RENT_SUMM_ALL ,
-
View: PN_FOR_RENT_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_FOR_RENT_DETAILS_V, object_name:PN_FOR_RENT_DETAILS_V, status:VALID, product: PN - Property Manager , description: View for viewing actual variable rent details by line item and group date. , implementation_dba_data: APPS.PN_FOR_RENT_DETAILS_V ,
-
View: PN_VAR_PERIODS_DATES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_VAR_PERIODS_DATES_V, object_name:PN_VAR_PERIODS_DATES_V, status:VALID, product: PN - Property Manager , description: Form view for viewing variable rent period details. , implementation_dba_data: APPS.PN_VAR_PERIODS_DATES_V ,
-
View: PN_VAR_LINES_DATES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_VAR_LINES_DATES_V, object_name:PN_VAR_LINES_DATES_V, status:VALID, product: PN - Property Manager , description: Form view for viewing variable rent line item details. , implementation_dba_data: APPS.PN_VAR_LINES_DATES_V ,
-
View: PN_ACT_RENT_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_ACT_RENT_DETAILS_V, object_name:PN_ACT_RENT_DETAILS_V, status:VALID, product: PN - Property Manager , description: View for viewing actual variable rent details by line item and group date. , implementation_dba_data: APPS.PN_ACT_RENT_DETAILS_V ,
-
View: PN_VAR_BKPTS_HEAD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_VAR_BKPTS_HEAD_V, object_name:PN_VAR_BKPTS_HEAD_V, status:VALID, product: PN - Property Manager , description: Form view used to input breakpoint header information. , implementation_dba_data: APPS.PN_VAR_BKPTS_HEAD_V ,
-
View: PN_ACT_RENT_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_ACT_RENT_DETAILS_V, object_name:PN_ACT_RENT_DETAILS_V, status:VALID, product: PN - Property Manager , description: View for viewing actual variable rent details by line item and group date. , implementation_dba_data: APPS.PN_ACT_RENT_DETAILS_V ,
-
View: PN_VAR_LINES_DATES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_VAR_LINES_DATES_V, object_name:PN_VAR_LINES_DATES_V, status:VALID, product: PN - Property Manager , description: Form view for viewing variable rent line item details. , implementation_dba_data: APPS.PN_VAR_LINES_DATES_V ,
-
View: PN_VAR_BKPTS_HEAD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_VAR_BKPTS_HEAD_V, object_name:PN_VAR_BKPTS_HEAD_V, status:VALID, product: PN - Property Manager , description: Form view used to input breakpoint header information. , implementation_dba_data: APPS.PN_VAR_BKPTS_HEAD_V ,
-
View: PN_VAR_DEDUCTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_VAR_DEDUCTIONS_V, object_name:PN_VAR_DEDUCTIONS_V, status:VALID, product: PN - Property Manager , description: Form view used to input deductions related information. , implementation_dba_data: APPS.PN_VAR_DEDUCTIONS_V ,
-
View: PN_VAR_PERIODS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_VAR_PERIODS_V, object_name:PN_VAR_PERIODS_V, status:VALID, product: PN - Property Manager , description: Form view used to display generated periods for a variable rent agreement. , implementation_dba_data: APPS.PN_VAR_PERIODS_V ,
-
View: PN_VAR_PERIODS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_VAR_PERIODS_V, object_name:PN_VAR_PERIODS_V, status:VALID, product: PN - Property Manager , description: Form view used to display generated periods for a variable rent agreement. , implementation_dba_data: APPS.PN_VAR_PERIODS_V ,
-
View: PN_VAR_DEDUCTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_VAR_DEDUCTIONS_V, object_name:PN_VAR_DEDUCTIONS_V, status:VALID, product: PN - Property Manager , description: Form view used to input deductions related information. , implementation_dba_data: APPS.PN_VAR_DEDUCTIONS_V ,
-
View: PN_VAR_VOL_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_VAR_VOL_HIST_V, object_name:PN_VAR_VOL_HIST_V, status:VALID, product: PN - Property Manager , description: Form view used to input volume history related information. , implementation_dba_data: APPS.PN_VAR_VOL_HIST_V ,
-
View: PN_VAR_VOL_HIST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_VAR_VOL_HIST_V, object_name:PN_VAR_VOL_HIST_V, status:VALID, product: PN - Property Manager , description: Form view used to input volume history related information. , implementation_dba_data: APPS.PN_VAR_VOL_HIST_V ,
-
View: PN_VAR_RENT_ADJ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_VAR_RENT_ADJ_V, object_name:PN_VAR_RENT_ADJ_V, status:VALID, product: PN - Property Manager , description: Form view for viewing variable rent adjustment history details. , implementation_dba_data: APPS.PN_VAR_RENT_ADJ_V ,
-
View: PN_VAR_RENT_ADJ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_VAR_RENT_ADJ_V, object_name:PN_VAR_RENT_ADJ_V, status:VALID, product: PN - Property Manager , description: Form view for viewing variable rent adjustment history details. , implementation_dba_data: APPS.PN_VAR_RENT_ADJ_V ,