FE_OUTDESTFMT(SQL Table) |
Index Back |
---|---|
Forms Engine OutDestFormatValid outdestformat codes for the forms engine |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OUTDESTFORMAT | Character(3) | VARCHAR2(3) NOT NULL |
Process Request output format
0=Any 1=(None) 10=Postscript (*.lis) 11=Crystal Report (*.rpt) 12=Rich Text File (*.rtf) 13=SQR Portable Format (*.spf) 14=Text Files (*.txt) 15=Other 16=Default 17=XML Format(*.xml) 18=Data Mover Data File (*.dat) 19=Crystal Report Explorer(*.rpt) 2=Acrobat (*.pdf) 20=XMLP 21=Atom 22=Transformation 23=Printer Command Lang. (*.pcl) 24=PostScript (*.ps) 3=Comma delimited (*.csv) 4=HP Format (*.lis) 5=HTML Documents (*.htm) 6=Line Printer Format (*.lis) 7=Lotus 1-2-3 Files (*.wks) 8=Microsoft Excel Files (*.xls) 9=Microsoft Word (*.doc) |
2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
3 | CONTENT_TYPE | Character(254) | VARCHAR2(254) NOT NULL | Content Type |
4 | CONTENT_EXT | Character(20) | VARCHAR2(20) NOT NULL | File extension associated with a MIME content type. |
5 | CONVERSION_SCRIPT | Character(40) | VARCHAR2(40) NOT NULL | Conversion script. The name of a conversion script that can be invoked via the Exec built in function. |
6 | PRINT_SCRIPT | Character(40) | VARCHAR2(40) NOT NULL | Print Script. The name of a print script that can be invoked via the Exec built in function. |