EM_BANKDSCR_VW(SQL View) |
Index Back |
---|---|
Bank Code DescriptionView of the BANK_CD_TBL to retrieve the description and use it related-display on the EM_BUY_REG_BNK page. |
SELECT A.SETID ,A.BANK_CD , A.DESCR FROM PS_BANK_CD_TBL A WHERE BANK_STATUS='A' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BANK_SETID | Character(5) | VARCHAR2(5) NOT NULL | The PeopleSoft tableset ID associated with a given bank/counterparty. |
2 | EM_BANK_CD | Character(5) | VARCHAR2(5) NOT NULL | A unique key identifier that represents a bank or counterparty. |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |