Table Detail Report
CV_XREF_FIELD
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | CV XREF FIELD |
| Definition: | This is the XREF field for each field on the output file |
| Table Type: | REFERENCE |
Column Detail - CV_XREF_FIELD
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ACTIVE_IND | DOUBLE | N | The table row is active or inactive. A row is generally active unless it is in an inactive state such as logically deleted, combined away, pending purge, etc. |
| ACTIVE_STATUS_CD | DOUBLE | N | Indicates the status of the row itself (not the data in the row) such as active, inactive, combined away, pending purge, etc. |
| ACTIVE_STATUS_DT_TM | DATETIME | N | The date and time that the active_status_cd was set. |
| ACTIVE_STATUS_PRSNL_ID | DOUBLE | N | The person who caused the active_status_cd to be set or change. |
| BEG_EFFECTIVE_DT_TM | DATETIME | 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. |
| DATASET_ID | DOUBLE | N | Foreign Key. This is the unique identifier for CV_DATASET table |
| DISPLAY_NAME | VARCHAR(40) | Y | Names shown on the screen. |
| END_EFFECTIVE_DT_TM | DATETIME | Y | 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. |
| FILE_ID | DOUBLE | N | The File Id containing this fieldColumn |
| FORMAT | CHAR(18) | Y | FormatColumn |
| LENGTH | DOUBLE | Y | LengthColumn |
| POSITION | DOUBLE | Y | POSITIONColumn |
| START_POS | DOUBLE | Y | Start PositionColumn |
| UPDT_APP | DOUBLE | N | The application number that is responsible for the row update. |
| UPDT_APPLCTX | DOUBLE | N | The application context number from the record info block. |
| UPDT_CNT | DOUBLE | 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 | DATETIME | N | The date and time the row was last inserted or updated. |
| UPDT_ID | DOUBLE | 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_REQ | DOUBLE | N | The registered (assigned)request number for the process that inserted or updated the row. |
| UPDT_TASK | DOUBLE | N | The registered (assigned) task number for the process that inserted or updated the row. |
| XREF_FIELD_ID | DOUBLE | N | This is the value of the unique primary identifier of the cv_xref_field table. It is an internal system assigned number |
| XREF_ID | DOUBLE | N | Foreign Key . The xref_id is the unique identifier to cv_xref table. |
Relationship Detail - CV_XREF_FIELD
| Child Column in CV_XREF_FIELD(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | DATASET_ID | CV_DATASET | DATASET_ID |
| FILE_ID | CV_DATASET_FILE | FILE_ID | |
| XREF_ID | CV_XREF | XREF_ID |
CV_XREF_VALIDATION
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Xref Validation table |
| Definition: | THE Xref Validation table |
| Table Type: | REFERENCE |
Column Detail - CV_XREF_VALIDATION
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ACTIVE_IND | DOUBLE | Y | The table row is active or inactive. A row is generally active unless it is in an inactive state such as logically deleted, combined away, pending purge, etc. |
| ACTIVE_STATUS_CD | DOUBLE | N | Indicates the status of the row itself (not the data in the row) such as active, inactive, combined away, pending purge, etc. |
| ACTIVE_STATUS_DT_TM | DATETIME | Y | The date and time that the active_status_cd was set. |
| ACTIVE_STATUS_PRSNL_ID | DOUBLE | N | The person who caused the active_status_cd to be set or change. |
| BEG_EFFECTIVE_DT_TM | DATETIME | Y | 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. |
| CHILD_RESPONSE_ID | DOUBLE | N | Child Response idColumn |
| CHILD_XREF_ID | DOUBLE | N | Child Xref idColumn |
| END_EFFECTIVE_DT_TM | DATETIME | Y | 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. |
| OFFSET_NBR | DOUBLE | Y | Used to get the offset for the Parent or the Child depending on the Relationship flag. For dates it is expressed in days |
| REQD_FLAG | DOUBLE | Y | Sets the log level |
| RESPONSE_ID | DOUBLE | N | Foreign Key . It the unique identifier to cv_response table |
| RLTNSHIP_FLAG | DOUBLE | Y | Relationship FlagColumn |
| UPDT_APP | DOUBLE | Y | The application number that is responsible for the row update. |
| UPDT_APPLCTX | DOUBLE | N | The application context number from the record info block. |
| UPDT_CNT | DOUBLE | 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 | DATETIME | N | The date and time the row was last inserted or updated. |
| UPDT_ID | DOUBLE | 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_REQ | DOUBLE | Y | The registered (assigned)request number for the process that inserted or updated the row. |
| UPDT_TASK | DOUBLE | N | The registered (assigned) task number for the process that inserted or updated the row. |
| XREF_ID | DOUBLE | N | Foreign Key to this table. Xref_id is the unique row identifier for Cv_xref table |
| XREF_VALIDATION_ID | DOUBLE | N | This is the value of the unique primary identifier of the cv_xref_validation. It is an internal system assigned number |
Relationship Detail - CV_XREF_VALIDATION
| Child Column in CV_XREF_VALIDATION(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | RESPONSE_ID | CV_RESPONSE | RESPONSE_ID |
| XREF_ID | CV_XREF | XREF_ID |