ZCA_UA_CLICK_MAPPING_B
Table to store the meaningful mapping of click event
Details
-
Schema: FUSION
-
Object owner: ZCA
-
Object type: TABLE
-
Tablespace: REFERENCE
Primary Key
| Name | Columns |
|---|---|
|
ZCA_UA_CLICK_MAPPING_B_PK |
CLICK_MAPPING_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| CLICK_MAPPING_ID | NUMBER | 18 | Yes | Column to store the Primary Key of the Click Mapping Table | |
| CH_EVENT_COMP_CLIENT_CODE | VARCHAR2 | 500 | Column to store the UI component click id associated with the click event | ||
| CLICK_PATTERN | VARCHAR2 | 500 | Column to store the regex pattern for the component click id | ||
| CLICK_EVENT_TYPE | VARCHAR2 | 100 | Column to store the click event type | ||
| CLICK_TYPE | VARCHAR2 | 100 | Click type associated with the click event | ||
| CLICK_REGION_VIEW_ID | VARCHAR2 | 1024 | Column to store the task flow associated with the click event | ||
| CLICK_RVD_PATTERN | VARCHAR2 | 500 | Column to store the regex pattern for the region view id | ||
| CLICK_EVENT_DISPLAY_TEXT | VARCHAR2 | 255 | Column to store the meaningful display text for the click event | ||
| CLICK_EVENT_FLOW_NAME | VARCHAR2 | 255 | Yes | Column to store the flow name associated with the click event | |
| CLICK_EVENT_DISPLAY_DESC | VARCHAR2 | 255 | Column to store the description text associated with the click event | ||
| 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_UA_CLICK_MAPPING_B_N1 | Non Unique | Default | CLICK_EVENT_FLOW_NAME |
| ZCA_UA_CLICK_MAPPING_B_PK | Unique | Default | CLICK_MAPPING_ID, ORA_SEED_SET1 |
| ZCA_UA_CLICK_MAPPING_B_PK1 | Unique | Default | CLICK_MAPPING_ID, ORA_SEED_SET2 |