Table Detail Report

CQM_MDRESULTS_PAR



Column Section Relationship Section Top of Page


Table-level Detail

Description: MDI Results CQM Queue Parameters
Definition: The CQM queue parameters table is the storage location of the secondary name/value pairs of data that are associated with a CQM transaction. This table contains information for the MDI Results application.
Table Type: ACTIVITY





Column Detail - CQM_MDRESULTS_PAR


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.
CREATE_DT_TM DATETIME N The date and time the row was inserted.
PARAM_ID DOUBLE N This is the value of the unique primary identifier of the CQM queue parameters table. It is an internal system assigned number.
PARAM_NAME VARCHAR(48) N Name of the data element.
PARAM_VALUE VARCHAR(255) N Value of the data element.
QUEUE_ID DOUBLE N This is the value of the unique primary identifier of the CQM queue table. It is an internal system assigned number.
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.



Relationship Detail - CQM_MDRESULTS_PAR


Child Column in CQM_MDRESULTS_PAR(FK) Parent Table Name Parent Column Name
Parents: QUEUE_ID CQM_MDRESULTS_QUE QUEUE_ID


CQM_MDRESULTS_QUE



Column Section Relationship Section Top of Page


Table-level Detail

Description: MDI Results CQM Queue
Definition: This CQM queue table is the primary storage locations of the transaction message for the MDI Results application. This table contains the administrative and routing data used for controlling the transaction.
Table Type: ACTIVITY





Column Detail - CQM_MDRESULTS_QUE


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.
CLASS VARCHAR(15) Y Identifies the trigger explosion class of the transaction.
CONTRIBUTOR_EVENT_DT_TM DATETIME Y Significant date and time associated with the transaction row as supplied by the contributor application
CONTRIBUTOR_ID DOUBLE N This is the value of the unique primary identifier of the CQM contributor configuration table. It is an internal system assigned number.
CONTRIBUTOR_REFNUM VARCHAR(48) N A reference or key assigned to the transaction row by the contributor application. It recommended that this identifier be unique although it is not required.
CREATE_DT_TM DATETIME N The date and time the row was inserted.
CREATE_RETURN_FLAG DOUBLE Y create return flagColumn
CREATE_RETURN_TEXT VARCHAR(132) Y Return text string from the trigger explosion process of this transaction row.
DEBUG_IND DOUBLE Y Defines whether debugging is active or inactive for the queue transaction unidentified in this row.
MESSAGE LONGBLOB Y This is the binary longraw field which contains the contents of the original message.
MESSAGE_LEN DOUBLE N The length of the textual or binary object placed in the message field.
PARAM_LIST_IND DOUBLE Y Identifies whether there are row in the queue parameters table associated with this transaction row.
PRIORITY DOUBLE N Identifies the priority of this transaction row that may or may not be used to process in a prioritized method. The value range for priority is 1 through 99, highest to lowest, respectively.
PROCESS_STATUS_FLAG DOUBLE N The current trigger explosion state for this transaction row.
QUEUE_ID DOUBLE N This is the value of the unique primary identifier of the CQM queue table. It is an internal system assigned number.
SUBTYPE VARCHAR(15) Y Identifies the trigger explosion subtype of the transaction.
SUBTYPE_DETAIL VARCHAR(15) Y Identifies the trigger explosion subtype detail of the transaction.
TRIG_CREATE_END_DT_TM DATETIME Y The date and time the trigger explosion completed on this transaction row.
TRIG_CREATE_START_DT_TM DATETIME Y The date and time the trigger explosion began on this transaction row.
TRIG_MODULE_IDENTIFIER VARCHAR(16) Y Future. Identifies the process/module which performs the trigger explosion on this transaction row.
TYPE VARCHAR(15) Y Identifies the trigger explosion type of the transaction.
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.
VERBOSITY_FLAG DOUBLE Y Defines the verbosity level during debugging for the processing of the transaction.



Relationship Detail - CQM_MDRESULTS_QUE


Child Column in CQM_MDRESULTS_QUE(FK) Parent Table Name Parent Column Name
Parents: CONTRIBUTOR_ID CQM_CONTRIBUTOR_CONFIG CONTRIBUTOR_ID




Parent Column in CQM_MDRESULTS_QUE (PK) Child Table Name Child Column Name
Children: QUEUE_ID CQM_MDRESULTS_LOG QUEUE_ID
CQM_MDRESULTS_PAR QUEUE_ID
CQM_MDRESULTS_TR_1 QUEUE_ID


CQM_MDRESULTS_TR_1



Column Section Relationship Section Top of Page


Table-level Detail

Description: MDI Results CQM Listener Trigger #1
Definition: The CQM listener trigger table contains the administrative data for the processing of a trigger exploded CQM transaction by a listener application. This table contains data for the MDI Results application.
Table Type: ACTIVITY





