PAY_OL_FORM_VW(SQL View) |
Index Back |
---|---|
View to select Form idThis is a view to provide a list box for selecting form ids in the Paygroup and Check re-print panels. A view was needed to prevent selecting form-id of '******' which is the form-id used when the user specifies a check no. instead of letting the system generate one in online check processing. |
SELECT FORM_ID ,DESCR ,LAST_FORM_USED FROM PS_PAY_FORM_TBL A WHERE A.FORM_ID<>'******' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | FORM_ID | Character(6) | VARCHAR2(6) NOT NULL | Form Identification |
2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
3 | LAST_FORM_USED | Number(15,0) | DECIMAL(15) NOT NULL | Last Form Number Used |