Table Detail Report

WL_CRITERIA



Column Section Relationship Section Top of Page


Table-level Detail

Description: mp_worklist_criteria
Definition: This table will be used to group MPage Worklist related settings
Table Type: REFERENCE





Column Detail - WL_CRITERIA


Column Name Type Null? Definition
BEG_EFFECTIVE_DT_TM DATETIME N The date and time for which this table row becomes effective. Normally, this will be the date and time the row is added, but could be a past or future date and time.
CRITERIA_NAME VARCHAR(100) N The name of the worklist criteria group
CRITERIA_NAME_KEY VARCHAR(100) N The name_key of the worklist criteria grouping.
END_EFFECTIVE_DT_TM DATETIME N The date/time after which the row is no longer valid as active current data. This may be valued with the date that the row became inactive.
LOGICAL_DOMAIN_ID DOUBLE N The unique identifier for a logical domain. This identifier allows the data to be grouped by logical domain. For example, If you assign clients a logical_domain_id this would allow you to store data for multiple clients on this table.
LONG_TEXT_ID DOUBLE N Criteria as defined in the LONG_TEXT_REFERENCE table
ORIG_WL_CRITERIA_ID DOUBLE N The original WL_CRITERIA_ID which is used to group versions
UPDT_APPLCTX DOUBLE N The application context number from the record info block. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
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. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
UPDT_DT_TM DATETIME N The date and time the row was last inserted or updated. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
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. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
UPDT_TASK DOUBLE N The registered (assigned) task number for the process that inserted or updated the row. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
WL_CRITERIA_ID DOUBLE N PRIMARY KEY
WORKLIST_CD DOUBLE N IDENTIFIES THE TYPE OF WORKLIST



Relationship Detail - WL_CRITERIA


Child Column in WL_CRITERIA(FK) Parent Table Name Parent Column Name
Parents: LOGICAL_DOMAIN_ID LOGICAL_DOMAIN LOGICAL_DOMAIN_ID
LONG_TEXT_ID LONG_TEXT_REFERENCE LONG_TEXT_ID
ORIG_WL_CRITERIA_ID WL_CRITERIA WL_CRITERIA_ID




Parent Column in WL_CRITERIA (PK) Child Table Name Child Column Name
Children: WL_CRITERIA_ID WL_ACTIVITY WL_CRITERIA_ID
WL_CRITERIA ORIG_WL_CRITERIA_ID