SP_SIACT_OPRVW(SQL View) |
Index Back |
---|---|
Bank SetID View |
SELECT DISTINCT c.oprid ,a.setid , b.descr , b.descrshort FROM PS_BANK_ACCT_TBL a , ps_setid_tbl b , PS_SEC_SETID_OPR C WHERE a.setid = b.setid AND b.setid = c.setid |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
2 | BANK_SETID | Character(5) | VARCHAR2(5) NOT NULL | The PeopleSoft tableset ID associated with a given bank/counterparty. |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |