IN_DBFLDLABL_VW

(SQL View)
Index Back

DBField Label Table

PSDBFLDLABL contains Field Labels for DBField. FIELDNAME represents DBField name. LABEL_ID is an unique ID of Field Label. Labelname are actual names used in a page. DEFAULT_LABEL indicates the default Field Label.

SELECT l.fieldname , l.label_id , l.longname , l.shortname FROM PSDBFLDLABL l WHERE l.default_label = 1

  • Related Language Record: IN_DBFLDLABLLVW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 FIELDNAME Character(18) VARCHAR2(18) NOT NULL Field Name (see PSDBFIELD).
    2 LABEL_ID Character(18) VARCHAR2(18) NOT NULL LABEL_ID identifies uniquness of DB Field Labels. This field is used in PSDBFLDLABL and PSDBFLDLABLLANG.
    3 FIELD_LABEL4 Character(30) VARCHAR2(30) NOT NULL 02/04/09 EGS: Created
    4 SHORTNAME Character(15) VARCHAR2(15) NOT NULL Field Short Name