POZ_SUPP_INTERM_ACCT_REQUESTS
Table stores intermediary account information for bank account in a change request. Actual data for intermediary accounts will be stored in IBY_ACCOUNT_OWNERS_INT table. This table is used to link the intermediary account change to the Bank Account Change using TEMP_EXT_BANK_ACCT_ID
Details
-
Schema: FUSION
-
Object owner: POZ
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
POZ_SUPP_INTERM_ACCT_REQ_PK |
SUPP_INTERM_ACCT_REQUEST_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| SUPP_INTERM_ACCT_REQUEST_ID | NUMBER | 18 | Yes | Primary Key for the table. | |
| SUPP_REQUEST_ID | NUMBER | 18 | Yes | Foreign key to POZ_SUPP_REQUESTS. SUPP_REQUEST_ID. | |
| INTERMEDIARY_ACCT_ID | NUMBER | 18 | Foreign key to IBY_INTERMEDIARY_ACCTS. INTERMEDIARY_ACCT_ID | ||
| TEMP_INTERMEDIARY_ACCT_ID | NUMBER | 18 | Foreign key to IBY_TEMP_INTERMEDIARY_ACCTS. TEMP_INTERMEDIARY_ACCT_ID | ||
| CHANGE_REQ_ROW_TYPE | VARCHAR2 | 30 | Yes | Type of the request. This could either be 'CHANGE' or 'SNAPSHOT' or 'NEW'. | |
| 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. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| POZ_SUPP_INTERM_ACCT_REQUESTS | poz_supp_requests | SUPP_REQUEST_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| POZ_SUPP_INTERM_ACCT_REQ_N1 | Non Unique | Default | TEMP_INTERMEDIARY_ACCT_ID, CHANGE_REQ_ROW_TYPE, INTERMEDIARY_ACCT_ID |
| POZ_SUPP_INTERM_ACCT_REQ_PK1 | Unique | Default | SUPP_INTERM_ACCT_REQUEST_ID |