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


TABLE: PN.PN_OPTIONS_HISTORY

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


PN_OPTIONS_HISTORY tracks changes in option details related to a lease. A row is created in this table when the options information is altered in a lease, by means of an amendment or an edit to the lease
This table is not partitioned by org.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PN_OPTIONS_HISTORY_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnOPTION_HISTORY_ID
PN_OPTIONS_HISTORY_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnOPTION_ID
PN_OPTIONS_HISTORY_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnLEASE_ID
ColumnLEASE_CHANGE_ID
Columns
Name Datatype Length Mandatory Comments
OPTION_HISTORY_ID NUMBER
Yes Uniquely identifies the lease option history row. The value is populated using sequence PN_OPTIONS_HISTORY_S
NEW_LEASE_CHANGE_ID NUMBER
Yes Associates the row in PN_LEASE_CHANGES_ALL with its corresponding options history row. When a row is modified in PN_OPTIONS_ALL as a result of an amendment or an edit to the lease, this field is updated with lease_change_id. The purpose is to associate the new amendment or edit row with the previous state of the options row.
OPTION_ID NUMBER
Yes Associates the row in PN_OPTIONS_ALL with the options history 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).
LEASE_ID NUMBER
Yes Associates the lease row in PN_LEASES_ALL with the options history row
LEASE_CHANGE_ID NUMBER
Yes Associates the lease, amend, or edit row in PN_LEASE_CHANGES_ALL with the options history row
OPTION_NUM VARCHAR2 (15) Yes Stores the most recent value of the option number immediately prior to being changed in PN_OPTIONS_ALL as a result of an amendment or an edit
OPTION_TYPE_CODE VARCHAR2 (30) Yes Stores the most recent value for the type of option immediately prior to being changed in PN_OPTIONS_ALL as a result of an amendment or an edit
START_DATE DATE

Stores the most recent value of the start date immediately prior to being changed in PN_OPTIONS_ALL as a result of an amendment or an edit
EXPIRATION_DATE DATE

Stores the most recent value of the expiration date immediately prior to being changed in PN_OPTIONS_ALL as a result of an amendment or an edit
OPTION_SIZE NUMBER

Stores the most recent value of the option size immediately prior to being changed in PN_OPTIONS_ALL as a result of an amendment or an edit
UOM_CODE VARCHAR2 (3)
Stores the most recent value of the unit of measure code immediately prior to being changed in PN_OPTIONS_ALL as a result of an amendment or an edit
OPTION_STATUS_LOOKUP_CODE VARCHAR2 (30) Yes Stores the most recent value of the option status code immediately prior to being changed in PN_OPTIONS_ALL as a result of an amendment or an edit
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
OPTION_EXER_START_DATE DATE

The date on which notifications can be sent to the landlord. Should be defaulted to 'StartDate' Also should be defaulted into Milestones Begin Date.
OPTION_EXER_END_DATE DATE

The last date on which notifications can be sent to the landlord. Should be defaulted to 'End Date'. Also should be defaulted into Milestones Action Due Date.
OPTION_ACTION_DATE DATE

Date action was taken on the option.
OPTION_COST VARCHAR2 (15)
Outlines the cost of the option if it is exercised & can be expressed in a variety of ways.
OPTION_AREA_CHANGE NUMBER

Area that will be increased or decreased related to an option.
OPTION_REFERENCE VARCHAR2 (15)
Paragraph in the original lease document that references the option right & terms.
OPTION_NOTICE_REQD VARCHAR2 (1)
Indicates a notice is required or not.
OPTION_COMMENTS VARCHAR2 (2000)
Comments regarding the option. Comments should note language in the lease that is ambiguous, arbitrary or unusual such as pro-landlord or pro-tenant clauses.
Query Text

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


SELECT OPTION_HISTORY_ID
,      NEW_LEASE_CHANGE_ID
,      OPTION_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      LEASE_ID
,      LEASE_CHANGE_ID
,      OPTION_NUM
,      OPTION_TYPE_CODE
,      START_DATE
,      EXPIRATION_DATE
,      OPTION_SIZE
,      UOM_CODE
,      OPTION_STATUS_LOOKUP_CODE
,      ATTRIBUTE_CATEGORY
,      ATTRIBUTE1
,      ATTRIBUTE2
,      ATTRIBUTE3
,      ATTRIBUTE4
,      ATTRIBUTE5
,      ATTRIBUTE6
,      ATTRIBUTE7
,      ATTRIBUTE8
,      ATTRIBUTE9
,      ATTRIBUTE10
,      ATTRIBUTE11
,      ATTRIBUTE12
,      ATTRIBUTE13
,      ATTRIBUTE14
,      ATTRIBUTE15
,      OPTION_EXER_START_DATE
,      OPTION_EXER_END_DATE
,      OPTION_ACTION_DATE
,      OPTION_COST
,      OPTION_AREA_CHANGE
,      OPTION_REFERENCE
,      OPTION_NOTICE_REQD
,      OPTION_COMMENTS
FROM PN.PN_OPTIONS_HISTORY;

Dependencies

[top of page]

PN.PN_OPTIONS_HISTORY does not reference any database object

PN.PN_OPTIONS_HISTORY is referenced by following:

SchemaPN
ViewPN_OPTIONS_HISTORY#