BANK_ACCT_VW3

(SQL View)
Index Back

Bank Account View for Payments


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

  • Related Language Record: BANK_ACCT_LG
  • # 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 BANK_ACCT_KEY Character(4) VARCHAR2(4) NOT NULL A user defined unique identifier that facilitates the identification of a given account with a given bank
    4 BANK_ACCOUNT_NUM Character(35) VARCHAR2(35) NOT NULL The literal unique identifier associated with a given bank/counterparty account.
    5 DESCRSHORT Character(10) VARCHAR2(10) NOT NULL Short Description
    6 DESCR Character(30) VARCHAR2(30) NOT NULL Description