BANK_AR_BD_VW

(SQL View)
Index Back

AR Deposit Banks


SELECT DISTINCT a.setid ,a.bank_cd ,a.descr ,a.bank_type FROM PS_BANK_CD_TBL a WHERE a.bank_type = 'E' AND a.ar = 'Y' AND A.BANK_STATUS = 'A'

  • Related Language Record: BANK_AR_BD_VW_L
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 SETID Character(5) VARCHAR2(5) NOT NULL SetID
    2 BANK_CD Character(5) VARCHAR2(5) NOT NULL Bank Code
    3 DESCR Character(30) VARCHAR2(30) NOT NULL Description
    4 BANK_TYPE Character(1) VARCHAR2(1) NOT NULL "An attribute that determines whether a bank or counterparty is defined as being internal or external
    E=External
    I=Internal
    N=Netting
    O=Origin