PMT_IMP_CRYPT(SQL Table) |
Index Back |
|---|---|
PMT_IMP_CRYPTRecord to store Encrypted values during 3rd Party import payment files |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(15) | VARCHAR2(15) NOT NULL | Payment id | |
| 2 | BNK_ID_NBR | Character(20) | VARCHAR2(20) NOT NULL | A literal alphanumeric attribute that uniquely identifies a given bank or counterparty. |
| 3 | BANK_ACCOUNT_NUM | Character(35) | VARCHAR2(35) NOT NULL | The literal unique identifier associated with a given bank/counterparty account. |
| 4 | BANK_ACCT_ENCRYPT | Character(250) | VARCHAR2(250) NOT NULL | Stores Encrypted BankAccount Value |
| 5 | BNK_ID_ACT_ENCRYPT | Character(250) | VARCHAR2(250) NOT NULL | Stores Encrypted value of BankID and AccountNumber |
| 6 | 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 |
| 7 | IBAN_ID_ENCRYPT | Character(250) | VARCHAR2(250) NOT NULL | Encrypt IBAN |
| 8 | DATETIME_STAMP | DateTime(26) | TIMESTAMP |
DateTime Stamp
Default Value: %datetime |