BANK_ACTCPTY_VW(SQL View) |
Index Back |
|---|---|
Add/Update for Int Acct CptyView over bank account counterparties for add or update. |
| select SETID, BANK_CD, BANK_CD_CPTY, BANK_ACCT_KEY, COUNTERPARTY, BANK_CD_CUST, BUSINESS_UNIT_GL, BANK_ACCOUNT_NUM, BANK_ACCT_SVC_SW from PS_BANK_ACCT_CPTY where BANK_CD <> BANK_CD_CPTY |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | SetID | |
| 2 | Character(5) | VARCHAR2(5) NOT NULL | Represents the internal servicer counterparty in a relationship that pairs differing sets | |
| 3 | Character(5) | VARCHAR2(5) NOT NULL | Represents the customer bank or counterparty in a relationship that pairs differing sets of b | |
| 4 | Character(4) | VARCHAR2(4) NOT NULL | A user defined unique identifier that facilitates the identification of a given account with a given bank | |
| 5 | Character(5) | VARCHAR2(5) NOT NULL | Represents a treasury dealing counterpart. | |
| 6 | BANK_CD | Character(5) | VARCHAR2(5) NOT NULL | Bank Code |
| 7 | BUSINESS_UNIT_GL | Character(5) | VARCHAR2(5) NOT NULL |
GL Business Unit
Prompt Table: SP_BU_GL_NONVW |
| 8 | BANK_ACCOUNT_NUM | Character(35) | VARCHAR2(35) NOT NULL | The literal unique identifier associated with a given bank/counterparty account. |
| 9 | BANK_ACCT_SVC_SW | Character(1) | VARCHAR2(1) NOT NULL |
Allows the user to indicate which internal partner is designated to service a given bank/counterpa
Y/N Table Edit |