SP_SINPY_CLSVW(SQL View) |
Index Back |
---|---|
Bank SetID ViewPrompt toPAY_BANK_SETID Field |
SELECT DISTINCT D.OPRCLASS , A.SETID , B.DESCR , B.DESCRSHORT FROM PS_BANK_ACCT_TBL A , PS_SETID_TBL B , PS_SET_CNTRL_GROUP C , PS_SEC_SETID_CLS D WHERE A.SETID = B.SETID AND B.SETID = C.SETID AND D.SETID = C.SETCNTRLVALUE |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRCLASS | Character(30) | VARCHAR2(30) NOT NULL | Operator Class |
2 | PAY_BANK_SETID | Character(5) | VARCHAR2(5) NOT NULL | The PeopleSoft tableset ID for a bank on the disbursing side of a settlement transaction. |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |