CE_CP_USER_ACCESS

This table contains the user name with access to bank account.

Details

  • Schema: FUSION

  • Object owner: CE

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

CE_CP_USER_ACCESS_PK

USER_NAME, BANK_ACCOUNT_NAME

Columns

Name Datatype Length Not-null Comments
USER_NAME VARCHAR2 360 Yes Name of the user with access to the bank account.
BANK_NAME VARCHAR2 80 Name assigned to a bank for identification purposes.
BANK_ACCOUNT_NAME VARCHAR2 80 Yes Name assigned to a bank account for identification purposes.
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.

Indexes

Index Uniqueness Tablespace Columns
CE_CP_USER_ACCESS_U1 Unique FUSION_TS_TX_DATA USER_NAME, BANK_ACCOUNT_NAME