EM_BU_BKACCT_VW

(SQL View)
Index Back

Bank Accounts by Tableset Cntr

Returns list of bank accounts available to user based on Tableset Control. Only used in the BD Model.

SELECT DISTINCT A.BUSINESS_UNIT , B.SETID , C.BANK_CD , C.BANK_ACCT_KEY , C.BANK_ACCOUNT_NUM , C.DESCR FROM PS_EM_BUY_REG_TBL A , PS_SET_CNTRL_REC B , PS_BANK_ACCT_TBL C WHERE B.SETCNTRLVALUE = A.BUSINESS_UNIT AND B.RECNAME = 'BANK_CD_TBL' AND C.SETID = B.SETID

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit
2 BANK_SETID Character(5) VARCHAR2(5) NOT NULL The PeopleSoft tableset ID associated with a given bank/counterparty.

Prompt Table: SETID_TBL

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
5 BANK_ACCOUNT_NUM Character(35) VARCHAR2(35) NOT NULL The literal unique identifier associated with a given bank/counterparty account.
6 DESCR Character(30) VARCHAR2(30) NOT NULL Description