CJM_USER_STATUSES_B

This table stores system statuses and user statuses for all Channel Revenue objects.

Details

  • Schema: FUSION

  • Object owner: CJM

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

CJM_USER_STATUSES_B_PK

USER_STATUS_ID

Columns

Name Datatype Length Precision Not-null Comments
USER_STATUS_ID NUMBER 18 Yes Unique identifier for the User Status created in the system.
USER_STATUS_GUID VARCHAR2 64 Yes This is a unique identifier generated for the user status.
USER_STATUS_CODE VARCHAR2 30 A unique identifier for the user status that is specified by the user.
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.
BUY_SIDE_FLAG VARCHAR2 1 Indicates whether the user status is enabled for the buy side or not.
SELL_SIDE_FLAG VARCHAR2 1 Indicates whether the user status is enabled for the sell side or not.
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.
SYSTEM_STATUS_TYPE VARCHAR2 30 Yes Indicates channel object type for which the user status is created. Values are derived from the lookup: ORA_CJM_USER_STATUS_FOR
SYSTEM_STATUS_CODE VARCHAR2 30 Indicates system status code of the channel objects. Claim status code values are derived from lookup ORA_CJM_CLAIM_STATUS and program status code values are derived from lookup ORA_CJM_PROGRAM_STATUS .
ENABLED_FLAG VARCHAR2 1 Indicates if this user status is enabled or disabled.
DEFAULT_FLAG VARCHAR2 1 Indicates the default user status for the system status associated with the buy-side flows.
SELL_SIDE_DEFAULT_FLAG VARCHAR2 1 Indicates the default user status for the system status associated with the sell-side flows.
START_DATE_ACTIVE DATE Date of current user status start.
END_DATE_ACTIVE DATE Date of current user status end.
SEEDED_FLAG VARCHAR2 1 Indicates if this status is seeded.
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Foreign Keys

Table Foreign Table Foreign Key Column
cjm_user_statuses_tl cjm_user_statuses_b USER_STATUS_ID

Indexes

Index Uniqueness Tablespace Columns
CJM_USER_STATUSES_B_U1 Unique Default USER_STATUS_ID, ORA_SEED_SET1
CJM_USER_STATUSES_B_U11 Unique Default USER_STATUS_ID, ORA_SEED_SET2