CSO_LOOKUP_CODE

This table contains the non localized lookup codes used with the IM repository.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

CSO_LOOKUP_CODE_PK

RECORD_ID

Columns

Name Datatype Length Not-null Comments
ACTIVE CHAR 1 Yes Flag indicating whether or not the lookupcode is still active.
CATEGORY_ID VARCHAR2 32 Yes This is the GUID reference to LOOKUPCATEGORY table.
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.
GENERAL_USE_INT NUMBER Numeric value used as indicator of the lookupcode, wither SYSTEM or USEr.
RECORD_ID VARCHAR2 32 Yes This is the primary key of the table.
SYSTEM_VALUE VARCHAR2 50 This is the Reference key name of the lookupcode.
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.
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_LOOKUP_CODE cso_lookup_category CATEGORY_ID
cso_secured_activity cso_lookup_code CONTEXT
cso_schema_attribute cso_lookup_code FLOOKUP_CODE_ID
cso_schema_attribute cso_lookup_code LOOKUP_CODE_ID
cso_stylesheet cso_lookup_code LOOKUP_CODE_ID
cso_stylesheet cso_lookup_code SUPER_TYPE_CODE_ID
cso_xml_schema cso_lookup_code LOOKUP_CODE_ID
cso_query cso_lookup_code MATCH_TYPE_ID
cso_query cso_lookup_code QUERY_TYPE_ID
cso_survey_question cso_lookup_code QUESTION_TYPE_ID
cso_user_information cso_lookup_code LOOKUP_CODE_ID
cso_user_information cso_lookup_code TYPE_LOOKUP_CODE_ID
cso_content_text cso_lookup_code PRIORITY_ID
cso_content_history cso_lookup_code DESC_LOOKUP_CODE_ID
cso_content_text_pub cso_lookup_code PRIORITY_ID
cso_tag cso_lookup_code LOOKUP_CODE_ID
cso_data_list cso_lookup_code LIST_TYPE_ID
cso_privilege cso_lookup_code LOOKUP_CODE_ID
cso_survey cso_lookup_code SURVEY_TYPE_ID
cso_role cso_lookup_code LOOKUP_CODE_ID
cso_event cso_lookup_code LOOKUP_CODE_ID
cso_user_attributes cso_lookup_code LOOKUP_CODE_ID
cso_user_attributes cso_lookup_code TYPE_LOOKUP_CODE_ID
cso_channel cso_lookup_code LOOKUP_CODE_ID

Indexes

Index Uniqueness Tablespace Columns
CSO_LOOKUP_CODE_N1 Non Unique Default CATEGORY_ID
CSO_LOOKUP_CODE_U1 Unique Default RECORD_ID, ORA_SEED_SET1
CSO_LOOKUP_CODE_U11 Unique Default RECORD_ID, ORA_SEED_SET2
CSO_LOOKUP_CODE_UK1 Unique Default SYSTEM_VALUE, RECORD_ID, ORA_SEED_SET1
CSO_LOOKUP_CODE_UK11 Unique Default SYSTEM_VALUE, RECORD_ID, ORA_SEED_SET2