GPAU_DY_FREQ_VW

(SQL View)
Index Back

Daily Freq View - AUS

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

SELECT A.FREQUENCY_ID ,A.EFFDT ,A.EFF_STATUS ,A.DESCR50 ,A.DESCRSHORT FROM PS_FREQUENCY_TBL A WHERE A.FREQUENCY_TYPE = 'D'

  • Related Language Record: GPAU_DY_FRQ_LNG
  • # 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 EFFDT Date(10) DATE Effective Date

    Default Value: %date

    3 EFF_STATUS Character(1) VARCHAR2(1) NOT NULL Effective Status
    A=Active
    I=Inactive

    Default Value: A

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