This table requires activation of Lease Accounting functional area. This table stores Lease Property Details.
Module:
PROPERTY_ID
| Name | Datatype | Length | Precision | Not Null | Comments | Referred Table | Referred Column |
|---|---|---|---|---|---|---|---|
| PROPERTY_ID | NUMBER | 38 | 0 | True | Property identifier. It is the primary key of the table. | ||
| SOURCE_RECORD_ID | VARCHAR2 | 64 | This column is for Oracle Internal use only. Source record identifier. | ||||
| PROPERTY_NUMBER | VARCHAR2 | 32 | Property number of the property. | ||||
| PROPERTY_DESCRIPTION | VARCHAR2 | 256 | The description of the property. | ||||
| PROPERTY_CODE | VARCHAR2 | 32 | Property code for the property. | DW_FLA_PROPERTY_TYPE_LKP_TL | PROPERTY_TYPE_CODE | ||
| HIERARCHICAL_PROPERTY_CODE | VARCHAR2 | 512 | The complete hierarchical code of the property. | ||||
| PROPERTY_TYPE_CODE | VARCHAR2 | 32 | Property type code of the property. | ||||
| CREATION_DATE | TIMESTAMP | Who column: indicates the date and time of the creation of the row. | |||||
| LAST_UPDATE_DATE | TIMESTAMP | Who column: indicates the date and time of the last update of the row. | |||||
| CREATED_BY | VARCHAR2 | 128 | Who column: indicates the user who created the row. | ||||
| LAST_UPDATED_BY | VARCHAR2 | 128 | Who column: indicates the user who last updated the row. |
Copyright © 2019, 2026, Oracle and/or its affiliates.