CZ_UI_TEMPLATES
This table is used to store Configuration UI Template header record.
Details
-
Schema: FUSION
-
Object owner: CZ
-
Object type: TABLE
-
Tablespace: REFERENCE
Primary Key
Name | Columns |
---|---|
CZ_UI_TEMPLATES_PK |
UI_TEMPLATE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
UI_TEMPLATE_ID | NUMBER | 18 | Yes | System generated unique template identifier. | |
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. | |
NAME | VARCHAR2 | 255 | Yes | User given name of the template. | |
DELETED_FLAG | NUMBER | 18 | Yes | This flag indicates the logical deletion of the row. The Non-Zero value represents deleted state and 0 represents not-deleted state. A user controlled background purge process will physically delete the orphaned rows with the Non-Zero flag value. | |
MDS_DOCUMENT_PATH | VARCHAR2 | 1000 | MDS template document URL. | ||
UI_TEMPLATE_TYPE | VARCHAR2 | 30 | Yes | Indicates the type of the UI template. | |
UI_STYLE | VARCHAR2 | 50 | Specifies UI Style of UI Template. UI Style is populated only for UI shell templates. The list of possible values: 'TREE', 'STEP_BY_STEP', 'TABBED', 'SIDE_MENU', 'SINGLE_PAGE', 'CUSTOM' | ||
SEEDED_FLAG | VARCHAR2 | 1 | Yes | Indicates the template is a seeded template or not. The default value 'N' indicates it as user created template. The value 'Y' indicates it as seeded template. | |
DESCRIPTION | VARCHAR2 | 1000 | User given description of the template. | ||
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created 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. | ||
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. | ||
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. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
cz_ui_hints_b | cz_ui_templates | UI_TEMPL_ID_WHEN_REGION |
cz_ui_hints_b | cz_ui_templates | UI_TEMPL_ID_WHEN_PAGE |
cz_ui_hints_b | cz_ui_templates | UI_TEMPL_ID_WHEN_PAGE_ITEM |
cz_ui_items_b | cz_ui_templates | UI_TEMPLATE_ID |
cz_ui_templ_ref_param_vals | cz_ui_templates | UI_TEMPLATE_ID |
cz_ui_template_attributes | cz_ui_templates | UI_TEMPLATE_ID |
cz_ui_templ_parameters_b | cz_ui_templates | UI_TEMPLATE_ID |
cz_ui_templ_comp_nodetypes | cz_ui_templates | UI_TEMPLATE_ID |
cz_ui_templ_references | cz_ui_templates | UI_TEMPLATE_ID |
cz_ui_templ_references | cz_ui_templates | REF_UI_TEMPLATE_ID |
cz_ui_templ_map_entries | cz_ui_templates | UI_TEMPLATE_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
CZ_UI_TEMPLATES_U1 | Unique | Default | UI_TEMPLATE_ID, ORA_SEED_SET1 |
CZ_UI_TEMPLATES_U11 | Unique | Default | UI_TEMPLATE_ID, ORA_SEED_SET2 |
CZ_UI_TEMPLATES_U2 | Unique | Default | NAME, DELETED_FLAG, ORA_SEED_SET1 |
CZ_UI_TEMPLATES_U21 | Unique | Default | NAME, DELETED_FLAG, ORA_SEED_SET2 |