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


TABLE: PN.PN_INDEX_EXCLUDE_TERM_ALL

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


Whenever a payment term is unchecked in the Exclude Payment terms window of the Rent Increase Form, a row is created in this table.
It stores the payment terms that are to be excluded during the calculation of the basis for the rent increase. This table is by org.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PN_INDEX_EXCLUDE_TERM_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnINDEX_EXCLUDE_TERM_ID
PN_INDEX_EXCLUDE_TERM_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnINDEX_LEASE_ID
ColumnPAYMENT_TERM_ID
Columns
Name Datatype Length Mandatory Comments
INDEX_EXCLUDE_TERM_ID NUMBER
Yes Uniquely identifies the row in this table.The value is populated using the sequence PN_INDEX_EXCLUDE_TERM_S.
INDEX_LEASE_ID NUMBER
Yes Associates the row in PN_INDEX_LEASES_ALL with the row in this table.
PAYMENT_TERM_ID NUMBER
Yes Associates the row in PN_PAYMENT_TERMS_ALL with the row in this table.
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).
ORG_ID NUMBER

Organization identifier
INCLUDE_EXCLUDE_FLAG VARCHAR2 (1) Yes Flag indicating whether the calculation is to include or exclude the rent increase term
Query Text

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


SELECT INDEX_EXCLUDE_TERM_ID
,      INDEX_LEASE_ID
,      PAYMENT_TERM_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      ORG_ID
,      INCLUDE_EXCLUDE_FLAG
FROM PN.PN_INDEX_EXCLUDE_TERM_ALL;

Dependencies

[top of page]

PN.PN_INDEX_EXCLUDE_TERM_ALL does not reference any database object

PN.PN_INDEX_EXCLUDE_TERM_ALL is referenced by following:

SchemaAPPS
SynonymPN_INDEX_EXCLUDE_TERM
SynonymPN_INDEX_EXCLUDE_TERM_ALL