Table Detail Report

EKS_TEMPLATE_DOC



Column Section Top of Page


Table-level Detail

Description: Textual help file for template goals and usage.
Definition: Text help for template goals and usage
Table Type: REFERENCE





Column Detail - EKS_TEMPLATE_DOC


Column Name Type Null? Definition
DATA_SEQ DOUBLE N If the number of records required to represent the help text ( each record is limited to 2000 chars) is > 1 then this seq number is used to indicate the sequence of the records.
TEMPLATE_DOC VARCHAR(2000) Y The text of the template documentation. If the total text is over 2000 characters, the text will be broken up into multiple records with the data_seq field used as a sequence number.
TEMPLATE_NAME CHAR(30) N The template name that this doc applies to
TEMPLATE_TYPE CHAR(1) Y The template's type E)voke, L)ogic, or A)ction.
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.