CSO_TAG

This table contains the tags that are used to store categories, user groups.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

CSO_TAG_PK

RECORD_ID

Columns

Name Datatype Length Precision Not-null Comments
DATE_ADDED TIMESTAMP Yes This is the date that the record was added to the repository.
DATE_MODIFIED TIMESTAMP Yes This is the date that the record was modified.
LOOKUP_CODE_ID VARCHAR2 32 Yes This is the GUID used to identify the type of tag
RECORD_ID VARCHAR2 32 Yes This is the primary key of the table.
PARENT_ID VARCHAR2 32 This is the GUID for the parent tag
OWNER_SITE_ID VARCHAR2 32 Yes This is the GUID for the repository the tag belongs to
OBJECT_ID VARCHAR2 255 the string used to identify hierarchy of the tag
SORT_ORDER NUMBER The numeric sort order for tags.
OBJECT_COUNT NUMBER This is the number of children tags.
PARENT_OBJECT_ID NUMBER This is the ID to the parent tag.
REFERENCE_KEY VARCHAR2 100 The referenc key used to identify the tag from the tag library.
EXTERNAL_ID NUMBER This is the comment for the column EXTERNAL_ID.
EXTERNAL_TYPE VARCHAR2 100 This is the comment for the column EXTERNAL_TYPE.
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.
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.
STRIPE_CD VARCHAR2 30 Lookup code that indicates the stripe code, such as CRM, HCM, or PRM.
INVENTORY_ORG_ID NUMBER 18 The inventory item that the article is tagged to.
BU_ORG_IDS_1 NUMBER 18 Oracle internal use only. This column value indicates the Business Units assigned to this UserGroup.
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
CSO_TAG cso_lookup_code LOOKUP_CODE_ID
CSO_TAG cso_site OWNER_SITE_ID
CSO_TAG cso_tag PARENT_ID
cso_xml_attribute_user_grp cso_tag TAG_ID
cso_tag_role cso_tag TAG_ID
cso_content_text_user_grp cso_tag TAG_ID
cso_pub_tag cso_tag TAG_ID
cso_subscription_tag cso_tag TAG_ID
cso_db_priv_val_user_grps cso_tag TAG_ID
cso_site_tag cso_tag TAG_ID
cso_db_forum cso_tag CATEGORY_ID
cso_user_information cso_tag REPORTING_USER_GROUP_ID
cso_user_category cso_tag CATEGORY_ID
cso_db_user_grps cso_tag TAG_ID
cso_channel_metric_tag cso_tag TAG_ID
cso_channel_user_grps cso_tag TAG_ID
cso_pub_security_tag cso_tag TAG_ID
cso_tag_user cso_tag TAG_ID
cso_channel_req_tag cso_tag TAG_ID
cso_content_text_category cso_tag TAG_ID
cso_wf_cond_categories cso_tag TAG_ID
cso_site_user_grps cso_tag TAG_ID
cso_tag cso_tag PARENT_ID
cso_db_tag cso_tag TAG_ID
cso_channel_tag cso_tag TAG_ID
cso_user_group_bu cso_tag USER_GROUP_ID
cso_wf_cond_user_grps cso_tag TAG_ID
cso_tag_res cso_tag TAG_ID
cso_content_metrics cso_tag TYPE_ID

Indexes

Index Uniqueness Tablespace Columns
CSO_TAG_N1 Non Unique Default DATE_MODIFIED, OBJECT_ID, OWNER_SITE_ID
CSO_TAG_N10 Non Unique Default PARENT_ID, LOOKUP_CODE_ID, EXTERNAL_TYPE, OBJECT_ID, OWNER_SITE_ID
CSO_TAG_N11 Non Unique Default PARENT_ID, LOOKUP_CODE_ID, SORT_ORDER, OBJECT_ID, OWNER_SITE_ID
CSO_TAG_N12 Non Unique Default EXTERNAL_TYPE, OBJECT_ID, OWNER_SITE_ID
CSO_TAG_N13 Non Unique Default SORT_ORDER, OBJECT_ID, OWNER_SITE_ID
CSO_TAG_N14 Non Unique Default REFERENCE_KEY
CSO_TAG_N2 Non Unique Default LOOKUP_CODE_ID
CSO_TAG_N3 Non Unique Default RECORD_ID, OBJECT_ID
CSO_TAG_N4 Non Unique Default OBJECT_ID
CSO_TAG_N6 Non Unique Default DATE_ADDED, OBJECT_ID, OWNER_SITE_ID
CSO_TAG_N7 Non Unique Default OWNER_SITE_ID, LOOKUP_CODE_ID, REFERENCE_KEY
CSO_TAG_N8 Non Unique Default PARENT_ID, LOOKUP_CODE_ID, DATE_ADDED, OBJECT_ID, OWNER_SITE_ID
CSO_TAG_N9 Non Unique Default PARENT_ID, LOOKUP_CODE_ID, DATE_MODIFIED, OBJECT_ID, OWNER_SITE_ID
CSO_TAG_U1 Unique Default RECORD_ID, ORA_SEED_SET1
CSO_TAG_U11 Unique Default RECORD_ID, ORA_SEED_SET2
CSO_TAG_UK1 Unique Default OWNER_SITE_ID, OBJECT_ID, ORA_SEED_SET1
CSO_TAG_UK11 Unique Default OWNER_SITE_ID, OBJECT_ID, ORA_SEED_SET2