CMP_OPT_FLD2V_L

(SQL View)
Index Back

Record Fields - Rel Lang Vw

Rate Code Defaulting - Related Language View of the Prompt View of the Record Fields related to Prerequisite Fields, used in the Rate Code Defaulting Options component.

SELECT A.RECNAME , B.FIELDNAME , D.LANGUAGE_CD , D.LONGNAME FROM PSRECFIELD A , PSRECFIELD B , PSDBFLDLABL C , PSDBFLDLABLLANG D WHERE B.FIELDNAME = C.FIELDNAME AND D.FIELDNAME = B.FIELDNAME AND C.LABEL_ID = D.LABEL_ID AND C.DEFAULT_LABEL = 1 AND ((B.RECNAME = A.FIELDNAME AND A.SUBRECORD = 'Y') OR (A.RECNAME = B.RECNAME AND A.SUBRECORD = 'N' AND A.FIELDNAME = B.FIELDNAME))

  • Related Language Record for CMP_OPT_FLD2_VW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 RECNAME Character(15) VARCHAR2(15) NOT NULL Record (Table) Name (see PSRECDEFN).
    2 CMP_RECORD_FIELD Character(18) VARCHAR2(18) NOT NULL Name of related Record Field
    3 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    4 LONGNAME Character(30) VARCHAR2(30) NOT NULL Long Name