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 |
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 | 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. | |
| PARTICIPANT_ID | NUMBER | 18 | Yes | Participant Identifier. Foreign Key to CN_SRP_PARTICIPANTS_ALL. | |
| ROLE_ID | NUMBER | 18 | Yes | Role Identifier. Foreign Key to CN_ROLES_B. | |
| START_DATE_ACTIVE | DATE | Yes | 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 | 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. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| CN_PARTICIPANT_ROLES | cn_srp_participants_all | PARTICIPANT_ID |
| CN_PARTICIPANT_ROLES | cn_roles_b | ROLE_ID |
| cn_srp_comp_plans_all | cn_participant_roles | RULE_PLAN_ID |
| cn_srp_pay_groups_all | cn_participant_roles | SRP_ROLE_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| CN_PARTICIPANT_ROLES_N1 | Non Unique | Default | PARTICIPANT_ID, START_DATE_ACTIVE, END_DATE_ACTIVE |
| CN_PARTICIPANT_ROLES_N2 | Non Unique | Default | ROLE_ID |
| CN_PARTICIPANT_ROLES_PK | Unique | Default | PARTICIPANT_ROLE_ID |