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


TABLE: PN.PN_TENANCIES_HISTORY

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


PN_TENANCIES_HISTORY tracks changes in the leased or subleased locations. A row is created in this table when the tenancy information is altered 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_TENANCIES_HISTORY_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnTENANCY_HISTORY_ID
PN_TENANCIES_HISTORY_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnTENANCY_ID
PN_TENANCIES_HISTORY_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnLEASE_ID
ColumnLEASE_CHANGE_ID
Columns
Name Datatype Length Mandatory Comments
TENANCY_HISTORY_ID NUMBER
Yes Uniquely identifies the tenancy history row. The value is populated using sequence PN_TENANCIES_HISTORY_S
NEW_LEASE_CHANGE_ID NUMBER
Yes Associates the row in PN_LEASE_CHANGES_ALL with its corresponding tenancy 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 tenancy row.
TENANCY_ID NUMBER
Yes Associates the tenancy row in PN_TENANCIES_ALL with the 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).
LOCATION_ID NUMBER
Yes Associates the location row in PN_LOCATIONS_ALL with the history row. Stores the most recent value immediately prior to being changed in PN_TENANCIES_ALL as a result of an amendment or an edit.
LEASE_ID NUMBER
Yes Associates the lease row in PN_LEASES_ALL with the tenancy history row
LEASE_CHANGE_ID NUMBER
Yes Associates the lease, amend or edit row in PN_LEASE_CHANGES_ALL with the tenancy history row
TENANCY_USAGE_LOOKUP_CODE VARCHAR2 (30) Yes Stores the most recent value for the tenancy usage type immediately prior to being changed in PN_TENANCIES_ALL as a result of an amendment or an edit
PRIMARY_FLAG VARCHAR2 (30) Yes Stores the most recent primary flag value immediately before it is changed in PN_TENANCIES_ALL as a result of an amendment or an edit
ESTIMATED_OCCUPANCY_DATE DATE

Stores the most recent value for the estimated occupancy date immediately before it is changed in PN_TENANCIES_ALL as a result of an amendment or an edit
OCCUPANCY_DATE DATE

Stores the most recent value for the tenancy occupancy date immediately before it is changed in PN_TENANCIES_ALL as a result of an amendment or an edit
EXPIRATION_DATE DATE

Stores the most recent value for the tenancy expiration date immediately before it is changed in PN_TENANCIES_ALL as a result of an amendment or an edit
ASSIGNABLE_FLAG VARCHAR2 (30)
Stores the most recent value for the tenancy assignable flag immediately before it is changed in PN_TENANCIES_ALL as a result of an amendment or an edit
SUBLEASEABLE_FLAG VARCHAR2 (30)
Stores the most recent value for the tenancy subleaseable flag immediately before it is changed in PN_TENANCIES_ALL as a result of an amendment or an edit
TENANTS_PROPORTIONATE_SHARE NUMBER

Stores the most recent value for the tenant's proportionate share immediately before it is changed in PN_TENANCIES_ALL as a result of an amendment or an edit
STATUS VARCHAR2 (1) Yes Stores the most recent value for the tenancy status immediately before it is changed in PN_TENANCIES_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
RECOVERY_TYPE_CODE VARCHAR2 (30)
Identifies the type of tenant for recovery purposes
RECOVERY_SPACE_STD_CODE VARCHAR2 (30)
Identifies the type of space for recovery purposes
FIN_OBLIG_END_DATE DATE

Date until which the customer is financially responsible for recovery charges
CUSTOMER_ID NUMBER (15)
Identifies the customer occupying the location
CUSTOMER_SITE_USE_ID NUMBER (15)
Identifies the customer bill site for recovery purposes
ORG_ID NUMBER (15)
Organization identifier
LEASE_RENTABLE_AREA NUMBER

Rentable area for the lease.
LEASE_USABLE_AREA NUMBER

Usable area for the lease.
LEASE_ASSIGNABLE_AREA NUMBER

Assignable area for the lease.
LEASE_LOAD_FACTOR NUMBER

Load factor for the lease.
LOCATION_RENTABLE_AREA NUMBER

Rentable area for the location.
LOCATION_USABLE_AREA NUMBER

Usable area for the location.
LOCATION_ASSIGNABLE_AREA NUMBER

Assignable area for the location.
LOCATION_LOAD_FACTOR NUMBER

Load factor for the location.
Query Text

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


SELECT TENANCY_HISTORY_ID
,      NEW_LEASE_CHANGE_ID
,      TENANCY_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      LOCATION_ID
,      LEASE_ID
,      LEASE_CHANGE_ID
,      TENANCY_USAGE_LOOKUP_CODE
,      PRIMARY_FLAG
,      ESTIMATED_OCCUPANCY_DATE
,      OCCUPANCY_DATE
,      EXPIRATION_DATE
,      ASSIGNABLE_FLAG
,      SUBLEASEABLE_FLAG
,      TENANTS_PROPORTIONATE_SHARE
,      STATUS
,      ATTRIBUTE_CATEGORY
,      ATTRIBUTE1
,      ATTRIBUTE2
,      ATTRIBUTE3
,      ATTRIBUTE4
,      ATTRIBUTE5
,      ATTRIBUTE6
,      ATTRIBUTE7
,      ATTRIBUTE8
,      ATTRIBUTE9
,      ATTRIBUTE10
,      ATTRIBUTE11
,      ATTRIBUTE12
,      ATTRIBUTE13
,      ATTRIBUTE14
,      ATTRIBUTE15
,      RECOVERY_TYPE_CODE
,      RECOVERY_SPACE_STD_CODE
,      FIN_OBLIG_END_DATE
,      CUSTOMER_ID
,      CUSTOMER_SITE_USE_ID
,      ORG_ID
,      LEASE_RENTABLE_AREA
,      LEASE_USABLE_AREA
,      LEASE_ASSIGNABLE_AREA
,      LEASE_LOAD_FACTOR
,      LOCATION_RENTABLE_AREA
,      LOCATION_USABLE_AREA
,      LOCATION_ASSIGNABLE_AREA
,      LOCATION_LOAD_FACTOR
FROM PN.PN_TENANCIES_HISTORY;

Dependencies

[top of page]

PN.PN_TENANCIES_HISTORY does not reference any database object

PN.PN_TENANCIES_HISTORY is referenced by following:

SchemaAPPS
SynonymPN_TENANCIES_HISTORY