STL_INSTRUC_LG3(SQL View) |
Index Back |
---|---|
Cpty Settlement Instructions |
SELECT h.setid ,d.currency_cd ,h.settlement_id ,h.language_cd ,h.descr FROM ps_STL_INSTR_H_LNG H ,ps_stl_instruct_h b ,PS_STL_INSTRUCTION d WHERE b.settlement_type='P' AND h.setid=d.setid AND h.settlement_id=d.settlement_id AND h.setid=b.setid AND h.settlement_id=b.settlement_id |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_FS.SETID Prompt Table: SP_SETID_NONVW |
2 | CURRENCY_CD | Character(3) | VARCHAR2(3) NOT NULL |
Currency Code
Prompt Table: CURRENCY_CD_TBL |
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
Prompt Table: STL_INSTRUCTION |
4 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |