STL_INSTR_VW(SQL View) |
Index Back |
---|---|
Settlement Instructions View |
SELECT D.CURRENCY_CD , D.SETTLEMENT_ID , D.DESCR FROM PS_STL_INSTRUCT_H H , PS_STL_INSTRUCTION D WHERE H.SETTLEMENT_TYPE = 'P' AND D.SETID = H.SETID AND D.SETTLEMENT_ID = H.SETTLEMENT_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(3) | VARCHAR2(3) NOT NULL |
Currency Code
Prompt Table: CURRENCY_CD_TBL |
|
2 | Character(5) | VARCHAR2(5) NOT NULL |
A unique key identifier that represents the settlement instructions for a given bank/counterparty and acc
Prompt Table: STL_INSTRUC_VW2 |
|
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |