[Home] [Help]
[Dependency Information]
| Object Name: | PN_LEASE_TRANSACTIONS_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | PN |
| FND Design Data: | PN.PN_LEASE_TRANSACTIONS_ALL
|
| Subobject Name: | |
| Status: | VALID |
PN_LEASE_TRANSACTIONS_ALL stores transactions performed on a lease. The type of transaction is amend or edit. A row is created in this table when a lease is amended or edited. Oracle Property Manager uses this table for analysis purposes only.
This table is partitioned by org.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PN_LEASE_TRANSACTIONS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
LEASE_TRANSACTION_ID
|
| PN_LEASE_TRANSACTIONS_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
LEASE_ID
|
| PN_LEASE_TRANSACTIONS_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
LOCATION_ID
|
| PN_LEASE_TRANSACTIONS_N3 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
DATE_EFFECTIVE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| LEASE_TRANSACTION_ID | NUMBER | Yes | Uniquely identify the lease transaction row. The value is populated using sequence PN_LEASE_TRANSACTIONS_S | |
| LEASE_ID | NUMBER | Associates the row in PN_LEASES_ALL with the lease transaction row | ||
| LOCATION_ID | NUMBER | To be used later | ||
| TRANSACTION_TYPE | VARCHAR2 | (30) | Yes | The type of lease transaction, such as amend or edit. The value is derived from the lookup_code in FND_LOOKUPS table where lookup_type = 'PN_LEASE_CHANGE_TYPE |
| 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). | ||
| DATE_EFFECTIVE | DATE | The date on which the transaction was created | ||
| ORG_ID | NUMBER | (15) | Organization identifier |
Cut, paste (and edit) the following text to query this object:
SELECT LEASE_TRANSACTION_ID
, LEASE_ID
, LOCATION_ID
, TRANSACTION_TYPE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, DATE_EFFECTIVE
, ORG_ID
FROM PN.PN_LEASE_TRANSACTIONS_ALL;
PN.PN_LEASE_TRANSACTIONS_ALL does not reference any database object
PN.PN_LEASE_TRANSACTIONS_ALL is referenced by following:
APPS
PN_LEASE_TRANSACTIONS
PN_LEASE_TRANSACTIONS_ALL
|
|
|
|