EM_BANKDSCR_LVW(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 , A.LANGUAGE_CD FROM PS_BANK_CD_LNG 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 |
4 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |