FORMINSTSRCHLNG(SQL View) |
Index Back |
---|---|
Form Instance SearchSearch for a form instance. |
SELECT A.FORM_PROC_INST ,A.LANGUAGE_CD ,A.DESCR FROM PS_FORM_INST_LNG A |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | 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 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |