Table Detail Report

VIEW_PREFS



Column Section Top of Page


Table-level Detail

Description: This table contains view level preferences for the PowerChar
Definition: This table contains view level preferences for the PowerChart application. It is structured so that other applications may use it.
Table Type: REFERENCE





Column Detail - VIEW_PREFS


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.
APPLICATION_NUMBER DOUBLE N The number of the application that the preferences are for.
FRAME_TYPE VARCHAR(12) Y The frame type that the view will be displayed on, i.e. ORG or CHART.
POSITION_CD DOUBLE N Will be valued if the preferences are at a position level.
PRSNL_ID DOUBLE N Will be valued with the user's person_id if the preferences are at a user level.
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.
VIEW_NAME VARCHAR(12) Y The name of the view.
VIEW_PREFS_ID DOUBLE N The unique identifier of a row on this table.
VIEW_SEQ DOUBLE Y The view sequence. Will be valued at 1 unless a view is used multiple times in an application