STL_INST_CRYPT(SQL Table) |
Index Back |
|---|---|
Settlement InstructionsRecord to Keep Encrypted Values of Settlement Instructions |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_FS.SETID |
|
| 2 | Character(5) | VARCHAR2(5) NOT NULL | A unique key identifier that represents the settlement instructions for a given bank/counterparty and acc | |
| 3 | Character(3) | VARCHAR2(3) NOT NULL | Currency Code | |
| 4 | BNK_ID_NBR | Character(20) | VARCHAR2(20) NOT NULL | A literal alphanumeric attribute that uniquely identifies a given bank or counterparty. |
| 5 | BANK_ACCOUNT_NUM | Character(35) | VARCHAR2(35) NOT NULL | The literal unique identifier associated with a given bank/counterparty account. |
| 6 | BANK_ACCT_ENCRYPT | Character(250) | VARCHAR2(250) NOT NULL | Stores Encrypted BankAccount Value |
| 7 | BNK_ID_ACT_ENCRYPT | Character(250) | VARCHAR2(250) NOT NULL | Stores Encrypted value of BankID and AccountNumber |
| 8 | IBAN_ID | Character(34) | VARCHAR2(34) NOT NULL | IBAN - Internation Bank Account Number is used in European countries to uniquely identify Bank accounts across borders |
| 9 | IBAN_ID_ENCRYPT | Character(250) | VARCHAR2(250) NOT NULL | Encrypt IBAN |
| 10 | DATETIME_STAMP | DateTime(26) | TIMESTAMP |
DateTime Stamp
Default Value: %datetime |