[Home] [Help]
[Dependency Information]
Object Name: | PN_INDEX_LEASE_TERMS_ALL |
---|---|
Object Type: | TABLE |
Owner: | PN |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table stores the payment terms created for the index leases.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PN_INDEX_LEASE_TERMS_U1 | NORMAL | UNIQUE |
![]() |
![]() |
PN_INDEX_LEASE_TERMS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
PN_INDEX_LEASE_TERMS_N2 | NORMAL | NONUNIQUE |
![]() |
![]() |
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 . |
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;
PN.PN_INDEX_LEASE_TERMS_ALL does not reference any database object
PN.PN_INDEX_LEASE_TERMS_ALL is referenced by following:
|
|
|