FORM_INSTANCES(SQL Table) |
Index Back |
---|---|
Form InstancesForm Instances is a collection of one or more input processes that are to be collated together into a single output form process instance. Each 'FORM_PROC_INST' value correlates to a single output stream of forms and data to be routed to an output location, such as a printer. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | FORM_PROC_INST | Number(31,0) | DECIMAL(31) NOT NULL | Form Process Instance collects one or more input jobs (or process instances) into a single output collection for processing. Typically, one form process instance is one batch of output to be printed together. |
2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
3 | EXPIRATION_DATE | Date(10) | DATE | Expiration Date |
4 | LAST_FORM_GRP_SEQ | Number(9,0) | DECIMAL(9) NOT NULL | Last Form Group Sequence. |
5 | FORM_PRINT_DATE | Date(10) | DATE NOT NULL |
The date that the form is printed.
Default Value: %date |