KNTA_SPECIAL_CMD_PARAMS
This table stores each parameter that can be set for a special command.
Foreign Keys
Primary Key Table |
Primary Key Column |
Foreign Key Column |
---|---|---|
KNTA_USERS |
USER_ID |
CREATED_BY |
KNTA_USERS |
USER_ID |
LAST_UPDATED_BY |
KNTA_SPECIAL_COMMAND_TYPES |
SPECIAL_COMMAND_TYPE_ID |
SPECIAL_COMMAND_TYPE_ID |
Column Descriptions
Column Name |
Null? |
Data Type |
Description |
---|---|---|---|
PARAMETER_ID |
NOT NULL |
NUMBER |
System-generated identifier |
CREATION_DATE |
NOT NULL |
DATE |
Date the record was created |
CREATED_BY |
NOT NULL |
NUMBER |
Identifier for the user who created the record |
LAST_UPDATE_DATE |
NOT NULL |
DATE |
Date the record was last updated |
LAST_UPDATED_BY |
NOT NULL |
NUMBER |
Identifier for the user who last updated the record |
SEQ |
NOT NULL |
NUMBER |
Sequence number of this parameter (starting with 1) |
PARAMETER_NAME |
NOT NULL |
VARCHAR2(40) |
Name of the parameter |
PARAMETER_TOKEN |
NOT NULL |
VARCHAR2(120) |
Default token to use for this value if no parameter is specified when the special command is invoked |
DESCRIPTION |
NULLABLE |
VARCHAR2(150) |
Details of the parameter |
ENABLED_FLAG |
NOT NULL |
VARCHAR2(1) |
Whether this parameter is to be used (Y/N) |
SPECIAL_COMMAND_TYPE_ID |
NULLABLE |
NUMBER |
Foreign key reference to the special command types table |
SOURCE_TYPE_CODE |
NULLABLE |
VARCHAR2(30) |
For records that have been updated by an interface or migrator, indicates the type of external update (specific interface or migrator name, and so on) |
SOURCE |
NULLABLE |
VARCHAR2(100) |
For records that have been updated by an interface or migrator, provides additional information about the source of the external update |
Indexes
Index Name |
Index Type |
Sequence |
Column Name |
---|---|---|---|
KNTA_SPECIAL_CMD_PARAMS_N1 |
NONUNIQUE |
1 |
SPECIAL_COMMAND_TYPE_ID |
KNTA_SPECIAL_CMD_PARAMS_U1 |
UNIQUE |
1 |
PARAMETER_ID |
Sequences
Sequence Name |
Sequence Type |
---|---|
KNTA_SPECIAL_CMD_PARAMS_S |
PARAMETER_ID |