BANK_NEW_CD_VW

(SQL View)
Index Back

'Add' Bank Search View


select distinct a.setid, a.bank_cd, b.descr, b.descrshort from ps_bank_acct_defn a, PS_BANK_CD_TBL b where a.setid = b.setid and a.bank_cd = b.bank_cd and a.AP = 'Y' and b.AP = 'Y'

  • Related Language Record: BNK_NEWCD_LNG_V
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 BANK_SETID_NEW Character(5) VARCHAR2(5) NOT NULL The PeopleSoft tableset ID associated with a given bank/counterparty.
    2 BANK_CD_NEW Character(5) VARCHAR2(5) NOT NULL A unique key identifier that represents a new bank or counterparty to the system.

    Prompt Table: BANK_CD_TBL

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