STL_INSTR_SB_VW(SQL View) |
Index Back |
---|---|
Sell/Buyback Settlement Instr.Settlement Instructions used for Sell / Buyback proceeds |
SELECT d.setid , d.currency_cd , d.settlement_id , h.settlement_type , d.descr FROM ps_stl_instruct_h h , PS_STL_INSTRUCTION d WHERE d.setid = h.setid AND d.settlement_id = h.settlement_id |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL | SetID |
2 | SALE_CURRENCY | Character(3) | VARCHAR2(3) NOT NULL | The subject transaction currency for a buy/sellback transaction. |
3 | SETTLEMENT_ID | Character(5) | VARCHAR2(5) NOT NULL | A unique key identifier that represents the settlement instructions for a given bank/counterparty and acc |
4 | SETTLEMENT_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
"The type
P=Partner Instructions/Pay Into R=Our Instructions/Receive Into |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |