Table Detail Report
CMT_WORDKEY_EXCLUDE
| Column Section | Top of Page |
Table-level Detail
| Description: | CMT WORDKEY EXCLUDE |
| Definition: | Each row in the Excluded Words Table is a word excluded from the list of possible keywords. Words are excluded if they are frequently used and are so limited in semantic specificity that they impair rather than enhance searches. |
| Table Type: | REFERENCE |
Column Detail - CMT_WORDKEY_EXCLUDE
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| CMT_WORDKEY_EXCLUDE_ID | NUMBER | N | PRIMARY KEY |
| KEYWORD_NAME | VC2(8) | N | A word used in source_strings in the nomenclature table but excluded from keyword generation. Words are represented using only upper case letters and words of more than eight characters are represented as their first eight characters only. |
| UPDT_APPLCTX | NUMBER | N | The application context number from the record info block. |
| UPDT_CNT | NUMBER | N | Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row. |
| UPDT_DT_TM | DATE | N | The date and time the row was last inserted or updated. |
| UPDT_ID | NUMBER | N | The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table. |
| UPDT_TASK | NUMBER | N | The registered (assigned) task number for the process that inserted or updated the row. |
CMT_WORDKEY_EXCLUDE_LOAD
| Column Section | Top of Page |
Table-level Detail
| Description: | CMT WORDKEY EXCLUDE LOAD |
| Definition: | LOAD TABLE FOR CMT_WORDKEY_EXCLUDE |
| Table Type: | REFERENCE |
Column Detail - CMT_WORDKEY_EXCLUDE_LOAD
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| KEYWORD_NAME | VC2(8) | N | A word used in source_strings in the nomenclature table but excluded from keyword generation. Words are represented using only upper case letters and words of more than eight characters are represented as their first eight characters only. |
| UPDT_APPLCTX | NUMBER | N | The application context number from the record info block. |
| UPDT_CNT | NUMBER | N | Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row. |
| UPDT_DT_TM | DATE | N | The date and time the row was last inserted or updated. |
| UPDT_ID | NUMBER | N | The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table. |
| UPDT_TASK | NUMBER | N | The registered (assigned) task number for the process that inserted or updated the row. |
CMT_WORDKEY_INDEX
| Column Section | Top of Page |
Table-level Detail
| Description: | CMT WORDKEY INDEX |
| Definition: | Each row in this table is a word followed by a reference to a source_string in which this word appears. A keyword may relate to multiple source_strings. If there is a duplicate row where the keyword and source_identifier appear multiple times, the duplicates are omitted. Only one row is present for each combination of a keyword with a particular source_string, even if that keyword appears several times in the referenced source_string. |
| Table Type: | REFERENCE |
Column Detail - CMT_WORDKEY_INDEX
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| CMTI_IDENT | VC2(50) | N | CMTI IDENTIFIER |
| CMT_WORDKEY_INDEX_ID | NUMBER | N | PRIMARY KEY |
| KEYWORD_NAME | VC2(8) | N | Keywords are represented using only upper case letters and words of more than eight characters are represented as their first eight characters only. Permitted characters include 0 to 9, A to Z and dash "-". |
| UPDT_APPLCTX | NUMBER | N | The application context number from the record info block. |
| UPDT_CNT | NUMBER | N | Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row. |
| UPDT_DT_TM | DATE | N | The date and time the row was last inserted or updated. |
| UPDT_ID | NUMBER | N | The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table. |
| UPDT_TASK | NUMBER | N | The registered (assigned) task number for the process that inserted or updated the row. |
CMT_WORDKEY_INDEX_LOAD
| Column Section | Top of Page |
Table-level Detail
| Description: | CMT_WORDKEY_iNDEX LOAD |
| Definition: | LOAD TABLE FOR CMT_WORDKEY_INDEX |
| Table Type: | REFERENCE |
Column Detail - CMT_WORDKEY_INDEX_LOAD
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| CMTI_IDENT | VC2(50) | N | Indicates the unique identifier for a term which the word exists. |
| KEYWORD_NAME | VC2(8) | N | Keywords are represented using only upper case letters and words of more than eight characters are represented as their first eight characters only. Permitted characters include 0 to 9, A to Z and dash "-". |
| UPDT_APPLCTX | NUMBER | N | The application context number from the record info block. |
| UPDT_CNT | NUMBER | N | Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row. |
| UPDT_DT_TM | DATE | N | The date and time the row was last inserted or updated. |
| UPDT_ID | NUMBER | N | The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table. |
| UPDT_TASK | NUMBER | N | The registered (assigned) task number for the process that inserted or updated the row. |
CMT_XMAP_CNTNT_VER
| Column Section | Top of Page |
Table-level Detail
| Description: | CMT crossmap content version |
| Definition: | Contains version information for cmt_cross_map content releases |
| Table Type: | ACTIVITY |
Column Detail - CMT_XMAP_CNTNT_VER
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| BEG_EFFECTIVE_DT_TM | DATE | N | The date and time for which this table row becomes effective. Normally, this will be the date and time the row is added, but could be a past or future date and time. |
| CMT_XMAP_CNTNT_VER_ID | NUMBER | N | cmt crossmap content version identifierColumn |
| END_EFFECTIVE_DT_TM | DATE | N | The date/time after which the row is no longer valid as active current data. This may be valued with the date that the row became inactive. |
| MAP_FROM_VERSION_FT | VC2(20) | Y | Version of source vocablary mean free text field |
| MAP_FROM_VERSION_NBR | NUMBER | N | Version of vocabulary mean for the cross-map source |
| MAP_FROM_VOCAB_CD | NUMBER | N | Source_vocabulary_cd for the cross-map target |
| MAP_TO_VERSION_FT | VC2(20) | Y | Version of source vocabulary mean free text field |
| MAP_TO_VERSION_NBR | NUMBER | N | map to version numberColumn |
| MAP_TO_VOCAB_CD | NUMBER | N | Source_vocabulary_cd for the cross-map target |
| UPDT_APPLCTX | NUMBER | N | The application context number from the record info block. |
| UPDT_CNT | NUMBER | N | Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row. |
| UPDT_DT_TM | DATE | N | The date and time the row was last inserted or updated. |
| UPDT_ID | NUMBER | N | The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table. |
| UPDT_TASK | NUMBER | N | The registered (assigned) task number for the process that inserted or updated the row. |