BANK_ACCT_VW9(SQL View) |
Index Back |
---|---|
Int. Account Search ViewSearch view for updating internal current accounts. |
select SETID, COUNTERPARTY, BANK_CD_CUST, BANK_ACCT_KEY FROM PS_BANK_ACCT_CPTY WHERE BANK_CD_CUST <> COUNTERPARTY |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_FS.SETID Prompt Table: SP_SETID_NONVW |
2 | COUNTERPARTY | Character(5) | VARCHAR2(5) NOT NULL |
Represents a treasury dealing counterpart.
Prompt Table: BANK_CD_INT_VW |
3 | BANK_CD_CUST | Character(5) | VARCHAR2(5) NOT NULL |
Represents the customer bank or counterparty in a relationship that pairs differing sets of b
Prompt Table: BANK_CD_INT_VW |
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
Prompt Table: BANK_ACCT_VW9 |