Definition of table status-group
Status groups are collections of status codes. Status groups
are used mostly for reporting purposes (collecting detail of
status codes under a given summary heading).
, Table Dump Name status-g
Alphabetical Field Summary
cre-date: (DATE) Date record was created
cre-time: (CHAR) Time record was created
cre-user-name: (CHAR) Name of user who created the record
description: (CHAR) Description of the status group code
extern-guid: (CHAR) External Global Unique ID for this record
school-year-id: (INTG) School year for this record
status-group-code: (CHAR) Name of this status group code
status-group-id: (INTG) Internally assigned ID for this status code group [DEFINE KE
upd-date: (DATE) Date record was last updated
upd-time: (CHAR) Record last updated at
upd-user-name: (CHAR) Name of user record was updated by
Alphabetical Index Summary
extern-guid: extern-guid
status-group-code: school-year-id, status-group-code
status-group-id: (UNIQUE, PRIMARY) school-year-id, status-group-id
Alphabetical Trigger Summary
CREATE: Overridable, Procedure is tr-c-sgp.p (SOURCE NOT AVAILABLE)
DELETE: Overridable, Procedure is tr-d-sgp.p (SOURCE NOT AVAILABLE)
REPLICATION-CREATE: Procedure is rp-c-sgp.p (SOURCE NOT AVAILABLE)
REPLICATION-DELETE: Procedure is rp-d-sgp.p (SOURCE NOT AVAILABLE)
REPLICATION-WRITE: Procedure is rp-u-sgp.p (SOURCE NOT AVAILABLE)
WRITE: Overridable, Procedure is tr-u-sgp.p (SOURCE NOT AVAILABLE)
Other tables who reference status-group
status-code - Student Status Codes
Tables status-group references
school-year - School year file
Detailed Alphabetical Field Listing
cre-date Data type: DATE
Format: 99/99/9999 (Initial Value: TODAY)
Description: Date record was created
cre-time Data type: CHARACTER
Format: x(8)
Description: Time record was created
cre-user-name Data type: CHARACTER
Format: x(16)
Description: Name of user who created the record
description Data type: CHARACTER
Format: x(28)
Help: Description of the status group code
extern-guid Data type: CHARACTER
Format: x(32)
Description: External Global Unique ID for this record
Attributes: Index Component
school-year-id Data type: INTEGER
Format: zzzzzzzzzzz9
Help: School year for this record
Attributes: Index Component
status-group-code Data type: CHARACTER
Format: x(8)
Help: Name of this status group code
Attributes: Index Component
status-group-id Data type: INTEGER
Format: zzzzzzzzzz9
Description: Internally assigned ID for this status code group [DEFINE KE
Attributes: Index Component
upd-date Data type: DATE
Format: 99/99/9999 (Initial Value: TODAY)
Description: Date record was last updated
upd-time Data type: CHARACTER
Format: x(8)
Description: Record last updated at
upd-user-name Data type: CHARACTER
Format: x(16)
Description: Name of user record was updated by
Created on 05/07/2012 by DBHTML V1.2