Table Detail Report

SI_OEN_PROPERTY



Column Section Relationship Section Top of Page


Table-level Detail

Description: Open Engine Property
Definition: Defines configuration properties for Open engine processes
Table Type: REFERENCE





Column Detail - SI_OEN_PROPERTY


Column Name Type Null? Definition
PROPERTY_NAME VC2(100) N Name of the property
PROPERTY_SET_ID NUMBER N The set of properties that the property belongs to
PROPERTY_TYPE VC2(31) N Data type of the property value
PROPERTY_VALUE_TXT VC2(255) Y The configured valued for the property
SI_OEN_PROPERTY_ID NUMBER N PRIMARY KEY
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 - SI_OEN_PROPERTY


Child Column in SI_OEN_PROPERTY(FK) Parent Table Name Parent Column Name
Parents: PROPERTY_SET_ID SI_OEN_PROPERTY SI_OEN_PROPERTY_ID




Parent Column in SI_OEN_PROPERTY (PK) Child Table Name Child Column Name
Children: SI_OEN_PROPERTY_ID SI_OEN_COMCHANNEL COMCHANNEL_PROPERTY_ID
SI_OEN_COMCHANNEL ROUTER_PROPERTY_ID
SI_OEN_ENDPOINT CONNECTION_PROPERTY_ID
SI_OEN_ENDPOINT ENDPOINT_PROPERTY_ID
SI_OEN_ENDPOINT PROTOCOL_PROPERTY_ID
SI_OEN_PROPERTY PROPERTY_SET_ID
SI_OEN_STEP STEP_PROPERTY_ID
SI_OEN_SUBSCRIPTION SUBSCRIPTION_PROPERTY_ID


SI_OEN_SKIPPED_MSGS



Column Section Relationship Section Top of Page


Table-level Detail

Description: System Integration OEN Skipped Messages
Definition: Table containing a record of transactions skipped due to processing issues
Table Type: ACTIVITY





Column Detail - SI_OEN_SKIPPED_MSGS


Column Name Type Null? Definition
ERROR_TXT VC2(500) Y Error message for the event that resulted in the transaction getting skipped by the interface
ERROR_TYPE_TXT VC2(30) Y Text value that classifies the error.
PARENT_ENTITY_ID NUMBER N The identifier of the interface from the appropriate configuration model. A PK value from the table identified in PARENT_ENTITY_NAME.
PARENT_ENTITY_NAME VC2(30) Y The name of the configuration model for the interface ( A table name - currently either OEN_PROCINFO or SI_OEN_COMCHANNEL )
PROCESS_PHASE_TXT VC2(30) Y Text value that indicates what phase of processing the interface was in when the error occurred.
QUEUE_ID NUMBER N The queue_id of the transaction from the cqm_oeninterface_que table, if available.
SCRIPT_NAME VC2(50) Y Name of the script that was being executed when the error occurred, if applicable.
SI_OEN_SKIPPED_MSGS_ID NUMBER N PRIMARY KEY
SKIPPED_DT_TM DATE Y The date and time that the transaction was skipped by the interface
STATUS_DT_TM DATE Y The date and time of the last change in the status of the row.
STATUS_PRSNL_ID NUMBER N Identifier of the last user to change the status of the row.
STATUS_TXT VC2(20) Y Text value that represents the status of this row. It is used to indicate if a user has looked at the message that was skipped and what action the user might have taken.
TRIGGER_ID NUMBER N The trigger_id of the transaction from the cqm_oeninterface_tr_1 table, if available.
TX_KEY_TXT VC2(27) Y Key for the transaction stored on the OEN_TXLOG table, if available.
UPDT_APPLCTX NUMBER 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 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. 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 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 NUMBER 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.



Relationship Detail - SI_OEN_SKIPPED_MSGS


Child Column in SI_OEN_SKIPPED_MSGS(FK) Parent Table Name Parent Column Name
Parents: QUEUE_ID CQM_OENINTERFACE_QUE QUEUE_ID
TRIGGER_ID CQM_OENINTERFACE_TR_1 TRIGGER_ID
STATUS_PRSNL_ID PRSNL PERSON_ID


SI_OEN_STEP



Column Section Relationship Section Top of Page


Table-level Detail

