Table Detail Report

CONTENT_DOMAIN_INFO



Column Section Top of Page


Table-level Detail

Description: CONTENT DOMAIN INFO
Definition: Stores content domain information for the Content Manager solution.
Table Type: REFERENCE





Column Detail - CONTENT_DOMAIN_INFO


Column Name Type Null? Definition
CONTENT_DOMAIN_INFO_ID NUMBER N PRIMARY KEY
FIELD_NAME VC2(100) N Name of the Content DOMAIN attribute being stored in the FIELD_VALUE column.
FIELD_VALUE NUMBER Y Numeric value for the attribute named in the FIELD_NAME column.
FIELD_VALUE_STR VC2(100) Y String value for the attribute named in the FIELD_NAME column.
PROPERTY_ID NUMBER N Unique generated number that identifies a single row on the CONTENT_PROPERTY 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.


CONTENT_PROPERTY



Column Section Relationship Section Top of Page


Table-level Detail

Description: Content Property
Definition: Content Property Table
Table Type: REFERENCE





Column Detail - CONTENT_PROPERTY


Column Name Type Null? Definition
CHAR_LEN NUMBER Y The character length for the content property
CSV_TEMPLATE_HELP VC2(1000) Y Help text used for the CSV converter templates. This will be an explanation of how to locate and/or provide a value that will be valid in contentmanager after the csv file is converted.
DEFAULT_VALUE VC2(255) Y The default value for the property
DISPLAY VC2(100) Y Display for the content property
DOMAIN_NAME VC2(100) Y The domain where this property belongs
LIST_IND NUMBER Y List IndicatorColumn
PICK_FROM_LIST_IND NUMBER Y Used to determine whether the application should limit the selection from the list only or should allow free-text.
PROPERTY_HELP_LIST VC2(1000) Y Stores the user defined help as XML string.
PROPERTY_ID NUMBER N Property IdentifierColumn
PROPERTY_LOCK_TYPE NUMBER Y Used to determine how a content property behaves, such as locked or unlocked.
PROPERTY_TYPE NUMBER Y Identifies the data type for the content property
PROPERTY_UPDATE_FLAG NUMBER N Identifies whether the field is selected to update (0), not update (1), or rely on business logic script (2).
PROPERTY_VALIDATED_BY NUMBER Y Identifies the type of validation if the property is a code set
REQUIRED_IND NUMBER Y Whether the property is required or not.
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.
XML_DISPLAY VC2(100) Y xml tag for the content property



Relationship Detail - CONTENT_PROPERTY




Parent Column in CONTENT_PROPERTY (PK) Child Table Name Child Column Name
Children: PROPERTY_ID COND_REQUIRED_PROPS COND_PROPERTY_ID
COND_REQUIRED_PROPS PROPERTY_ID
CONTENT_PROPERTY_MAP CONTENT_PROPERTY_ID
CONTENT_PROPERTY_RELTN CHILD_PROPERTY_ID
CONTENT_PROPERTY_RELTN PARENT_PROPERTY_ID


CONTENT_PROPERTY_EXTENSION



Column Section Top of Page


Table-level Detail

Description: Content Property Extension
Definition: Store additional attributes for Content Manager import domains.
Table Type: REFERENCE





Column Detail - CONTENT_PROPERTY_EXTENSION


Column Name Type Null? Definition
DOMAIN_NAME VC2(100) N Domain Name. Used with Sequence to make up PK
EXTENSION_TYPE_FLAG NUMBER N Stores the Type of Extension. 1 = allow updates (default)2 = audit mode available3 = report
EXTENSION_VALUE NUMBER N Extension Value. 1 or 0 for types 1 and 2.Request number for type 3
SEQUENCE NUMBER N Sequence. Used with Domain_name to make up PK
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.


CONTENT_PROPERTY_MAP



Column Section Relationship Section Top of Page


Table-level Detail

Description: CONTENT PROPERTY MAP
Definition: Table to indicate field mappings for content properties
Table Type: REFERENCE





Column Detail - CONTENT_PROPERTY_MAP


Column Name Type Null? Definition
CONTENT_PROPERTY_ID NUMBER N Child of CONTENT_PROPERTY table
CONTENT_PROPERTY_MAP_ID NUMBER N content property map identifierColumn
CSV_MAP_FIELD VC2(30) Y This field is the corresponding value from the standard csv file template.
CSV_MAP_FIELD2 VC2(255) Y CSV map field used with Version 2.0 of the CSV converter. For Version 2.0 of the CSV converter this field must be unique per domain.
REQUIRED_IND NUMBER Y Indicates whether field is required to exist on csv file.Column
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 - CONTENT_PROPERTY_MAP


Child Column in CONTENT_PROPERTY_MAP(FK) Parent Table Name Parent Column Name
Parents: CONTENT_PROPERTY_ID CONTENT_PROPERTY PROPERTY_ID


CONTENT_PROPERTY_RELTN



Column Section Relationship Section Top of Page


Table-level Detail

Description: Content Property relation
Definition: Content Property relation Table
Table Type: REFERENCE





Column Detail - CONTENT_PROPERTY_RELTN


Column Name Type Null? Definition
CHILD_PROPERTY_ID NUMBER N Child property identifierColumn
LIST_SEQ NUMBER N list sequenceColumn
PARENT_PROPERTY_ID NUMBER N Parent property identifierColumn
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 - CONTENT_PROPERTY_RELTN


Child Column in CONTENT_PROPERTY_RELTN(FK) Parent Table Name Parent Column Name
Parents: CHILD_PROPERTY_ID CONTENT_PROPERTY PROPERTY_ID
PARENT_PROPERTY_ID CONTENT_PROPERTY PROPERTY_ID