Table Detail Report
CNT_WV_KEY
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | Content Working View Key |
Definition: | Contains details about a working view which is used by Bedrock tool. Imported using content manager tool |
Table Type: | REFERENCE |
Column Detail - CNT_WV_KEY
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. |
CNT_WV_KEY_ID | DOUBLE | N | Unique generated number that identifies a single row on the CNT_WV_KEY table. |
CURRENT_WORKING_VIEW | DOUBLE | N | The Working View that this row was copied from. |
DCP_WV_REF_ID | DOUBLE | Y | When the configuration is imported from from .xml/.czf to this table, ithis column will be populated with a null value.When bedrock tool maps this record, it will be updated to the parent row from WORKING_VIEW. |
DISPLAY_NAME | VARCHAR(40) | N | The display name of this working view. |
DISPLAY_NAME_PREF | VARCHAR(1024) | Y | Display name of working view preference, during export copied from Default > System > Docsettypes - hierarchy |
LOCATION_CD | DOUBLE | N | Specifies the location associated to a working view. |
LOCATION_CDUID | VARCHAR(100) | N | UID(unique identification) number which is used in versioning of location cd in conjunction with version_dt_tm column |
LOCATION_DISPLAY_TXT | VARCHAR(40) | N | Display text of LOCATION CD |
POSITION_CD | DOUBLE | N | Specifies the position associated to a working view. |
POSITION_CDUID | VARCHAR(100) | N | UID(unique identification) number which is used in versioning of position cd in conjunction with version_dt_tm column |
POSITION_DISPLAY_TXT | VARCHAR(40) | N | Display text of POSITION CD from the CODE_VALUE table. |
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. |
VERSION_DT_TM | DATETIME | N | Date and time when this record was updated |
VERSION_NUM | DOUBLE | N | The version number of this working view. |
VIEW_STATE_FLAG | DOUBLE | N | Describes the state of the view on this row. |
WORKING_VIEW_UID | VARCHAR(100) | N | UID(unique identification) number which is used in versioning of working views in conjunction with version_dt_tm column |
Relationship Detail - CNT_WV_KEY
Child Column in CNT_WV_KEY(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | LOCATION_CD | LOCATION | LOCATION_CD |
DCP_WV_REF_ID | WORKING_VIEW | WORKING_VIEW_ID |
CNT_WV_SECTION_ITEM_R
Column Section | Top of Page |
Table-level Detail
Description: | Content Working View Section Item Relation |
Definition: | Contains details about working section and item relations. Imported using content manager tool. |
Table Type: | REFERENCE |
Column Detail - CNT_WV_SECTION_ITEM_R
Column Name | Type | Null? | Definition |
---|---|---|---|
CNT_WV_SECTION_ITEM_R_ID | DOUBLE | N | Unique generated number that identifies a single row on the CNT_WV_SECTION_R table. |
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. |
WV_ITEM_UID | VARCHAR(100) | N | Working view item UID used to relate the working view item with working view section |
WV_SECTION_UID | VARCHAR(100) | N | Working view section UID used to relate the working view section with working view item. |
CNT_WV_SECTION_KEY
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | Content Working View Section Key |
Definition: | Contains details about working view sections which are used by Bedrock tool. Imported using content manager tool. |
Table Type: | REFERENCE |
Column Detail - CNT_WV_SECTION_KEY
Column Name | Type | Null? | Definition |
---|---|---|---|
CNT_WV_SECTION_KEY_ID | DOUBLE | N | Unique generated number that identifies a single row on the CNT_WV_SECTION_KEY table. |
DCP_WV_SECTION_REF_ID | DOUBLE | Y | When the configuration is imported from from .xml/.czf to this table, ithis column will be populated with a null value. When Bedrock tool maps this record, it will be updated to the parent row from WORKING_VIEW_SECTION. |
DEFAULT_OPEN_PREF_FLAG | DOUBLE | N | Default open preference for the section, which is copied from preference manager's default level |
DISPLAY_NAME | VARCHAR(40) | N | The display name of the section |
EVENT_SET_NAME | VARCHAR(40) | N | Specifies the child event set name associated to a working view. |
INCLUDED_IND | DOUBLE | N | Specifies whether the event set is included on the working view. |
REQUIRED_IND | DOUBLE | N | Specifies whether the event set is required (for documentation and can't be removed) on the working view. |
SECTION_TYPE_FLAG | DOUBLE | N | The type of the section (0=event set; 1=IV Drip) |
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. |
VERSION_DT_TM | DATETIME | N | Date and time when this record was updated, used in versioning of the working view section in conjunction with UID column. |
WV_SECTION_UID | VARCHAR(100) | N | UID(unique identification) number which is used in versioning of working view section in conjunction with version_dt_tm column |
Relationship Detail - CNT_WV_SECTION_KEY
Child Column in CNT_WV_SECTION_KEY(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | DCP_WV_SECTION_REF_ID | WORKING_VIEW_SECTION | WORKING_VIEW_SECTION_ID |
CNT_WV_SECTION_R
Column Section | Top of Page |
Table-level Detail
Description: | Content Working View Section Relation |
Definition: | Contains details about working views and section relations. Imported using content manager tool. |
Table Type: | REFERENCE |
Column Detail - CNT_WV_SECTION_R
Column Name | Type | Null? | Definition |
---|---|---|---|
CNT_WV_SECTION_R_ID | DOUBLE | N | Unique generated number that identifies a single row on the CNT_WV_SECTION_R table. |
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. |
WORKING_VIEW_UID | VARCHAR(100) | N | Working view UID used to relate the working view with a section. |
WV_SECTION_UID | VARCHAR(100) | N | Working view section UID used to relate the working view section with working view |