KDSH_DATA_SOURCE_COLUMNS
This table stores the list of available columns for each Data Source.
Foreign Keys
|
Primary Key Table |
Primary Key Column |
Foreign Key Column |
|---|---|---|
|
KNTA_USERS |
USER_ID |
CREATED_BY |
|
KDSH_DATA_SOURCES_NLS |
DATA_SOURCE_ID |
DATA_SOURCE_ID |
|
KNTA_USERS |
USER_ID |
LAST_UPDATED_BY |
Column Descriptions
|
Column Name |
Null? |
Data Type |
Description |
|---|---|---|---|
|
DATA_SOURCE_COLUMN_ID |
NOT NULL |
NUMBER |
System-generated identifier |
|
CREATION_DATE |
NOT NULL |
DATE |
Date record was created |
|
CREATED_BY |
NOT NULL |
NUMBER |
Identifier for the user who created the record |
|
LAST_UPDATE_DATE |
NOT NULL |
DATE |
Date record was last updated |
|
LAST_UPDATED_BY |
NOT NULL |
NUMBER |
Identifier for the user who last updated the record |
|
DESCRIPTION |
NULLABLE |
VARCHAR2(1800) |
Description for the purpose of this column. |
|
SOURCE_TYPE_CODE |
NULLABLE |
VARCHAR2(30) |
For records that have been updated by an interface or migrator, indicates the type of external update. For example, specific interface or migrator name. |
|
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. |
|
DB_COLUMN |
NULLABLE |
VARCHAR2(1000) |
Database column name of this column. |
|
COLUMN_TYPE |
NOT NULL |
VARCHAR2(30) |
Defines type of data fetched in the column. For example, numeric and string date. |
|
DATA_SOURCE_ID |
NOT NULL |
NUMBER |
ID of the Data Source to which this column belongs. |
|
NAME |
NOT NULL |
VARCHAR2(100) |
Unique name of the column. |
|
COLUMN_ALIAS |
NOT NULL |
VARCHAR2(30) |
Unique alias for the column. |
|
HYPERLINK_TYPE |
NULLABLE |
VARCHAR2(30) |
Type of the hyperlink. |
|
HYPERLINK_ENTITY_DB_COLUMN |
NULLABLE |
VARCHAR2(1000) |
Database column name containing the entity for this hyperlink column. |
|
HYPERLINK_TEXT |
NULLABLE |
VARCHAR2(1000) |
Custom Hyperlink defined by user. |
|
CURRENCY_BASE_DB_COLUMN |
NULLABLE |
VARCHAR2(1000) |
Database column name containing the base currency for this currency column. |
|
CURRENCY_ID_DB_COLUMN |
NULLABLE |
VARCHAR2(1000) |
Database column name containing the currency ID for this currency column. |
|
CURRENCY_LOCAL_DB_COLUMN |
NULLABLE |
VARCHAR2(1000) |
Database column name containing the local currency for this currency column. |
Indexes
|
Index Name |
Index Type |
Sequence |
Column Name |
|---|---|---|---|
|
KDSH_DATA_SOURCE_COLUMNS_N1 |
NONUNIQUE |
1 |
DATA_SOURCE_ID |
|
KDSH_DATA_SOURCE_COLUMNS_U1 |
UNIQUE |
1 |
DATA_SOURCE_COLUMN_ID |
Sequences
|
Sequence Name |
Sequence Type |
|---|---|
|
KDSH_DATA_SOURCE_COLUMNS_S |
DATA_SOURCE_COLUMN_ID |

