ZCA_OML_JOBS_SEL_FIELDS

This table stores the additional fields selected for a usecase.

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

zca_oml_jobs_sel_field_PK

JOB_ID, USECASE_CODE, FIELD_NAME

Columns

Name Datatype Length Precision Not-null Comments
JOB_ID NUMBER 18 Yes This column is the foreign key to zca_oml_jobs table.
FIELD_NAME VARCHAR2 800 Yes This column stores the selected field name from datasource.
USECASE_CODE VARCHAR2 200 Yes This is the oforeign key to zca_oml_usecase table.
FIELD_DATA_TYPE VARCHAR2 200 Yes This column stores the field data type.
IS_FEATURE VARCHAR2 20 This column identifies if an Attribute in OML Model is a Field Attribute or a Feature Column.
FIELD_TITLE VARCHAR2 800 This column stores the Title of the Field when IS_FEATURE is Y.
ADDITIONAL_METADATA CLOB This column contains extra information in form of JSON.
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.
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_OML_JOBS_SEL_FIELDS_U1 Unique Default JOB_ID, USECASE_CODE, FIELD_NAME