BNK_CD_CORP_VW2(SQL View) |
Index Back |
---|---|
Corporate Banks/CounterpartiesPrompting view that shows only those Corporate bank codes that have accounts defined. Used on records where bank code/account are entered in combination. Copied from BNK_CD_CORP_VW1 |
SELECT DISTINCT A.setid , A.bank_cd , A.descr , A.descrshort , A.bank_type FROM PS_BANK_CD_TBL A , ps_bank_acct_defn B WHERE A.setid = B.setid AND A.bank_cd = B.bank_cd AND (A.bank_type = 'E' OR A.bank_type = 'N') AND B.bank_acct_qual = 'C' AND A.BANK_STATUS = 'A' |
# | 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 | Character(5) | VARCHAR2(5) NOT NULL |
Bank Code
Prompt Table: BANK_CD_TBL |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |
5 | BANK_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
"An attribute that determines whether a bank or counterparty is defined as being internal or external
E=External I=Internal N=Netting O=Origin |