Search Results pn_var_lines_all
Overview
The PN_VAR_LINES_ALL table is a core data repository within the Oracle E-Business Suite Property Manager (PN) module, specifically for the management of variable rent agreements. It stores the detailed line items associated with each calculation period for a variable rent. Each record represents a specific line item, such as a revenue component or a deduction, that contributes to the final variable rent amount for a given period. Its primary role is to persist the granular, period-specific calculations and definitions that aggregate to form the total variable rent obligation, serving as a critical link between high-level rent agreements and their periodic financial execution.
Key Information Stored
While the provided metadata does not list specific column names beyond key identifiers, the table's structure is defined by its primary and foreign key relationships. The primary key, LINE_ITEM_ID, uniquely identifies each line record. The table's foreign keys reveal the essential data entities it connects. The VAR_RENT_ID column links the line to its parent variable rent agreement in PN_VAR_RENTS_ALL. The PERIOD_ID column ties the line to a specific calculation period in PN_VAR_PERIODS_ALL. Furthermore, columns like LINE_TEMPLATE_ID, AGREEMENT_TEMPLATE_ID, and LINE_DEFAULT_ID connect the line to its definitional templates (PN_VAR_LINE_TEMPLATES_ALL, PN_VAR_TEMPLATES_ALL, PN_VAR_LINE_DEFAULTS_ALL), which govern its calculation logic, such as breakpoints, rates, and formulas.
Common Use Cases and Queries
This table is central to generating variable rent invoices and reports. Common operational and analytical queries involve joining to related tables to analyze rent calculations. A typical use case is auditing the calculated rent for a specific lease and period. A sample SQL pattern would retrieve all line items for a variable rent agreement within a date range, joining to period and rent header tables:
- SELECT pvla.* FROM pn_var_lines_all pvla, pn_var_periods_all pvpa, pn_var_rents_all pvra WHERE pvla.period_id = pvpa.period_id AND pvla.var_rent_id = pvra.var_rent_id AND pvra.location_id = &location_id AND pvpa.start_date BETWEEN &date_from AND &date_to;
Another critical use case is tracing the source of a deduction or a specific revenue line by joining to PN_VAR_DEDUCTIONS_ALL or PN_VAR_BKPTS_HEAD_ALL using the LINE_ITEM_ID.
Related Objects
The PN_VAR_LINES_ALL table is a central hub in the variable rent schema, with extensive foreign key relationships. It references several parent tables for definitional data:
- PN_VAR_PERIODS_ALL via PERIOD_ID
- PN_VAR_RENTS_ALL via VAR_RENT_ID
- PN_VAR_LINE_TEMPLATES_ALL via LINE_TEMPLATE_ID
- PN_VAR_TEMPLATES_ALL via AGREEMENT_TEMPLATE_ID
- PN_VAR_LINE_DEFAULTS_ALL via LINE_DEFAULT_ID
Conversely, its LINE_ITEM_ID is referenced as a foreign key by several child tables that store detailed calculation components:
- PN_VAR_BKPTS_HEAD_ALL stores breakpoint details for the line.
- PN_VAR_DEDUCTIONS_ALL stores deduction amounts applied to the line.
- PN_VAR_VOL_HIST_ALL stores volume history used in line calculations.
- PN_VAR_RENT_SUMM_ALL stores summary information for the line item.
-
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_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_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_LINE_TEMPLATES_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_VAR_LINE_TEMPLATES_ALL, object_name:PN_VAR_LINE_TEMPLATES_ALL, status:VALID, product: PN - Property Manager , description: This table stores line setup information for variable rent by organization. , implementation_dba_data: PN.PN_VAR_LINE_TEMPLATES_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 ,
-
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 ,
-
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_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_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_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_TEMPLATES_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_VAR_TEMPLATES_ALL, object_name:PN_VAR_TEMPLATES_ALL, status:VALID, product: PN - Property Manager , description: This table stores templates containing default values for variable rent agreements. , implementation_dba_data: PN.PN_VAR_TEMPLATES_ALL ,
-
Table: PN_VAR_LINE_DEFAULTS_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_VAR_LINE_DEFAULTS_ALL, object_name:PN_VAR_LINE_DEFAULTS_ALL, status:VALID, product: PN - Property Manager , description: This table stores default line setup information for variable rent by organization. , implementation_dba_data: PN.PN_VAR_LINE_DEFAULTS_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 ,
-
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_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.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_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.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_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_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 ,