CSO_TASK_PARAMETER

This table contains the optional parameters that can be passed in with a task

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_TASK_PARAMETER_PK

RECORD_ID

Columns

Name Datatype Length Not-null Comments
PARAMETER_KEY VARCHAR2 100 Yes This is the Key to retrieve the parameter.
PARAMETER_TYPE NUMBER Yes Numeric value used as indicator of the lookupcode for type of parameter.
PARAMETER_VALUE VARCHAR2 4000 This is the value of parameter for this record.
RECORD_ID VARCHAR2 32 Yes This is the primary key of the table.
TASK_ID VARCHAR2 32 Yes This is the GUID for the task associated with this parameter.

Indexes

Index Uniqueness Columns
CSO_TASK_PARAMETER_U1 Unique RECORD_ID