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 NUMBER 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 NUMBER 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 DATE N The date and time that the active_status_cd was set.
ACTIVE_STATUS_PRSNL_ID NUMBER N The person who caused the active_status_cd to be set or change.
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.
DATASET_ID NUMBER N Foreign Key. This is the unique identifier for CV_DATASET table
DISPLAY_NAME VC2(40) Y Names shown on the screen.
END_EFFECTIVE_DT_TM DATE 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 FLOAT N The File Id containing this fieldColumn
FORMAT CHAR(18) Y FormatColumn
LENGTH NUMBER Y LengthColumn
POSITION NUMBER Y POSITIONColumn
START_POS NUMBER Y Start PositionColumn
UPDT_APP NUMBER N The application number that is responsible for the row update.
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_REQ NUMBER N The registered (assigned)request number for the process that inserted or updated the row.
UPDT_TASK NUMBER N The registered (assigned) task number for the process that inserted or updated the row.
XREF_FIELD_ID FLOAT 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 NUMBER 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 NUMBER 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 NUMBER 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 DATE Y The date and time that the active_status_cd was set.
ACTIVE_STATUS_PRSNL_ID NUMBER N The person who caused the active_status_cd to be set or change.
BEG_EFFECTIVE_DT_TM DATE 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 NUMBER N Child Response idColumn
CHILD_XREF_ID NUMBER N Child Xref idColumn
END_EFFECTIVE_DT_TM DATE 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 FLOAT 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 NUMBER Y Sets the log level
RESPONSE_ID NUMBER N Foreign Key . It the unique identifier to cv_response table
RLTNSHIP_FLAG NUMBER Y Relationship FlagColumn
UPDT_APP NUMBER Y The application number that is responsible for the row update.
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_REQ NUMBER Y The registered (assigned)request number for the process that inserted or updated the row.
UPDT_TASK NUMBER N The registered (assigned) task number for the process that inserted or updated the row.
XREF_ID NUMBER N Foreign Key to this table. Xref_id is the unique row identifier for Cv_xref table
XREF_VALIDATION_ID NUMBER 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