DBA Data[Home] [Help] [Dependency Information]


TABLE: PN.PN_VAR_RENT_DATES_ALL

Object Details
Object Name: PN_VAR_RENT_DATES_ALL
Object Type: TABLE
Owner: PN
FND Design Data: TablePN.PN_VAR_RENT_DATES_ALL
Subobject Name:
Status: VALID


Stores GL Calendar to be used and date related frequencies for the variable rent agreement such as reporting, invoicing auditing and reconciliation frequencies.This table is partitioned by org.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PN_VAR_RENT_DATES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnVAR_RENT_DATE_ID
PN_VAR_RENT_DATES_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnVAR_RENT_ID
Columns
Name Datatype Length Mandatory Comments
VAR_RENT_DATE_ID NUMBER
Yes Uniquely identifies the Variable Rent Date row.
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER
Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
CREATED_BY NUMBER
Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER

Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
VAR_RENT_ID NUMBER
Yes Associates the variable rent dates row with a Variable Rent row in PN_VAR_RENTS_ALL.
GL_PERIOD_SET_NAME VARCHAR2 (15)
Associates the variable rent dates row with GL Calendar row in GL_PERIODS.
PERIOD_FREQ_CODE VARCHAR2 (30) Yes Used for generating variable rent periods.
REPTG_FREQ_CODE VARCHAR2 (30) Yes Frequency of reporting sales volume. Also used for generating group dates.
REPTG_DAY_OF_MONTH NUMBER

Date of the month following the reporting period that reporting of sales volume is due.
REPTG_DAYS_AFTER NUMBER

Number of days following the reporting period that reporting of sales volume is due.
INVG_FREQ_CODE VARCHAR2 (30) Yes Frequency of invoicing. Also used for generating invoicing dates.
INVG_DAY_OF_MONTH NUMBER

Date of the month following the invoicing period that invoicing is due.
INVG_DAYS_AFTER NUMBER

Number of days following the invoicing period that invoicing is due.
INVG_SPREAD_CODE VARCHAR2 (30)
Not used
INVG_TERM NUMBER

Determines the invoicing end date if spread frequency is other than one-time.
AUDIT_FREQ_CODE VARCHAR2 (30)
Not used
AUDIT_DAY_OF_MONTH NUMBER

Date of the month following the audit period that auditing is due.
AUDIT_DAYS_AFTER NUMBER

Number of days following the audit period that auditing is due.
RECON_FREQ_CODE VARCHAR2 (30)
Not used
RECON_DAY_OF_MONTH NUMBER

Date of the month following the reconciliation period that reconciliation is due.
RECON_DAYS_AFTER NUMBER

Number of days following the reconciliation period that reconciliation is due.
ATTRIBUTE_CATEGORY VARCHAR2 (30)
Descriptive flexfield structure definition column.
ATTRIBUTE1 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE2 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE3 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE4 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE5 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE6 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE7 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE8 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE9 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE10 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE11 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE12 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE13 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE14 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE15 VARCHAR2 (150)
Descriptive flexfield segment
ORG_ID NUMBER (15)
Organization identifier
USE_GL_CALENDAR VARCHAR2 (1)
Indicates if the user uses a GL Calendar to generate the periods and the group dates
PERIOD_TYPE VARCHAR2 (15)
Indicates the period type to be used for the selected GL Calendar to generate periods and group dates.
YEAR_START_DATE DATE

Determines the year start date to be used to generate periods and group dates.
COMMENTS VARCHAR2 (2000)
Used for comments about variable rent dates, such as the reporting date or invoicing date.
EFFECTIVE_DATE DATE

Effective date for variable rent
VRG_REPTG_FREQ_CODE VARCHAR2 (30) Yes Code specifying reporting frequency to be used in the variable rent gateway
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT VAR_RENT_DATE_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      VAR_RENT_ID
,      GL_PERIOD_SET_NAME
,      PERIOD_FREQ_CODE
,      REPTG_FREQ_CODE
,      REPTG_DAY_OF_MONTH
,      REPTG_DAYS_AFTER
,      INVG_FREQ_CODE
,      INVG_DAY_OF_MONTH
,      INVG_DAYS_AFTER
,      INVG_SPREAD_CODE
,      INVG_TERM
,      AUDIT_FREQ_CODE
,      AUDIT_DAY_OF_MONTH
,      AUDIT_DAYS_AFTER
,      RECON_FREQ_CODE
,      RECON_DAY_OF_MONTH
,      RECON_DAYS_AFTER
,      ATTRIBUTE_CATEGORY
,      ATTRIBUTE1
,      ATTRIBUTE2
,      ATTRIBUTE3
,      ATTRIBUTE4
,      ATTRIBUTE5
,      ATTRIBUTE6
,      ATTRIBUTE7
,      ATTRIBUTE8
,      ATTRIBUTE9
,      ATTRIBUTE10
,      ATTRIBUTE11
,      ATTRIBUTE12
,      ATTRIBUTE13
,      ATTRIBUTE14
,      ATTRIBUTE15
,      ORG_ID
,      USE_GL_CALENDAR
,      PERIOD_TYPE
,      YEAR_START_DATE
,      COMMENTS
,      EFFECTIVE_DATE
,      VRG_REPTG_FREQ_CODE
FROM PN.PN_VAR_RENT_DATES_ALL;

Dependencies

[top of page]

PN.PN_VAR_RENT_DATES_ALL does not reference any database object

PN.PN_VAR_RENT_DATES_ALL is referenced by following:

SchemaPN
ViewPN_VAR_RENT_DATES_ALL#