ZCA_IMPORT_PROPERTIES

Table will save the different properties which will be used by Import

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZCA_IMPORT_PROPERTIES_PK

IMPORT_PROPERTY_ID

Columns

Name Datatype Length Precision Not-null Comments
IMPORT_PROPERTY_ID NUMBER 18 Yes Primary Key for the table ZCA_IMPORT_PROPERTIES
PARENT_IMPORT_PROPERTY_ID NUMBER 18 Stores the Parent Property ID
CONFIG_NAME VARCHAR2 100 Configuration name which will be saved in table
NAME VARCHAR2 60 Yes Property Name which will be saved in the table
VALUE VARCHAR2 60 Value for the property created is saved in this column
REF_TABLE VARCHAR2 32 Name of the table against which this property refers to
START_TM TIMESTAMP Start Tm indicates the time when the property row was created
END_TM TIMESTAMP End Tm indicates the time when the property row was updated
PROPERTY_FLAGS NUMBER 18 Will store the type of the property
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated 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.

Indexes

Index Uniqueness Tablespace Columns
ZCA_IMPORT_PROPERTIES_U1 Unique Default IMPORT_PROPERTY_ID