Table Detail Report

TRACING_TICKET



Column Section Relationship Section Top of Page


Table-level Detail

Description: tracing_ticket
Definition: This table stores tracing/logging information among the services we own. The number of rows on this table is managed internally by Cerner and the default maximum size is 10. million.
Table Type: ACTIVITY





Column Detail - TRACING_TICKET


Column Name Type Null? Definition
CREATION_DT_TM DATETIME N The date/time at which the ticket was created.
GROUP_VALUE DOUBLE N This field is used to organize tickets into logical groups.
PARENT_TICKET_ID DOUBLE N This field allows recursive association between parent and child rows. A value of zero indicates a parent ticket row, while a positive value indicates a child ticket row.
TICKET_SEQ DOUBLE N This field indicates the depth of a ticket in a chain of services. A value of zero indicates a parent ticket row.
TRACING_MSG_TXT VARCHAR(4000) N This field stores tracing message for child ticket rows.
TRACING_TICKET_ID DOUBLE N Unique generated number that identifies a single row on the tracing_ticket table.
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 - TRACING_TICKET


Child Column in TRACING_TICKET(FK) Parent Table Name Parent Column Name
Parents: PARENT_TICKET_ID TRACING_TICKET TRACING_TICKET_ID




Parent Column in TRACING_TICKET (PK) Child Table Name Child Column Name
Children: TRACING_TICKET_ID TRACING_TICKET PARENT_TICKET_ID