BANK_INTACT_VW1(SQL View) |
Index Back |
---|---|
Internal Account Search ViewThis view is dependent upon the Servicer and Owner of the bank account |
SELECT DISTINCT A.SETID , A.BANK_CD_CUST , A.COUNTERPARTY , A.BANK_ACCOUNT_NUM , A.BUSINESS_UNIT_GL FROM PS_BANK_ACCT_CPTY A WHERE A.BANK_CD_CUST <> A.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 | 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 |
3 | BANK_CD_SVCR | Character(5) | VARCHAR2(5) NOT NULL | Represents the internal servicer counterparty in a relationship that pairs differing sets |
4 | BANK_ACCOUNT_NUM | Character(35) | VARCHAR2(35) NOT NULL | The literal unique identifier associated with a given bank/counterparty account. |
5 | BUSINESS_UNIT_GL | Character(5) | VARCHAR2(5) NOT NULL | GL Business Unit |