CN_PARTICIPANT_ROLES_

This table store the roles assigned to a Participant.

Details

  • Schema: FUSION

  • Object owner: CN

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

CN_PARTICIPANT_ROLES_PK_

LAST_UPDATE_DATE, LAST_UPDATED_BY, PARTICIPANT_ROLE_ID

Columns

Name Datatype Length Precision Not-null Comments
PARTICIPANT_ROLE_ID NUMBER 18 Yes System generated primary key
PRESERVE_CHANGE VARCHAR2 1 Preserve the changes done to the participant role assignment and prevent the automatic role assignment from updating or deleting this assignment
RULE_ASSIGNMENT_ID NUMBER 18 Rule Assignment Identifier. Foreign Key to CN_RS_RULE_ASSIGNMENTS_ALL.
PROPOSAL_ID NUMBER 18 Proposal Identifier. Foreign Key to CN_SRP_ASGN_PROPOSALS.
PARTICIPANT_DETAIL_ID NUMBER 18 Participant Detail Identifier. Foreign Key to CN_SRP_PARTICIPANT_DETAILS_ALL.
RULE_ID NUMBER 18 Rule Identifier. Foreign Key to CN_RS_RULES_ALL_B.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
JOB_DEFINITION VARCHAR2 20 Ess job Definition
OBJECT_VERSION_NUMBER NUMBER 9 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.
PARTICIPANT_ID NUMBER 18 Participant Identifier. Foreign Key to CN_SRP_PARTICIPANTS_ALL.
ROLE_ID NUMBER 18 Role Identifier. Foreign Key to CN_ROLES_B.
START_DATE_ACTIVE DATE Start date effective
END_DATE_ACTIVE DATE End date effective
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE_CHAR1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
CREATED_BY VARCHAR2 64 Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP 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.
AUDIT_ACTION_TYPE_ VARCHAR2 10 Action Type - have values like INSERT, UPDATE and DELETE.
AUDIT_CHANGE_BIT_MAP_ VARCHAR2 1000 Used to store a bit map of 1s and 0s for each column in the table.
AUDIT_IMPERSONATOR_ VARCHAR2 64 Original Impersonator User.

Indexes

Index Uniqueness Tablespace Columns
CN_PARTICIPANT_ROLESN1_ Non Unique Default PARTICIPANT_ROLE_ID, LAST_UPDATE_DATE
CN_PARTICIPANT_ROLES_PK_ Unique Default LAST_UPDATE_DATE, LAST_UPDATED_BY, PARTICIPANT_ROLE_ID