FAN_RPRT_RUNCTL(SQL Table) |
Index Back |
---|---|
Run Control Fan Batch ReprintRun control record for the Financial Aid Award Notification Letter Batch Reprint process. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
2 | RUN_CNTL_ID | Character(30) | VARCHAR2(30) NOT NULL | Run Control ID |
3 | 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.
Prompt Table: FA_AWD_INST_VW |
4 | FAN_RPR_SEL_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
FanLtr reprint selection criteria type
A=All C=Collation Key Range Default Value: A |
5 | COLLATE_KEY_FROM | Character(250) | VARCHAR2(250) NOT NULL |
Collate Key From. Search range start value.
Prompt Table: FORM_COLLKEY_VW |
6 | COLLATE_KEY_TO | Character(250) | VARCHAR2(250) NOT NULL |
Collate Key To
Search range ending value.
Prompt Table: FORM_COLLKEY_VW |
7 | PRINTER_NAME | Character(127) | VARCHAR2(127) NOT NULL |
Printer Name
Prompt Table: PRINTER_TBL |
8 | DUPLEX | Character(1) | VARCHAR2(1) NOT NULL |
Duplex - print both sides
Y/N Table Edit |
9 | PRINT_VIA_SCRIPT | Character(1) | VARCHAR2(1) NOT NULL |
Boolean to indicate whether or not to print via a script, as opposed to printing directly to the printer.
Y/N Table Edit |