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


TABLE: PN.PN_INDEX_LEASE_TERMS_ALL

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


This table stores the payment terms created for the index leases.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PN_INDEX_LEASE_TERMS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnINDEX_LEASE_TERM_ID
PN_INDEX_LEASE_TERMS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnINDEX_PERIOD_ID
PN_INDEX_LEASE_TERMS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnRENT_INCREASE_TERM_ID
Columns
Name Datatype Length Mandatory Comments
INDEX_LEASE_TERM_ID NUMBER
Yes Uniquely identifies the row.The value is populated using sequence PN_INDEX_LEASE_TERMS_S.
INDEX_LEASE_ID NUMBER
Yes Associates the row in PN_INDEX_LEASES_ALL with the row in this table.
INDEX_PERIOD_ID NUMBER
Yes Associates the row in PN_INDEX_LEASE_PERIODS_ALL with the row in this table.
LEASE_TERM_ID NUMBER
Yes Associates a payment term of the main lease with the rent increase for a index rent period.
RENT_INCREASE_TERM_ID NUMBER
Yes Identifies the rent increase payment term for a index rent period.
AMOUNT NUMBER
Yes Amount contributed by a main lease term towards the rent increase for a period.
APPROVED_FLAG VARCHAR2 (30) Yes Indicates whether the rent increase for the period has been approved.
ORG_ID NUMBER

Organization identifier
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).
INDEX_TERM_INDICATOR VARCHAR2 (30)
Identifies whether the payment term is for backbill or recurring .
Query Text

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


SELECT INDEX_LEASE_TERM_ID
,      INDEX_LEASE_ID
,      INDEX_PERIOD_ID
,      LEASE_TERM_ID
,      RENT_INCREASE_TERM_ID
,      AMOUNT
,      APPROVED_FLAG
,      ORG_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      INDEX_TERM_INDICATOR
FROM PN.PN_INDEX_LEASE_TERMS_ALL;

Dependencies

[top of page]

PN.PN_INDEX_LEASE_TERMS_ALL does not reference any database object

PN.PN_INDEX_LEASE_TERMS_ALL is referenced by following:

SchemaAPPS
SynonymPN_INDEX_LEASE_TERMS
SynonymPN_INDEX_LEASE_TERMS_ALL