EM_BKAC_DSCR_VW

(SQL View)
Index Back

Bank Account Description

View of the BANK_ACCT_TBL to retrieve the description and use it related-display on the EM_BUY_REG_BNK page.

SELECT A.SETID , A.DESCR , A.BANK_CD , A.BANK_ACCT_KEY FROM PS_BANK_ACCT_TBL A WHERE A.BANK_ACCT_KEY NOT IN ('DRAF')

  • Related Language Record: EM_BKAC_DES_LVW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 SETID Character(5) VARCHAR2(5) NOT NULL SetID
    2 DESCR Character(30) VARCHAR2(30) NOT NULL Description
    3 EM_BANK_CD Character(5) VARCHAR2(5) NOT NULL A unique key identifier that represents a bank or counterparty.
    4 EM_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