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


TABLE: PN.PN_VAR_GRP_DATES_ALL

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


Stores critical dates related to the variable rent agreement generated by the periods generation program based on information from PN_VAR_DATES_ALL table such as group start and end dates, invoice start and end dates, group date ,invoice date, proration factor. 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_GRP_DATES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnGRP_DATE_ID
PN_VAR_GRP_DATES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnVAR_RENT_ID
PN_VAR_GRP_DATES_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPERIOD_ID
Columns
Name Datatype Length Mandatory Comments
GRP_DATE_ID NUMBER
Yes Uniquely identifies the Group Dates 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 group dates row with a variable rent row in PN_VAR_RENTS_ALL.
PERIOD_ID NUMBER
Yes Associates the group dates row with a period row in PN_VAR_PERIODS_ALL.
GRP_START_DATE DATE

Start date for group date based on the information from PN_VAR_RENT_DATES_ALL.Generated by the generate periods program.
GRP_END_DATE DATE

End date for group date based on the information from PN_VAR_RENT_DATES_ALL.Generated by the generate periods program.
GROUP_DATE DATE

Date derived from the variable rent dates table.Generated by the generate periods program.
REPTG_DUE_DATE DATE

Reporting due date derived from the variable rent dates table. Generated by the generate periods program.
INV_START_DATE DATE

Invoice start date for invoice date based on the information from PN_VAR_RENT_DATES_ALL. Generated by the generate periods program.
INV_END_DATE DATE

Invoice end date for invoice date based on the information fromPN_VAR_RENT_DATES_ALL. Generated by the generate periods program.
INVOICE_DATE DATE

Date derived from the variable rent dates table. Generated by the generate periods program.
INV_SCHEDULE_DATE DATE

Invocing schedule date derived from the variable rent dates table. Generated by the generate periods program.
PRORATION_FACTOR NUMBER

A fractional value not greater than 1 indicating the proration for the group.Generated by generate periods program.
ACTUAL_EXP_CODE VARCHAR2 (1)
Identifies if a variable rent amount has been exported using this group date.
FORECASTED_EXP_CODE VARCHAR2 (1)
Identifies if a forecasted variable rent amount has been exported using this group date.
VARIANCE_EXP_CODE VARCHAR2 (1)
Identifies if a difference of forecasted and actual variable rent amounts has been exported using this group date.
ORG_ID NUMBER (15)
Organization identifier
Query Text

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


SELECT GRP_DATE_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      VAR_RENT_ID
,      PERIOD_ID
,      GRP_START_DATE
,      GRP_END_DATE
,      GROUP_DATE
,      REPTG_DUE_DATE
,      INV_START_DATE
,      INV_END_DATE
,      INVOICE_DATE
,      INV_SCHEDULE_DATE
,      PRORATION_FACTOR
,      ACTUAL_EXP_CODE
,      FORECASTED_EXP_CODE
,      VARIANCE_EXP_CODE
,      ORG_ID
FROM PN.PN_VAR_GRP_DATES_ALL;

Dependencies

[top of page]

PN.PN_VAR_GRP_DATES_ALL does not reference any database object

PN.PN_VAR_GRP_DATES_ALL is referenced by following:

SchemaAPPS
SynonymPN_VAR_GRP_DATES
SynonymPN_VAR_GRP_DATES_ALL