GPES_PIN_ACY_VW

(SQL View)
Index Back

GPES Prompt View- Month Accums

This view selects Month Balance Accumulators. This view does not use the standard SBR because it uses an additional record in the select statement

SELECT B.PIN_NUM , B.PIN_NM , B.DESCR , B.COUNTRY FROM PS_GP_PIN B , PS_GP_ACCUMULATOR D WHERE B.PIN_NUM=D.PIN_NUM AND D.ACM_PRD_OPTN = '5' AND (B.USED_BY = 'A' OR (B.USED_BY = 'C' AND B.COUNTRY = 'ESP'))

  • Related Language Record: GPES_PIN_ACYLNG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 PIN_NUM Number(8,0) INTEGER NOT NULL PIN Number
    2 PIN_NM Character(18) VARCHAR2(18) NOT NULL Element Name field
    3 DESCR Character(30) VARCHAR2(30) NOT NULL Description
    4 COUNTRY_CD Character(3) VARCHAR2(3) NOT NULL Country Code