FS_CF_ALL_VW(SQL View) |
Index Back |
---|---|
Chartfield Template ViewUse as the primary record of the Chartfield Template Page.. Changed the old one SELECT A.FIELDNAME ,B.LONGNAME FROM PS_FS_CF_TEMPLATE A , PSDBFLDLABL B WHERE A.FIELDNAME = B.FIELDNAME AND B.DEFAULT_LABEL = '1' AND A.USER_OPTION = 'A' to have also the CFs that are not in the template |
SELECT A.FIELDNAME , A.LONGNAME FROM PSDBFLDLABL_VW A , PSDBFIELD F WHERE A.FIELDNAME=F.FIELDNAME AND F.FLDNOTUSED = 0 |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(18) | VARCHAR2(18) NOT NULL | Field Name (see PSDBFIELD). | |
2 | LONGNAME | Character(30) | VARCHAR2(30) NOT NULL | Long Name |