EX_PAYEE_BNK_VW

(SQL View)
Index Back

External Employee Banks 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 b.bank_type = 'E' and a.bank_acct_qual = 'E'

  • Related Language Record: EX_PAYEEBNK_L_V
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 SETID Character(5) VARCHAR2(5) NOT NULL SetID

    Prompt Table: SP_SETID_NONVW
    Set Control Field: BUSINESS_UNIT_GL

    2 BANK_CD Character(5) VARCHAR2(5) NOT NULL Bank Code
    3 DESCR Character(30) VARCHAR2(30) NOT NULL Description
    4 DESCRSHORT Character(10) VARCHAR2(10) NOT NULL Short Description