Table Detail Report

TL_USER_XREF



Column Section Relationship Section Top of Page


Table-level Detail

Description: Task List User Cross Reference
Definition: Holds the tabs defined for a specific user for the tasklist.
Table Type: REFERENCE





Column Detail - TL_USER_XREF


Column Name Type Null? Definition
ACTIVE_IND DOUBLE 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.
PERSON_ID DOUBLE N This is the value of the unique primary identifier of the person table. It is an internal system assigned number.
TL_TAB_ID DOUBLE N A unique, generated number that identifies a specific tab.Column
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.
USER_TAB_NBR DOUBLE Y A number that identifies which tab in the list that the tl_tab_cd corresponds with.



Relationship Detail - TL_USER_XREF


Child Column in TL_USER_XREF(FK) Parent Table Name Parent Column Name
Parents: TL_TAB_ID TL_TAB_CONTENT TL_TAB_ID
PERSON_ID TL_USER_PREFERENCE PERSON_ID