Definition of table univ-code
University Codes
, Table Dump Name univ-cod
Alphabetical Field Summary
cre-date: (DATE) Date this record was created
cre-user-name: (CHAR) Name of user who created this record
description: (CHAR) A brief description of the university
extern-guid: (CHAR) External Global Unique ID for this record
primary-key: (INTG) Unique, Primary key for record
univ-code: (CHAR) A brief code describing a university (UM, MSU, etc)
upd-date: (DATE) Date this record was last updated
upd-user-name: (CHAR) Name of user who last updated this record
Alphabetical Index Summary
description: description
extern-guid: extern-guid
univ-code: (UNIQUE, PRIMARY) univ-code
Alphabetical Trigger Summary
CREATE: Overridable, Procedure is tr-c-uvc.p
DELETE: Overridable, Procedure is tr-d-uvc.p
REPLICATION-CREATE: Procedure is rp-c-uvc.p
REPLICATION-DELETE: Procedure is rp-d-uvc.p
REPLICATION-WRITE: Procedure is rp-u-uvc.p
WRITE: Overridable, Procedure is tr-u-uvc.p
Other tables who reference univ-code
emp-degree - Employee Degrees
emp-prof - Employee Professional Catagories
Tables univ-code references
emp-degree - Employee Degrees
Detailed Alphabetical Field Listing
cre-date Data type: DATE
Format: 99/99/9999 (Initial Value: TODAY)
Description: Date this record was created
cre-user-name Data type: CHARACTER
Format: x(16)
Help: Name of user who created this record
Attributes: Mandatory
description Data type: CHARACTER
Format: x(28)
Help: A brief description of the university
Attributes: Index Component
extern-guid Data type: CHARACTER
Format: x(32)
Description: External Global Unique ID for this record
Attributes: Index Component
primary-key Data type: INTEGER
Format: zzzzzzzzz9
Help: Unique, Primary key for record
univ-code Data type: CHARACTER
Format: x(8)
Help: A brief code describing a university (UM, MSU, etc)
Attributes: Index Component
upd-date Data type: DATE
Format: 99/99/9999 (Initial Value: TODAY)
Description: Date this record was last updated
upd-user-name Data type: CHARACTER
Format: x(16)
Description: Name of user who last updated this record
Created on 12/28/2020 by DBHTML V1.2