[Home] [Help]
[Dependency Information]
| Object Name: | PN_LEASE_DETAILS_HISTORY |
|---|---|
| Object Type: | TABLE |
| Owner: | PN |
| FND Design Data: | PN.PN_LEASE_DETAILS_HISTORY
|
| Subobject Name: | |
| Status: | VALID |
PN_LEASE_DETAILS_HISTORY tracks changes to the lease details data elements. A row is created in this table when lease_termination_date is altered in a lease by means of an amendment or an edit to the lease.
This table is not partitioned by org.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PN_LEASE_DETAILS_HISTORY_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
DETAIL_HISTORY_ID
|
| PN_LEASE_DETAILS_HISTORY_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
LEASE_DETAIL_ID
|
| PN_LEASE_DETAILS_HISTORY_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
LEASE_ID
LEASE_CHANGE_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| DETAIL_HISTORY_ID | NUMBER | Yes | Uniquely identifies the lease details history row. The value is populated using sequence PN_LEASE_DETAILS_HISTORY_S | |
| NEW_LEASE_CHANGE_ID | NUMBER | Yes | Associates the row in PN_LEASE_CHANGES_ALL with its corresponding lease details history row. When a row is modified in PN_LEASE_DETAILS_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 lease details row. | |
| LEASE_DETAIL_ID | NUMBER | Yes | Associates the row in PN_LEASE_DETAILS_ALL with the history row | |
| LEASE_CHANGE_ID | NUMBER | Yes | Associates the row in PN_LEASE_CHANGES_ALL with the history row | |
| LEASE_ID | NUMBER | Yes | Associates the row in PN_LEASES_ALL with the history row | |
| RESPONSIBLE_USER | NUMBER | Stores the user id of the user responsible for the lease immediately prior to being changed as a result of an amendment or an edit | ||
| EXPENSE_ACCOUNT_ID | NUMBER | Stores the account id of the lease immediately prior to being changed as a result of an amendment or an edit | ||
| LEASE_COMMENCEMENT_DATE | DATE | Stores the commencement date of the lease. | ||
| LEASE_TERMINATION_DATE | DATE | Stores the termination date of the lease immediately prior to being changed as a result of an amendment or an edit | ||
| LEASE_EXECUTION_DATE | DATE | Stores the execution date of the lease | ||
| 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). | ||
| 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 | |
| ACCRUAL_ACCOUNT_ID | NUMBER | (15) | Code Combination Id for the Accrual Account to be defaulted. | |
| RECEIVABLE_ACCOUNT_ID | NUMBER | (15) | Code Combination Id for the Receivable Account to be defaulted. | |
| SEND_ENTRIES | VARCHAR2 | (1) | Pass normalized amounts to Payables or Receivables depending upon the Lease Class | |
| NAME | VARCHAR2 | (50) | Name of the lease | |
| LEASE_NUM | VARCHAR2 | (30) | Lease number is unique identifier of lease row | |
| LEASE_STATUS | VARCHAR2 | (30) | Lease Status | |
| LEASE_EXTENSION_END_DATE | DATE | Lease extension end date for lease amendments |
Cut, paste (and edit) the following text to query this object:
SELECT DETAIL_HISTORY_ID
, NEW_LEASE_CHANGE_ID
, LEASE_DETAIL_ID
, LEASE_CHANGE_ID
, LEASE_ID
, RESPONSIBLE_USER
, EXPENSE_ACCOUNT_ID
, LEASE_COMMENCEMENT_DATE
, LEASE_TERMINATION_DATE
, LEASE_EXECUTION_DATE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, ATTRIBUTE_CATEGORY
, ATTRIBUTE1
, ATTRIBUTE2
, ATTRIBUTE3
, ATTRIBUTE4
, ATTRIBUTE5
, ATTRIBUTE6
, ATTRIBUTE7
, ATTRIBUTE8
, ATTRIBUTE9
, ATTRIBUTE10
, ATTRIBUTE11
, ATTRIBUTE12
, ATTRIBUTE13
, ATTRIBUTE14
, ATTRIBUTE15
, ACCRUAL_ACCOUNT_ID
, RECEIVABLE_ACCOUNT_ID
, SEND_ENTRIES
, NAME
, LEASE_NUM
, LEASE_STATUS
, LEASE_EXTENSION_END_DATE
FROM PN.PN_LEASE_DETAILS_HISTORY;
PN.PN_LEASE_DETAILS_HISTORY does not reference any database object
PN.PN_LEASE_DETAILS_HISTORY is referenced by following:
APPS
PN_LEASE_DETAILS_HISTORY
|
|
|
|