| 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. |