CODE_VALUE_CHANGES



Column Section Relationship Section Top of Page


Table-level Detail

Description: CODE VALUE CHANGES
Definition: This table is to support tracking changes in CODE_VALUE and determining when Cache Refreshes need to be done. This table stores code values that have been deleted, inserted, or chaged. Data will be deleted after use.
Table Type: ACTIVITY





Column Detail - CODE_VALUE_CHANGES


Column Name Type Null? Definition
CODE_VALUE DOUBLE N The code value affected by the change
CODE_VALUE_CHANGES_ID DOUBLE N Primary Key from Reference_Seq
CODE_VALUE_NODE_ID DOUBLE N THE NODE ID FROM CODE_VALUE_NODE
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_TASK DOUBLE N The registered (assigned) task number for the process that inserted or updated the row.



Relationship Detail - CODE_VALUE_CHANGES


Child Column in CODE_VALUE_CHANGES(FK) Parent Table Name Parent Column Name
Parents: CODE_VALUE_NODE_ID CODE_VALUE_NODE CODE_VALUE_NODE_ID


CODE_VALUE_NODE



Column Section Relationship Section Top of Page


Table-level Detail

Description: code value node
Definition: A Node in the Domain
Table Type: REFERENCE





Column Detail - CODE_VALUE_NODE


Column Name Type Null? Definition
CODE_VALUE_NODE_ID DOUBLE N PRIMARY KEY
NODE_NAME VARCHAR(64) N THE NODE NAME
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_TASK DOUBLE N The registered (assigned) task number for the process that inserted or updated the row.



Relationship Detail - CODE_VALUE_NODE




Parent Column in CODE_VALUE_NODE (PK) Child Table Name Child Column Name
Children: CODE_VALUE_NODE_ID CODE_VALUE_CHANGES CODE_VALUE_NODE_ID