PAY_OL_FLNG_VW(SQL View) |
Index Back |
---|---|
View to select Form id - LangThis 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. This view is for related language. |
SELECT FORM_ID ,LANGUAGE_CD ,DESCR FROM PS_PAY_FORM_LANG |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | FORM_ID | Character(6) | VARCHAR2(6) NOT NULL | Form Identification |
2 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |