IBY_TEMP_INTERMEDIARY_ACCTS
IBY_TEMP_INTERMEDIARY_ACCTS is an interface table for intermediary bank account information.
Details
-
Schema: FUSION
-
Object owner: IBY
-
Object type: TABLE
-
Tablespace: INTERFACE
Primary Key
| Name | Columns |
|---|---|
|
IBY_TEMP_INTERMEDIARY_ACCTS_PK |
TEMP_INTERMEDIARY_ACCT_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| TEMP_INTERMEDIARY_ACCT_ID | NUMBER | 18 | Yes | Primary key of this table. For Fusion, the value should come from Fusion common sequence - S_ROW_ID_SEQ | |
| TEMP_EXT_BANK_ACCT_ID | NUMBER | 18 | Yes | Foreign key to IBY_TEMP_EXT_BANK_ACCTS.TEMP_EXT_BANK_ACCT_ID. The associated external bank account interface record | |
| STATUS | VARCHAR2 | 30 | Yes | Status of the interface record. Values are NEW, PROCESSED and REJECTED | |
| COUNTRY_CODE | VARCHAR2 | 8 | Country code | ||
| BANK_NAME | VARCHAR2 | 1440 | Bank name | ||
| CITY | VARCHAR2 | 240 | City | ||
| BANK_CODE | VARCHAR2 | 120 | Bank code | ||
| BRANCH_NUMBER | VARCHAR2 | 120 | Branch Number | ||
| BIC | VARCHAR2 | 120 | Bank Identification Code (Swift Code) | ||
| ACCOUNT_NUMBER | VARCHAR2 | 400 | Bank account number | ||
| CHECK_DIGITS | VARCHAR2 | 120 | Check digits | ||
| IBAN | VARCHAR2 | 200 | International Bank Account Number | ||
| COMMENTS | VARCHAR2 | 960 | Comments | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. | |
| ENTERPRISE_ID | NUMBER | 18 | Enterprise identifier to support multi-tenancy. | ||
| ENCRYPTED_FLAG | VARCHAR2 | 1 | Yes | Whether the instrument is encrypted. | |
| IBAN_SEC_SEGMENT_ID | NUMBER | 18 | Security identifier of IBAN(International Bank Account Number). | ||
| IBAN_HASH1 | VARCHAR2 | 64 | Hash value of IBAN(International Bank Account Number). | ||
| IBAN_HASH2 | VARCHAR2 | 64 | Salted hash value of IBAN(International Bank Account Number). | ||
| MASKED_IBAN | VARCHAR2 | 50 | Masked IBAN value to be used for display purposes. | ||
| BANK_ACCOUNT_NUM_HASH1 | VARCHAR2 | 64 | Hash of the bank account number. | ||
| BANK_ACCOUNT_NUM_HASH2 | VARCHAR2 | 64 | Hash of the salted bank account number. | ||
| MASKED_BANK_ACCOUNT_NUM | VARCHAR2 | 100 | Masked bank account number to be used for display purposes. | ||
| BA_MASK_SETTING | VARCHAR2 | 30 | Current bank account masking setting values taken from lookup IBY_INSTRUMENT_MASK_SETTING. | ||
| BA_UNMASK_LENGTH | NUMBER | 2 | Number of digits to expose in the external bank account mask. | ||
| BA_NUM_SEC_SEGMENT_ID | NUMBER | 18 | Bank account number security identifier. | ||
| BA_NUM_ELEC_SEC_SEGMENT_ID | NUMBER | 18 | Electronically-formatted bank number security segment identifier. | ||
| SALT_VERSION | NUMBER | 2 | Denotes the versions of the encryption algorithm used for the bank account number encryption. | ||
| INTERMEDIARY_ACCT_ID | NUMBER | 18 | Intermediary bank account identifier |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| IBY_TEMP_INTERMEDIARY_ACCTS_N1 | Non Unique | FUSION_TS_TX_IDX | TEMP_EXT_BANK_ACCT_ID |
| IBY_TEMP_INTERMEDIARY_ACCTS_U1 | Unique | Default | TEMP_INTERMEDIARY_ACCT_ID |