GPAU_YR_FRQ_LNG

(SQL View)
Index Back

Yrly Freq View - AUS

This view will select all frequencies in the FREQUENCY_TBL with a frequency type of yearly. This will be used as a prompt table when selecting yearly frequencies.

SELECT B.FREQUENCY_ID ,B.LANGUAGE_CD ,B.EFFDT ,B.DESCR50 ,B.DESCRSHORT FROM PS_FREQUENCY_TBL A , PS_FREQ_TBL_LANG B WHERE A.FREQUENCY_ID = B.FREQUENCY_ID AND A.FREQUENCY_TYPE = 'Y'

  • Related Language Record for GPAU_YR_FREQ_VW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 FREQUENCY_ID Character(5) VARCHAR2(5) NOT NULL Defines a frequency and a set of parameters used for frequency conversion. Typically, these frequencies reflect how often an event occurs. Some examples are compensation frequency and pay frequency.
    2 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    3 EFFDT Date(10) DATE Effective Date

    Default Value: %date

    4 DESCR50 Character(50) VARCHAR2(50) NOT NULL Description of length 50
    5 DESCRSHORT Character(10) VARCHAR2(10) NOT NULL Short Description