Column Detail - CQM_MDRESULTS_TR_1


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.
COMPLETION_SEQUENCE_ID DOUBLE Y This is the value that unique identifies the transaction completion order by the listener application. It is an internal system assigned number.
CREATE_DT_TM DATETIME N The date and time the row was inserted.
DEBUG_IND DOUBLE Y Defines whether debugging is active or inactive for the listener trigger explosion event unidentifie in this row.
LAST_RETRY_DT_TM DATETIME Y The date and time of the last retry to process this trigger exploded transaction row. This field may or may not be used by the listener application.
LISTENER_ID DOUBLE N This is the value of the unique primary identifier of the CQM listener configuration table. It is an internal system assigned number.
L_R_PROCESS_STATUS_FLAG DOUBLE Y The last retry processing state for this trigger exploded transaction row. This field may or may not be used by the listener application.
L_R_TRIGGER_STATUS_TEXT VARCHAR(132) Y The last retry processing text for this trigger exploded transaction row. This field may or may not be used by the listener application.
NUMBER_OF_RETRIES DOUBLE Y Set to 0 on insert. Optionally incremented by 1 by the listener application to specify the number of times the listener attempted to process the trigger exploded transaction.
PRIORITY DOUBLE N Identifies the priority of this transaction row that may or may not be used to process in a prioritized method. The value range for priority is 1 throug 99, highest to lowest, respectively.
PROCESS_START_DT_TM DATETIME Y The date and time the listener application started processing on this exploded transaction.
PROCESS_STATUS_FLAG DOUBLE N The current processing state for this trigger exploded transaction row.
PROCESS_STOP_DT_TM DATETIME Y The date and time the listener application completed processing on this exploded transaction.
QUEUE_ID DOUBLE N This is the value of the unique primary identifier of the CQM queue table. It is an internal system assigned number.
SCHEDULE_DT_TM DATETIME N The date and time this exploded transaction row is scheduled for processing.
TRIGGER_ID DOUBLE N This is the value of the unique primary identifier of the CQM listener trigger table. It is an internal system assigned number.
TRIGGER_STATUS_TEXT VARCHAR(132) Y The status text associated with the processing status flag.
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.
VERBOSITY_FLAG DOUBLE Y Defines the verbosity level during debugging for the processing of the transaction.



Relationship Detail - CQM_MDRESULTS_TR_1


Child Column in CQM_MDRESULTS_TR_1(FK) Parent Table Name Parent Column Name
Parents: LISTENER_ID CQM_LISTENER_CONFIG LISTENER_ID
QUEUE_ID CQM_MDRESULTS_QUE QUEUE_ID




Parent Column in CQM_MDRESULTS_TR_1 (PK) Child Table Name Child Column Name
Children: TRIGGER_ID CQM_MDRESULTS_LOG TRIGGER_ID


CQM_MICRESULTS_LOG



Column Section Relationship Section Top of Page


Table-level Detail

Description: MDI Results CQM Log
Definition: This CQM log table presents debugging and logging information associated with the MDI Results application.
Table Type: ACTIVITY





Column Detail - CQM_MICRESULTS_LOG


Column Name Type Null? Definition
CONTRIBUTOR_ID DOUBLE Y This is the value of the unique primary identifier of the CQM contributor configuration table. It is an internal system assigned number.
CREATE_DT_TM DATETIME N The date and time the row was inserted.
LISTENER_ID DOUBLE Y This is the value of the unique primary identifier of the CQM listener configuration table. It is an internal system assigned number.
LOG_ERROR_LOCATION VARCHAR(80) Y The code module that generated the error message in this row.
LOG_ERROR_TEXT VARCHAR(132) Y The error text message.
LOG_ID DOUBLE N This is the value of the unique primary identifier of the CQM log table. It is an internal system assigned number.
PARAM_ID DOUBLE Y This is the value of the unique primary identifier of the CQM queue parameters table. It is an internal system assigned number.
PROCESS_STATUS_FLAG DOUBLE Y The current trigger explosion state for this transaction row.
PROCESS_STATUS_TEXT VARCHAR(132) Y Descriptive text string associated to the processing status flag.
QUEUE_ID DOUBLE Y This is the value of the unique primary identifier of the CQM queue table. It is an internal system assigned number.
REGISTRY_ID DOUBLE Y This is the value of the unique primary identifier of the CQM listener registry table. It is an internal system assigned number.
TRIGGER_ID DOUBLE Y This is the value of the unique primary identifier of the CQM listener trigger table. It is an internal system assigned number.
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.



Relationship Detail - CQM_MICRESULTS_LOG


Child Column in CQM_MICRESULTS_LOG(FK) Parent Table Name Parent Column Name
Parents: QUEUE_ID CQM_MICRESULTS_QUE QUEUE_ID
TRIGGER_ID CQM_MICRESULTS_TR_1 TRIGGER_ID


CQM_MICRESULTS_PAR



Column Section Relationship Section Top of Page


Table-level Detail

Description: MDI Results CQM Queue Parameters
Definition: The CQM queue parameters table is the storage location of the secondary name/value pairs of data that are associated with a CQM transaction. This table contains information for the MDI Results application.
Table Type: ACTIVITY





Column Detail - CQM_MICRESULTS_PAR


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.
CREATE_DT_TM DATETIME N The date and time the row was inserted.
PARAM_ID DOUBLE N This is the value of the unique primary identifier of the CQM queue parameters table. It is an internal system assigned number.
PARAM_NAME VARCHAR(48) N Name of the data element.
PARAM_VALUE VARCHAR(255) N This is the value of the unique primary identifier of the CQM queue table. It is an internal system assigned number.
QUEUE_ID DOUBLE N This is the value of the unique primary identifier of the CQM queue table. It is an internal system assigned number.
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.



Relationship Detail - CQM_MICRESULTS_PAR


Child Column in CQM_MICRESULTS_PAR(FK) Parent Table Name Parent Column Name
Parents: QUEUE_ID CQM_MICRESULTS_QUE QUEUE_ID