CQM_STDBATCH_QUE



Column Section Top of Page


Table-level Detail

Description: STANDARD BATCH INTERFACE
Definition: Transactions from ESO for standard batch interfaces are placed in this table and read by the outbound comserver.
Table Type: ACTIVITY





Column Detail - CQM_STDBATCH_QUE


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.
CLASS VC2(15) Y Identifies the trigger explosion class of the transaction.
CONTRIBUTOR_EVENT_DT_TM DATE Y Significant date and time associated with the transaction row as supplied by the contributor application.
CONTRIBUTOR_ID NUMBER N This is the value of hte unique primary identifier of the CQM contributor configuration table. It is an internal system assigned number.
CONTRIBUTOR_REFNUM VC2(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 DATE N The date and time the row was inserted.
CREATE_RETURN_FLAG NUMBER Y The current trigger explosion state for this transaction row.
CREATE_RETURN_TEXT VC2(132) Y Return text string from the trigger explosion process of this transaction row.
DEBUG_IND NUMBER Y Defines whether debugging is active or inactive for the queue transaction unidentified in this row.
MESSAGE LONG RAW Y This is the binary longraw field which contains the contents of the original message.
MESSAGE_LEN NUMBER N The length of the textual or binary object placed in the message field.
PARAM_LIST_IND NUMBER Y Identifies whether there are row in the queue parameters table associated with this transaction row.
PRIORITY NUMBER 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 NUMBER N The current trigger explosion state for this transaction row.
QUEUE_ID NUMBER N This is the value of the unique primary identifier of the CQM queue table. It is an internal system assigned number.
SUBTYPE VC2(15) Y Identifies the trigger explosion subtype of the transaction.
SUBTYPE_DETAIL VC2(15) Y Identifies the trigger explosion subtype detail of the transaction.
TRIG_CREATE_END_DT_TM DATE Y The date and time the trigger explosion completed on this transaction row.
TRIG_CREATE_START_DT_TM DATE Y The date and time the trigger explosion began on this transaction row.
TRIG_MODULE_IDENTIFIER VC2(16) Y Trigger Module Identifier.
TYPE VC2(15) Y Identifies the trigger explosion type of the transaction.
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.
VERBOSITY_FLAG NUMBER Y Defines the verbosity level during debugging for the processing of the transaction.


CQM_STDBATCH_TR_1



Column Section Top of Page


Table-level Detail

Description: STANDARD BATCH INTERFACE
Definition: Trigger transactions from ESO for standard batch interfaces are placed in this table and read by the outbound comserver to obtain queued messages.
Table Type: ACTIVITY





Column Detail - CQM_STDBATCH_TR_1


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.
COMPLETION_SEQUENCE_ID NUMBER N Order in which rows are processed.
CREATE_DT_TM DATE N The date and time the row was inserted
DEBUG_IND NUMBER Y Defines whether debugging is active or inactive for the listener trigger explosion event unidentified in this row
LAST_RETRY_DT_TM DATE 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 NUMBER 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 NUMBER 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 VC2(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 NUMBER 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 NUMBER 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 DATE Y The date and time the listener application started processing on this exploded transaction.
PROCESS_STATUS_FLAG NUMBER N The current processing state for this trigger exploded transaction row.
PROCESS_STOP_DT_TM DATE Y The date and time the listener application completed processing on this exploded transaction
QUEUE_ID NUMBER N This is the value of the unique primary identifier from the CQM queue table. It is an internal system assigned number
SCHEDULE_DT_TM DATE N The date and time this exploded transaction row is scheduled for processing.
TRIGGER_ID NUMBER 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 VC2(132) Y The status text associated with the processing status flag.
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.
VERBOSITY_FLAG NUMBER Y Defines the verbosity level during debugging for the processing of the transaction.


ESO_TRANSACTION_RECORD



Column Section Relationship Section Top of Page


Table-level Detail

Description: ESO TRANSACTION RECORDS
Definition: Contains details of events that are processed or filtered
Table Type: ACTIVITY





Column Detail - ESO_TRANSACTION_RECORD


Column Name Type Null? Definition
ENCNTR_ID NUMBER N Encounter ID from the ENCOUNTER table
ESO_TRANSACTION_RECORD_ID NUMBER N PRIMARY KEY
PARENT_ENTITY_ID NUMBER N The unique identifier from the parent table referrenced in PARENT_ENTITIY_NAME column.
PARENT_ENTITY_NAME VC2(30) N Name of the parent table for the value referrenced in PARENT_ENTITY_ID
PROCESS_STATUS_FLAG NUMBER N Indicate the status of parent_entity_id0 = Not Defined 10 = Processed 20 = Filtered 30 = Hold
TRANSACTION_GROUP_IDENT FLOAT N The identifer used to group the events from the CQM_FSIESO_QE table. Typically a value from that table, but can be a value not yet written to that table. Therefore, no Foreign Key relationship exists.
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 - ESO_TRANSACTION_RECORD


Child Column in ESO_TRANSACTION_RECORD(FK) Parent Table Name Parent Column Name
Parents: ENCNTR_ID ENCOUNTER ENCNTR_ID


FSI_CLOUD_ESO_ROUTE_INFO



Column Section Relationship Section Top of Page


Table-level Detail

Description: Foreign System Interfaces Cloud External Systems Outbound Routing Information
Definition: Maintains the type information of the transactions that will be routed to FSI Cloud/FSI 2.0 ;
Table Type: REFERENCE





Column Detail - FSI_CLOUD_ESO_ROUTE_INFO


Column Name Type Null? Definition
ACTIVE_IND NUMBER Y 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_TXT VC2(15) Y ESO server processing class for which the routing rule applies to.
CREATE_DT_TM DATE Y Date and time of creation of the routing rule.
FSI_CLOUD_ESO_ROUTE_INFO_ID NUMBER N PRIMARY KEY
LOGICAL_DOMAIN_ID NUMBER Y 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.
ROUTING_INFO_IDENT VC2(36) Y Unique identifier of the source routing rule in OCI database.
SUBTYPE_TXT VC2(15) Y ESO server processing subtype for which the routing rule applies to.
TYPE_TXT VC2(15) Y ESO server processing type for which the routing rule applies to.
UPDT_APPLCTX NUMBER Y 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 NUMBER Y 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 DATE Y 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 NUMBER Y 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 NUMBER Y 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.



Relationship Detail - FSI_CLOUD_ESO_ROUTE_INFO


Child Column in FSI_CLOUD_ESO_ROUTE_INFO(FK) Parent Table Name Parent Column Name
Parents: LOGICAL_DOMAIN_ID LOGICAL_DOMAIN LOGICAL_DOMAIN_ID


SI_ALERT_EVENT



Column Section Relationship Section Top of Page


Table-level Detail

Description: System Integration Alert Event
Definition: Table containing a record of alert events encountered during interface processing
Table Type: ACTIVITY





Column Detail - SI_ALERT_EVENT


Column Name Type Null? Definition
ALERT_STATUS_TFLG VC2(10) N Text value that represents the status of this row. The possible values for alert_status_tflg are Active and Cleared
ALERT_TYPE_TFLG VC2(30) N Text value that classifies the alert type. Current alert_type_tflg values are: LOAD_SCRIPT - ROUTE_SCRIPT - FORMAT_SCRIPT - TCP_IP - TERMINATION - INITIALIZATION - ROUTE_QUEUE - ROUTE_SRV -; ROUTE_FORMAT - NO_PERSONALITY - ROUTE_LIST - NO_CUST_ROUTE - FORWARD_TO_EJS - DATABASE - MEMORY_ALLOC - ESO_TERMINATE
APPLICATION_NAME VC2(12) N The application name denotes a specific functional area of System Integration processing.
CLEAR_DT_TM DATE Y The date and time that the alert event ended.
CREATE_DT_TM DATE N The date and time that the alert event occurred.
ERROR_TXT VC2(500) Y Error message from the process that created the alert event.
EXPIRE_DT_TM DATE Y The date and time when an extendable alert automatically clears.
FSIESO_TRIGGER_ID NUMBER Y the transaction trigger_id generated during the context of an ESO transaction and is stored in the cqm_fsieso_tr_1 as the trigger_id field.
INSTANCE_NBR NUMBER Y Server instance number.
LISTENER_ALIAS VC2(48) N LISTENER_ALIAS value from table cqm_listener_config
NODE_NAME VC2(64) Y Node on which the server generating the alert is running on.
OENINTERFACE_TRIGGER_ID NUMBER Y the transaction trigger_id generated during the context of an OEN transaction and is stored in the cqm_oeninterface_tr_1 as the trigger_id field.
PROCESS_NAME VC2(32) N The name of the interface server process. This a core server or interface communication server process.
SCP_NBR NUMBER Y SCP entry number for the interface server.
SI_ALERT_EVENT_ID NUMBER N PRIMARY KEY
UPDT_APPLCTX NUMBER Y 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 NUMBER Y 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 DATE 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 NUMBER Y 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 NUMBER Y 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.



Relationship Detail - SI_ALERT_EVENT


Child Column in SI_ALERT_EVENT(FK) Parent Table Name Parent Column Name
Parents: FSIESO_TRIGGER_ID CQM_FSIESO_TR_1 TRIGGER_ID
OENINTERFACE_TRIGGER_ID CQM_OENINTERFACE_TR_1 TRIGGER_ID