CE_CP_USER_ACCESS_INT
This interface table contains the user name with access to bank account.
Details
-
Schema: FUSION
-
Object owner: CE
-
Object type: TABLE
-
Tablespace: INTERFACE
Primary Key
| Name | Columns |
|---|---|
|
CE_CP_USER_ACCESS_INTERFA_PK |
USER_INTERFACE_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| USER_INTERFACE_ID | NUMBER | 18 | Yes | Sequentially generated surrogate key for user access interface table. | |
| USER_NAME | VARCHAR2 | 360 | Name of the user with access to the bank account. | ||
| BANK_NAME | VARCHAR2 | 360 | Name assigned to a bank for identification purposes. | ||
| BANK_ACCOUNT_NAME | VARCHAR2 | 360 | Name assigned to a bank account for identification purposes. | ||
| DELETE_FLAG | VARCHAR2 | 1 | Represents a deleted transaction from the source. Valid values are Yes or No. | ||
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created 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. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| CE_CP_USER_ACCESS_INT_U1 | Unique | FUSION_TS_INTERFACE | USER_INTERFACE_ID |