Description: Open Engine Step
Definition: Definition of steps used in the open engine processes
Table Type: REFERENCE





Column Detail - SI_OEN_STEP


Column Name Type Null? Definition
DESCRIPTION VC2(100) Y Description of the step
SI_OEN_STEP_ID NUMBER N PRIMARY KEY
STEP_NAME VC2(100) N Name of the step
STEP_PROPERTY_ID NUMBER N ID that links to the configuration properties for the step
STEP_TYPE VC2(100) N The class name of the step
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 - SI_OEN_STEP


Child Column in SI_OEN_STEP(FK) Parent Table Name Parent Column Name
Parents: STEP_PROPERTY_ID SI_OEN_PROPERTY SI_OEN_PROPERTY_ID




Parent Column in SI_OEN_STEP (PK) Child Table Name Child Column Name
Children: SI_OEN_STEP_ID SI_OEN_SUBSCRIPTION_STEP_R SI_OEN_STEP_ID


SI_OEN_SUBSCRIPTION



Column Section Relationship Section Top of Page


Table-level Detail

Description: Open engine subscription
Definition: Defines the configured event subscriptions
Table Type: REFERENCE





Column Detail - SI_OEN_SUBSCRIPTION


Column Name Type Null? Definition
BROADCAST_ENABLED_IND NUMBER N Indicator that defines whether the completion of the subscription should send a notification to the Controller service
EVENT_TYPE VC2(100) N The class name of the event the subscription handles
SI_OEN_SUBSCRIPTION_ID NUMBER N PRIMARY KEY
SUBSCRIPTION_PROPERTY_ID NUMBER N ID that links the subscription to its configuration properties
SUBSCRIPTION_SET_ID NUMBER N ID that links the subscription to the subscription set it belongs to.
SUBSCRIPTION_TYPE VC2(31) N Identifies the row as a subscription or subscription set
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 - SI_OEN_SUBSCRIPTION


Child Column in SI_OEN_SUBSCRIPTION(FK) Parent Table Name Parent Column Name
Parents: SUBSCRIPTION_PROPERTY_ID SI_OEN_PROPERTY SI_OEN_PROPERTY_ID
SUBSCRIPTION_SET_ID SI_OEN_SUBSCRIPTION SI_OEN_SUBSCRIPTION_ID




Parent Column in SI_OEN_SUBSCRIPTION (PK) Child Table Name Child Column Name
Children: SI_OEN_SUBSCRIPTION_ID SI_OEN_COMCHANNEL SI_OEN_SUBSCRIPTION_ID
SI_OEN_ENDPOINT SI_OEN_SUBSCRIPTION_ID
SI_OEN_SUBSCRIPTION SUBSCRIPTION_SET_ID
SI_OEN_SUBSCRIPTION_STEP_R SI_OEN_SUBSCRIPTION_ID


SI_OEN_SUBSCRIPTION_STEP_R



Column Section Relationship Section Top of Page


Table-level Detail

Description: Open engine Subscription Step relationship
Definition: Defines the relationship and sequence of steps to the subscriptions that they are used in.
Table Type: REFERENCE





Column Detail - SI_OEN_SUBSCRIPTION_STEP_R


Column Name Type Null? Definition
SI_OEN_STEP_ID NUMBER N ID of the step related to the subscription
SI_OEN_SUBSCRIPTION_ID NUMBER N ID of the subscription related to the step
SI_OEN_SUBSCRIPTION_STEP_R_ID NUMBER N PRIMARY KEY
SI_OEN_WORK_POOL_ID NUMBER Y The work thread pool that will be used to execute the step. If not populated, the step will be executed in the caller thread.
STEP_SEQUENCE NUMBER Y The execution sequence of the step
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 - SI_OEN_SUBSCRIPTION_STEP_R


Child Column in SI_OEN_SUBSCRIPTION_STEP_R(FK) Parent Table Name Parent Column Name
Parents: SI_OEN_STEP_ID SI_OEN_STEP SI_OEN_STEP_ID
SI_OEN_SUBSCRIPTION_ID SI_OEN_SUBSCRIPTION SI_OEN_SUBSCRIPTION_ID
SI_OEN_WORK_POOL_ID SI_OEN_WORK_POOL SI_OEN_WORK_POOL_ID