FLA_PROPERTIES_INT

FLA_PROPERTIES_INT contains property details.

Details

  • Schema: FUSION

  • Object owner: FUN

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

FLA_PROPERTIES_INT_PK

LOAD_REQUEST_ID, INTERFACE_PROPERTY_ID

Columns

Name Datatype Length Precision Not-null Comments
INTERFACE_PROPERTY_ID NUMBER 18 Yes Interface Property identifier. This column constitutes primary key along with LOAD_REQUEST_ID column of the table.
LOAD_REQUEST_ID NUMBER 18 Yes Oracle Enterprise Scheduler: request identifier of the interface load job that created the row.
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.
HIERARCHICAL_PROPERTY_CODE VARCHAR2 360 Property code generated by the system which captures the complete hierarchical code of the property.
PROPERTY_NUMBER VARCHAR2 30 Attribute indicating the property number of the property.
ACTION_TYPE_CODE VARCHAR2 30 Yes Attribute indicating the action being performed on the property. Valid values are CREATE and UPDATE.
PROPERTY_ID NUMBER 18 Attribute indicating the property identifier. This is the primary key of FLA_PROPERTIES_ALL table.
IMPORT_REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the Import Job. Main Job Request ID.
IMPORT_STATUS_CODE VARCHAR2 30 Status code for the property if row is processed or rejected.
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.
PROPERTY_TYPE_CODE VARCHAR2 30 Property type code identifying the property type.
PROPERTY_TYPE_LEVEL_CODE VARCHAR2 30 Attribute indicating the code of the property type level.
PROPERTY_DESCRIPTION VARCHAR2 240 Attribute indicating the description of the property.
BU_NAME VARCHAR2 240 Yes Indicates the business unit name of the business unit associated to the row.
ORG_ID NUMBER 18 Indicates the identifier of the business unit associated to the row.
INTERNAL_LOCATION_CODE VARCHAR2 150 Attribute indicating Internal location code of the property.
INTERNAL_LOCATION_SITE_CODE VARCHAR2 30 Attribute indicating the physical location of the property.
INTERNAL_LOCATION_ID NUMBER 18 Site information identifier at which the property is installed.
PARENT_INTERFACE_PROPERTY_ID NUMBER 18 Interface property identifier of the parent property.
PARENT_PROPERTY_NUMBER VARCHAR2 30 Attribute indicating the property number of the parent property.
PROPERTY_CODE VARCHAR2 30 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.
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 Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP 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_INT_N1 Non Unique FUSION_TS_INTERFACE IMPORT_REQUEST_ID
FLA_PROPERTIES_INT_U1 Unique FUSION_TS_INTERFACE LOAD_REQUEST_ID, INTERFACE_PROPERTY_ID