FORM_GROUP_TBL(SQL Table) |
Index Back |
---|---|
Form Group TableGroups forms together in a sequence so they can be printed as one logical form. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | FORM_GROUP_ID | Character(18) | VARCHAR2(18) NOT NULL | Form Group ID groups forms together. |
2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
3 | FORM_GROUP_REL_SEQ | Number(3,0) | SMALLINT NOT NULL | Form Group Relative Sequence stores the order that a form group would print out, relative to all other form groups. |