BANK_NEW_ACT_VW(SQL View) |
Index Back |
---|---|
'Add' Account Search View |
SELECT setid , bank_cd , bank_acct_key , bank_account_num , descrshort , descr FROM PS_BANK_ACCT_DEFN WHERE AP = 'Y' OR EX = 'Y' |
# | 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 | BANK_ACCT_KEY_NEW | Character(4) | VARCHAR2(4) NOT NULL | A user defined unique identifier that facilitates the identification of a new account in the system w |
4 | BANK_ACCOUNT_NUM | Character(35) | VARCHAR2(35) NOT NULL | The literal unique identifier associated with a given bank/counterparty account. |
5 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |
6 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |