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 | NUMBER | N | The code value affected by the change |
| CODE_VALUE_CHANGES_ID | NUMBER | N | Primary Key from Reference_Seq |
| CODE_VALUE_NODE_ID | NUMBER | N | THE NODE ID FROM CODE_VALUE_NODE |
| 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. |
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 | NUMBER | N | PRIMARY KEY |
| NODE_NAME | VC2(64) | N | THE NODE NAME |
| 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. |
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 |