Table Detail Report

PREFDIR_TYPE



Column Section Top of Page


Table-level Detail

Description: Preference directory type.
Definition: The data type for the entry - supported types include text, value, switch, color, registered and pointer
Table Type: REFERENCE





Column Detail - PREFDIR_TYPE


Column Name Type Null? Definition
ENTRY_ID NUMBER N The entry id that the data type is specified for.
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.
VALUE VC2(64) N Normalized attribute values
VALUE_UPPER VC2(64) N An upper case version of the value is stored for string comparison purposes for an equality search.


PREFDIR_VALUE



Column Section Top of Page


Table-level Detail

Description: Preference directory values.
Definition: The value associated to the entry.
Table Type: REFERENCE





Column Detail - PREFDIR_VALUE


Column Name Type Null? Definition
ENTRY_ID NUMBER N Entry id that we are setting a value for.
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.
VALUE VC2(2000) N Normalized attribute values
VALUE_UPPER VC2(255) N An upper case version of the value is stored for string comparison purposes for an equality search.