BANK_CD_VW4

(SQL View)
Index Back

Bank code view for Payments


select distinct a.bank_setid, a.bank_cd, b.descr, b.descrshort from ps_payment_tbl a, PS_BANK_CD_TBL b where a.bank_setid = b.setid and a.bank_cd = b.bank_cd

  • Related Language Record: BANK_CD_LANGVW4
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 BANK_SETID Character(5) VARCHAR2(5) NOT NULL The PeopleSoft tableset ID associated with a given bank/counterparty.
    2 BANK_CD Character(5) VARCHAR2(5) NOT NULL Bank Code

    Prompt Table: BANK_CD_TBL

    3 DESCR Character(30) VARCHAR2(30) NOT NULL Description
    4 DESCRSHORT Character(10) VARCHAR2(10) NOT NULL Short Description