ZCA_CH_CLICK_COMPONENT_B

Table to store the language independent click history component type data

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZCA_CH_CLICK_COMPONENT_B_PK

CH_COMPONENT_TYPE_CODE

Columns

Name Datatype Length Not-null Comments
CH_COMPONENT_TYPE_CODE VARCHAR2 200 Yes Primary key column for this click component table
CH_COMPONENT_TYPE_STR VARCHAR2 500 Yes Column to store the stringid and resource bundle for the click component type
CH_COMPONENT_NAME_CODE VARCHAR2 500 Yes Code to store the click component type
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
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.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Indexes

Index Uniqueness Tablespace Columns
ZCA_CH_CLICK_COMPONENT_B_N1 Non Unique Default CH_COMPONENT_NAME_CODE
ZCA_CH_CLICK_COMPONENT_B_PK Unique Default CH_COMPONENT_TYPE_CODE, ORA_SEED_SET1
ZCA_CH_CLICK_COMPONENT_B_PK1 Unique Default CH_COMPONENT_TYPE_CODE, ORA_SEED_SET2