Table Detail Report

SI_UNMTCHD_PRSN_QUE



Column Section Relationship Section Top of Page


Table-level Detail

Description: System Integration Unmatched Person Queue
Definition: This table stores unmatched person records from inbound messages.
Table Type: ACTIVITY





Column Detail - SI_UNMTCHD_PRSN_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.
ADDRESS_ID NUMBER N Home address from the inbound message
ASSIGNING_PRSNL_ID NUMBER N Personnel assigning person_id to record
BIRTH_DT_TM DATE Y Date of birth from message
BIRTH_TZ NUMBER N Time zone associated with the corresponding BIRTH_DT_TM column.
CONTRIBUTOR_SYSTEM_CD NUMBER N Contributor system identifies the source feed of data from which a row was populated. This is mainly used to determine how to update a set of data that may have originated from more than one source feed.
GENDER_CD NUMBER N Gender code from message
LOGICAL_DOMAIN_ID NUMBER 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.
MESSAGE_DT_TM DATE N Date the message entered the system
NAME_FIRST VC2(200) N First name from message
NAME_LAST VC2(200) N Last name from message
NAME_MIDDLE VC2(200) N Middle name from message
NEW_PERSON_IND NUMBER N Indicates that a new person was created for the unmatched person.
ORGANIZATION_ID NUMBER N Organization related to the sending Contributor System
PERSON_ID NUMBER N Person related to the Inbound Message
PROCESS_STATUS_CD NUMBER N The status of the person match record
SI_UNMTCHD_PRSN_QUE_ID NUMBER N Primary Key
TELEPHONE_NUMBER VC2(50) N Telephone number from message
UNAUTH_PERSON_ID NUMBER N Person record used to store message information, will be used to combine into the selected person_id
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_UNMTCHD_PRSN_QUE


Child Column in SI_UNMTCHD_PRSN_QUE(FK) Parent Table Name Parent Column Name
Parents: ADDRESS_ID ADDRESS ADDRESS_ID
LOGICAL_DOMAIN_ID LOGICAL_DOMAIN LOGICAL_DOMAIN_ID
ORGANIZATION_ID ORGANIZATION ORGANIZATION_ID
PERSON_ID PERSON PERSON_ID
ASSIGNING_PRSNL_ID PRSNL PERSON_ID




Parent Column in SI_UNMTCHD_PRSN_QUE (PK) Child Table Name Child Column Name
Children: SI_UNMTCHD_PRSN_QUE_ID SI_UNMTCHD_PRSN_ALIAS SI_UNMTCHD_PRSN_QUE_ID


SI_UNMTCHD_PRSN_QUE_RELTN



Column Section Relationship Section Top of Page


Table-level Detail

Description: System Integration Person Queue Relation
Definition: This table relates inbound messages to unmatched person information
Table Type: ACTIVITY





Column Detail - SI_UNMTCHD_PRSN_QUE_RELTN


Column Name Type Null? Definition
MESSAGE_DT_TM DATE Y The date of the inbound message.
MESSAGE_EVENT_TXT VC2(100) N Message event from the inbound message
MESSAGE_TYPE_TXT VC2(100) N Message type from the inbound message
PROCESS_STATUS_CD NUMBER N Status of unmatched person record
QUEUE_ID NUMBER N Queue ID from cqm_oeninterface_que
SI_TRANSACTION_ID NUMBER Y The transaction associated with the inbound message
SI_UNMTCHD_PRSN_QUE_ID NUMBER N Foreign Key to si_unmatched_person_que
SI_UNMTCHD_PRSN_QUE_RELTN_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_UNMTCHD_PRSN_QUE_RELTN


Child Column in SI_UNMTCHD_PRSN_QUE_RELTN(FK) Parent Table Name Parent Column Name
Parents: QUEUE_ID CQM_OENINTERFACE_QUE QUEUE_ID
SI_TRANSACTION_ID SI_TRANSACTION SI_TRANSACTION_ID