EM_BKAC_DSCR_V2(SQL View) |
Index Back |
---|---|
Bank Account DescriptionView 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 |
# | 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 | BANK_CD | Character(5) | VARCHAR2(5) NOT NULL | Bank Code |
4 | 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 |