CN_ROLES_B

This table stores all the roles used in the Oracle Incentive Compensation product.

Details

  • Schema: FUSION

  • Object owner: CN

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

CN_ROLES_B_PK

ROLE_ID

Columns

Name Datatype Length Precision Not-null Comments
ROLE_ID NUMBER 18 Yes System generated primary key.
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.
ROLE_CODE VARCHAR2 30 Role Code
ROLE_TYPE_CODE VARCHAR2 240 Yes Role Type Code
ACCESS_TYPE VARCHAR2 30 Yes This indicates whether the role is a Manager role or Member role.
SEEDED_FLAG VARCHAR2 1 Flag indicating if this role is a seeded role or not.
ACTIVE_FLAG VARCHAR2 1 Yes Flag indicating if this role is an active role or not.
REVENUE_TYPE VARCHAR2 30 Revenue Type
SPLIT_PCT NUMBER Split Percentage
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_tp_transactions_all cn_roles_b ROLE_ID
cn_rs_rule_assignments_all cn_roles_b ROLE_ID
cn_participant_roles cn_roles_b ROLE_ID
cn_tp_measure_results_all cn_roles_b ROLE_ID
cn_sim_credits_all cn_roles_b ROLE_ID
cn_tp_transactions_all_h cn_roles_b ROLE_ID
cn_tp_transactions_staging_t cn_roles_b ROLE_ID
cn_tp_transactions_int cn_roles_b ROLE_ID
cn_tp_earnings_all cn_roles_b ROLE_ID
cn_sim_earnings_all cn_roles_b ROLE_ID
cn_tp_credits_all cn_roles_b ROLE_ID
cn_roles_tl cn_roles_b ROLE_ID
cn_role_plans_all cn_roles_b ROLE_ID
cn_sim_measure_results_all cn_roles_b ROLE_ID
cn_role_pay_groups_all cn_roles_b ROLE_ID
cn_sim_transactions_all cn_roles_b ROLE_ID
cn_tp_earnings_all_h cn_roles_b ROLE_ID
cn_tp_credits_all_h cn_roles_b ROLE_ID

Indexes

Index Uniqueness Columns
CN_ROLES_B_PK Unique ROLE_ID