[Home] [Help]
[Dependency Information]
| Object Name: | PN_LEASE_MILESTONES_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | PN |
| FND Design Data: | PN.PN_LEASE_MILESTONES_ALL
|
| Subobject Name: | |
| Status: | VALID |
PN_LEASE_MILESTONES_ALL stores information about important events in a lease pertaining to options, insurance requirements, payment terms, and the lease itself. Milestones can be specific to a user and for a specific event, such as lease creation or amendment, change in rent schedule, change in options and insurance, etc.
This table is partitioned by org.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PN_LEASE_MILESTONES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
LEASE_MILESTONE_ID
|
| PN_LEASE_MILESTONES_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
MILESTONE_DATE
|
| PN_LEASE_MILESTONES_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
USER_ID
|
| PN_LEASE_MILESTONES_N3 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
LEASE_ID
LEASE_CHANGE_ID
|
| PN_LEASE_MILESTONES_N4 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
OPTION_ID
|
| PN_LEASE_MILESTONES_N5 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
INSURANCE_REQUIREMENT_ID
|
| PN_LEASE_MILESTONES_N6 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
PAYMENT_TERM_ID
|
| PN_LEASE_MILESTONES_N7 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
ACTION_DATE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| LEASE_MILESTONE_ID | NUMBER | Yes | Uniquely identifies the milestone row. The value is populated using the sequence PN_LEASE_MILESTONES_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). | ||
| MILESTONE_DATE | DATE | Yes | The date on which the milestone occurs | |
| USER_ID | NUMBER | Yes | User id of the user for whom the milestone is created. Associates the user in FND_USER with this row. | |
| LEASE_ID | NUMBER | Yes | Associates the row in PN_LEASE_ALL with the milestone row. | |
| LEASE_CHANGE_ID | NUMBER | Yes | Associates the row in PN_LEASE_CHANGES_ALL with the milestone row | |
| MILESTONE_TYPE_CODE | VARCHAR2 | (30) | Yes | Identifies the type of milestone. The value is derived from the lookup_code in FND_LOOKUPS table where lookup_type = PN_MILESTONES_TYPE |
| OPTION_ID | NUMBER | Associates the row in PN_OPTIONS_ALL with the milestone row. | ||
| INSURANCE_REQUIREMENT_ID | NUMBER | Associates the row in PN_INSURANCE_REQUIREMENTS_ALL with the milestone row. | ||
| PAYMENT_TERM_ID | NUMBER | Asscociates the row in PN_PAYMENT_TERMS_ALL with the milestone row | ||
| LEAD_DAYS | NUMBER | Number of days before which the first milestone notification can be sent | ||
| EVERY_DAYS | NUMBER | The number of days between milestone notifications | ||
| ACTION_TAKEN | VARCHAR2 | (50) | To be used later | |
| ACTION_DATE | DATE | The date on which the action needs to be taken | ||
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT LEASE_MILESTONE_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, MILESTONE_DATE
, USER_ID
, LEASE_ID
, LEASE_CHANGE_ID
, MILESTONE_TYPE_CODE
, OPTION_ID
, INSURANCE_REQUIREMENT_ID
, PAYMENT_TERM_ID
, LEAD_DAYS
, EVERY_DAYS
, ACTION_TAKEN
, ACTION_DATE
, ATTRIBUTE_CATEGORY
, ATTRIBUTE1
, ATTRIBUTE2
, ATTRIBUTE3
, ATTRIBUTE4
, ATTRIBUTE5
, ATTRIBUTE6
, ATTRIBUTE7
, ATTRIBUTE8
, ATTRIBUTE9
, ATTRIBUTE10
, ATTRIBUTE11
, ATTRIBUTE12
, ATTRIBUTE13
, ATTRIBUTE14
, ATTRIBUTE15
, ORG_ID
FROM PN.PN_LEASE_MILESTONES_ALL;
PN.PN_LEASE_MILESTONES_ALL does not reference any database object
PN.PN_LEASE_MILESTONES_ALL is referenced by following:
APPS
PN_LEASE_MILESTONES
PN_LEASE_MILESTONES_ALL
|
|
|
|