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


TABLE: PN.PN_OPTIONS_ALL

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


PN_OPTIONS_ALL stores the details of specified terms within a specific period in a lease contract. The purpose of an option can be to purchase or lease a property, extend the lease term, change payment terms, etc.
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_OPTIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnOPTION_ID
PN_OPTIONS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnLEASE_ID
ColumnLEASE_CHANGE_ID
PN_OPTIONS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnSTART_DATE
PN_OPTIONS_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnEXPIRATION_DATE
Columns
Name Datatype Length Mandatory Comments
OPTION_ID NUMBER
Yes Uniquely identifies the lease options row. The value is populated using sequence PN_OPTIONS_S
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 row
LEASE_CHANGE_ID NUMBER
Yes Associates the lease, amend, or edit row in PN_LEASE_CHANGES_ALL with the options row.
OPTION_NUM VARCHAR2 (15) Yes Option number. This is the system-generated number without the database sequence. e.g. Select max(option_num) + 1 from dual for a lease.
OPTION_TYPE_CODE VARCHAR2 (30) Yes The type of option, for example early termination, purchase, renewal, etc. The value is derived from the lookup_code in FND_LOOKUPS table where lookup_type = 'PN_LEASE_OPTION_TYPE'
START_DATE DATE

Start date of the lease option
EXPIRATION_DATE DATE

Expiration date of the lease option
OPTION_SIZE NUMBER

Size of the lease option.
UOM_CODE VARCHAR2 (3)
The unit of measure used to calculate the area of option size
OPTION_STATUS_LOOKUP_CODE VARCHAR2 (30) Yes Identifies the status of the lease option, for example Open, Cancelled, etc. The value is derived from the lookup_code in FND_LOOKUPS table where lookup_type = 'PN_OPTION_STATUS_TYPE'
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
ORG_ID NUMBER (15)
Organization identifier
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_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
,      ORG_ID
,      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_ALL;

Dependencies

[top of page]

PN.PN_OPTIONS_ALL does not reference any database object

PN.PN_OPTIONS_ALL is referenced by following:

SchemaPN
ViewPN_OPTIONS_ALL#