GP_PIN_ACC_VW

(SQL View)
Index Back

Country Restricted Accum Vw

This cousin of GP PIN AC0 VW is used for prompting on accumulators from the earning and deduction components ensuring that you cannot associate a country specific earning with an accumulator of country ALL

SELECT A.COUNTRY , B.PIN_NUM , B.PIN_NM , B.DESCR , B.COUNTRY FROM PS_GP_COUNTRY A , PS_GP_PIN B WHERE B.PIN_TYPE = 'AC' AND B.PIN_NUM < 50000000 AND (B.COUNTRY = A.COUNTRY OR A.COUNTRY = 'ALL')

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