FS_CFLBL_LEN_VW

(SQL View)
Index Back

Fieldname and Field Length VW

DO NOT CREATE A RELATED LANGUAGE VIEW FOR THIS!!!! The Chartfield Template needs to run against the base language. Foreign language labels are handled by the Template.

SELECT A.FIELDNAME , A.LENGTH , B.LABEL_ID , B.LONGNAME , B.SHORTNAME , B.DEFAULT_LABEL FROM PSDBFIELD A , PSDBFLDLABL B WHERE A.FIELDNAME = B.FIELDNAME

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 FIELDNAME Character(18) VARCHAR2(18) NOT NULL Field Name (see PSDBFIELD).
2 LENGTH Number(5,0) INTEGER NOT NULL Length
3 LABEL_ID Character(18) VARCHAR2(18) NOT NULL LABEL_ID identifies uniquness of DB Field Labels. This field is used in PSDBFLDLABL and PSDBFLDLABLLANG.
4 LONGNAME Character(30) VARCHAR2(30) NOT NULL Long Name
5 SHORTNAME Character(15) VARCHAR2(15) NOT NULL Field Short Name
6 DEFAULT_LABEL Number(1,0) SMALLINT NOT NULL DEFAULT_LABEL identifys default Field Label of DB Field.