FLA_PROPERTIES_ALL

FLA_PROPERTIES_ALL contains property details.

Details

  • Schema: FUSION

  • Object owner: FUN

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

FLA_PROPERTIES_PK

PROPERTY_ID

Columns

Name Datatype Length Precision Not-null Comments
PROPERTY_ID NUMBER 18 Yes Property identifier. It is the primary key of the table.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
PROPERTY_NUMBER VARCHAR2 30 Yes Attribute indicating the property number of the property. This is generated by the system.
PROPERTY_TYPE_ID NUMBER 18 Yes Attribute indicating the identifier of the property type.
PROPERTY_DESCRIPTION VARCHAR2 240 Attribute indicating the description of the property.
PROPERTY_TYPE_LEVEL_CODE VARCHAR2 30 Yes Attribute indicating the code of the property type level.
PROPERTY_START_DATE DATE Attribute indicating the start date of property.
PROPERTY_END_DATE DATE Attribute indicating the end date of property.
RESPONSIBLE_USER_NAME VARCHAR2 100 User name responsible for property.
ORG_ID NUMBER 18 Yes Indicates the identifier of the business unit associated to the row.
INTERNAL_LOCATION_ID NUMBER 18 Attribute indicating the internal physical location of the property.
EXTERNAL_LOCATION_ID NUMBER 18 Attribute indicating the external physical location of the property.
PARENT_PROPERTY_ID NUMBER 18 Attribute indicating the property identifier of the parent property.
PROPERTY_CODE VARCHAR2 30 Yes Attribute indicating the property code for the property.
ROOT_PROPERTY_CODE VARCHAR2 30 Attribute indicating Top level property code for the property being defined.
ACTIVE_FLAG VARCHAR2 1 Active flag indicates whether the property is active or not.
SUBLEASABLE_FLAG VARCHAR2 1 Attribute indicating whether the property is sub leasable.
PROPERTY_SIZE NUMBER Attribute indicating the size of the property.
UNIT_OF_MEASURE_CODE VARCHAR2 30 Attribute indicating the unit of measure used for the size of property.
TENURE_CODE VARCHAR2 30 Attribute indicating the tenure of the property. Valid values are LEASED and OWNED.
LEASABLE_LEVEL_FLAG VARCHAR2 1 Leasable level flag indicates whether the property is leasable at this level or not.
HIERARCHICAL_PROPERTY_CODE VARCHAR2 360 Yes Property code generated by the system which captures the complete hierarchical code of the property.
SYSTEM_ORIGIN_REFERENCE_1 VARCHAR2 30 System reference column to maintain the key of source system from which property is being imported
SYSTEM_ORIGIN_REFERENCE_2 VARCHAR2 30 System reference column to maintain the key of source system from which property is being imported
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE_CHAR1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER1 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER2 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER3 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER4 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER5 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE1 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE2 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE3 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE4 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE5 DATE Descriptive Flexfield: segment of the user descriptive flexfield.

Indexes

Index Uniqueness Tablespace Columns
FLA_PROPERTIES_ALL_U1 Unique FUSION_TS_TX_IDX PROPERTY_ID
FLA_PROPERTIES_ALL_U2 Unique FUSION_TS_TX_IDX PROPERTY_NUMBER, ORG_ID
FLA_PROPERTIES_ALL_U3 Unique FUSION_TS_TX_IDX HIERARCHICAL_PROPERTY_CODE