[Home] [Help]
[Dependency Information]
| Object Name: | PN_LANDLORD_SERVICE_HISTORY |
|---|---|
| Object Type: | TABLE |
| Owner: | PN |
| FND Design Data: | PN.PN_LANDLORD_SERVICE_HISTORY
|
| Subobject Name: | |
| Status: | VALID |
PN_LANDLORD_SERVICE_HISTORY tracks changes in the service provided by the landlord to the lessee during a lease. A row is created in this table when the service information in a lease is altered 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_LANDLORD_SERVICE_HISTORY_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
LANDLORD_SERVICE_HISTORY_ID
|
| PN_LANDLORD_SERVICE_HISTORY_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
LANDLORD_SERVICE_ID
|
| PN_LANDLORD_SERVICE_HISTORY_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
LEASE_ID
LEASE_CHANGE_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| LANDLORD_SERVICE_HISTORY_ID | NUMBER | Yes | Uniquely identifies landlord service history record for a lease. The value is populated using the sequence PN_LANDLORD_SERVICE_HISTORY_S | |
| STATUS | VARCHAR2 | (1) | Yes | Stores the value of the landlord service status immediately prior to being changed as a result of an amendment or an edit |
| NEW_LEASE_CHANGE_ID | NUMBER | Yes | Associates the row in PN_LEASE_CHANGES_ALL with its corresponding landlord service history row. When a row is modified in PN_LANDLORD_SERVICES_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 landlord service row. | |
| LANDLORD_SERVICE_ID | NUMBER | Yes | Associates the row in PN_LANDLORD_SERVICES_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). | ||
| LEASE_ID | NUMBER | Yes | Associates the row in PN_LEASES_ALL with the history row | |
| LEASE_CHANGE_ID | NUMBER | Yes | Associates the row in PN_LEASE_CHANGES_ALL with the history row | |
| SERVICE_TYPE_LOOKUP_CODE | VARCHAR2 | (30) | Yes | Stores the value of the landlord service type immediately prior to being changed as a result of an amendment or an edit |
| START_DATE | DATE | Stores the value of the landlord service start date immediately prior to being changed as a result of an amendment or an edit | ||
| END_DATE | DATE | Stores the value of the landlord service end date immediately prior to being changed 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 | |
| OBLIGATION_NUM | VARCHAR2 | (15) | Obligation Number. This is a system generated number without a database sequence generator, i.e, Select max(obligation_num)+1 from dual for a lease | |
| RESPONSIBILITY_CODE | VARCHAR2 | (30) | Type of Expense. A user-definable Quickcode | |
| COMMON_AREA_RESP | VARCHAR2 | (30) | A type of area for an expense incurred in a multi-tenanted building that is attributable to all tenants | |
| FINANCIAL_RESP_PARTY_CODE | VARCHAR2 | (30) | Determination of responsibility for an expense incurred by the company within the space it occupies | |
| FINANCIAL_PCT_RESP | VARCHAR2 | (15) | If the responsible party is either landlord or tenant, the percent responsibility forexpenses is noted here if it is mentioned in the lease | |
| RESPONSIBILITY_MAINT | VARCHAR2 | (30) | Names the party responsible for performing the responsibility | |
| COMPANY_ID | NUMBER | Company ID of the Service Provider. List of values from the service provider | ||
| OBLIGATION_REFERENCE | VARCHAR2 | (15) | Paragraph in the original lease document that references the Obligation Responsibility | |
| OBLIGATION_COMMENTS | VARCHAR2 | (2000) | Comments regarding theObligation responsibility. Comments should note language in the lease that is ambiguous, arbitrary or unusual such as pro-landlord or pro-tenant clauses |
Cut, paste (and edit) the following text to query this object:
SELECT LANDLORD_SERVICE_HISTORY_ID
, STATUS
, NEW_LEASE_CHANGE_ID
, LANDLORD_SERVICE_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, LEASE_ID
, LEASE_CHANGE_ID
, SERVICE_TYPE_LOOKUP_CODE
, START_DATE
, END_DATE
, ATTRIBUTE_CATEGORY
, ATTRIBUTE1
, ATTRIBUTE2
, ATTRIBUTE3
, ATTRIBUTE4
, ATTRIBUTE5
, ATTRIBUTE6
, ATTRIBUTE7
, ATTRIBUTE8
, ATTRIBUTE9
, ATTRIBUTE10
, ATTRIBUTE11
, ATTRIBUTE12
, ATTRIBUTE13
, ATTRIBUTE14
, ATTRIBUTE15
, OBLIGATION_NUM
, RESPONSIBILITY_CODE
, COMMON_AREA_RESP
, FINANCIAL_RESP_PARTY_CODE
, FINANCIAL_PCT_RESP
, RESPONSIBILITY_MAINT
, COMPANY_ID
, OBLIGATION_REFERENCE
, OBLIGATION_COMMENTS
FROM PN.PN_LANDLORD_SERVICE_HISTORY;
PN.PN_LANDLORD_SERVICE_HISTORY does not reference any database object
PN.PN_LANDLORD_SERVICE_HISTORY is referenced by following:
APPS
PN_LANDLORD_SERVICE_HISTORY
|
|
|
|