OKC_KEY_TERM_PROMPTS

Defines the list of prompts for each key term.

Details

  • Schema: FUSION

  • Object owner: OKC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

OKC_KEY_TERM_PROMPTS_PK

ID

Columns

Name Datatype Length Precision Not-null Comments
ID NUMBER 18 Yes Unique identifier of the prompt.
PROMPT_NAME VARCHAR2 300 Yes Name of the prompt that is defined.
PROMPT_DESC VARCHAR2 4000 Description for the prompt that is defined.
LATEST_PROMPT_TEXT VARCHAR2 4000 Yes Identifies the latest prompt text.
LATEST_ADDTL_INSTRUCTIONS VARCHAR2 4000 This stores the latest additional instruction to be used along with the latest prompt text.
KEY_TERM_CODE VARCHAR2 80 Yes Reference to the unique identifier of the key term.
PROMPT_STATUS VARCHAR2 30 Current status of the prompt, can be Draft, Active or Inactive.
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.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
OKC_KEY_TERM_PROMPTS okc_key_terms KEY_TERM_CODE
okc_ktype_key_terms okc_key_term_prompts PROMPT_ID
okc_prompt_test_result okc_key_term_prompts PROMPT_ID

Indexes

Index Uniqueness Tablespace Columns
OKC_KEY_TERM_PROMPTS_N1 Non Unique Default KEY_TERM_CODE
OKC_KEY_TERM_PROMPTS_PK Unique Default ID