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 | 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. |
| CNT_WV_KEY_ID | NUMBER | N | Unique generated number that identifies a single row on the CNT_WV_KEY table. |
| CURRENT_WORKING_VIEW | FLOAT | N | The Working View that this row was copied from. |
| DCP_WV_REF_ID | NUMBER | 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 | VC2(40) | N | The display name of this working view. |
| DISPLAY_NAME_PREF | VC2(1024) | Y | Display name of working view preference, during export copied from Default > System > Docsettypes - hierarchy |
| LOCATION_CD | NUMBER | N | Specifies the location associated to a working view. |
| LOCATION_CDUID | VC2(100) | N | UID(unique identification) number which is used in versioning of location cd in conjunction with version_dt_tm column |
| LOCATION_DISPLAY_TXT | VC2(40) | N | Display text of LOCATION CD |
| POSITION_CD | NUMBER | N | Specifies the position associated to a working view. |
| POSITION_CDUID | VC2(100) | N | UID(unique identification) number which is used in versioning of position cd in conjunction with version_dt_tm column |
| POSITION_DISPLAY_TXT | VC2(40) | N | Display text of POSITION CD from the CODE_VALUE table. |
| 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. |
| VERSION_DT_TM | DATE | N | Date and time when this record was updated |
| VERSION_NUM | NUMBER | N | The version number of this working view. |
| VIEW_STATE_FLAG | NUMBER | N | Describes the state of the view on this row. |
| WORKING_VIEW_UID | VC2(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 | NUMBER | N | Unique generated number that identifies a single row on the CNT_WV_SECTION_R table. |
| 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. |
| WV_ITEM_UID | VC2(100) | N | Working view item UID used to relate the working view item with working view section |
| WV_SECTION_UID | VC2(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 | NUMBER | N | Unique generated number that identifies a single row on the CNT_WV_SECTION_KEY table. |
| DCP_WV_SECTION_REF_ID | NUMBER | 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 | NUMBER | N | Default open preference for the section, which is copied from preference manager's default level |
| DISPLAY_NAME | VC2(40) | N | The display name of the section |
| EVENT_SET_NAME | VC2(40) | N | Specifies the child event set name associated to a working view. |
| INCLUDED_IND | NUMBER | N | Specifies whether the event set is included on the working view. |
| REQUIRED_IND | NUMBER | N | Specifies whether the event set is required (for documentation and can't be removed) on the working view. |
| SECTION_TYPE_FLAG | NUMBER | N | The type of the section (0=event set; 1=IV Drip) |
| 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. |
| VERSION_DT_TM | DATE | 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 | VC2(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 | NUMBER | N | Unique generated number that identifies a single row on the CNT_WV_SECTION_R table. |
| 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. |
| WORKING_VIEW_UID | VC2(100) | N | Working view UID used to relate the working view with a section. |
| WV_SECTION_UID | VC2(100) | N | Working view section UID used to relate the working view section with working view |