BANK_CD_INT_VW(SQL View) |
Index Back |
---|---|
Internal Banks/CounterpartiesPrompting view that shows only those bank codes that have accounts defined. Used on records where bank code/account are entered in combination. |
SELECT SETID ,BANK_CD ,BUSINESS_UNIT_GL ,TREASURY_SW ,DESCR ,DESCRSHORT ,DESCR_AC FROM PS_BANK_CD_TBL WHERE BANK_TYPE='I' |
# | 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 | BUSINESS_UNIT_GL | Character(5) | VARCHAR2(5) NOT NULL | GL Business Unit |
4 | TREASURY_SW | Character(1) | VARCHAR2(1) NOT NULL | Allows the user to indicate whether a given bank/counterparty also serves as the internal corporate t |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
6 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |
7 | DESCR_AC | Character(30) | VARCHAR2(30) NOT NULL | Alternate Description |