CN_RS_RULE_ASSIGNMENTS_INT

This is an interface table of rule assignment which holds rule assignment records before validate and import into Incentive Compensation rule assignments base table.

Details

  • Schema: FUSION

  • Object owner: FUSION

  • Object type: TABLE

  • Tablespace: INTERFACE

Columns

Name Datatype Length Precision Not-null Comments
BATCH_ID NUMBER 18 This is the SYSTASK_ID for a given Job in MKT_IMP_JOBS
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.
FILE_RECORD_NUM NUMBER This column is required by import wizard to relate record in the interface table to the file row.
INTERFACE_ROW_ID NUMBER 18 INTERFACE_ROW_ID is the unique identifier for the record with in a batch.
FILE_NAME_SYSTASK_ID NUMBER The column saves the individual sys task id for each input csv file, corresponding to value in the mkt_cm_systask table.
IMPORT_STATUS_CODE VARCHAR2 1 This column indicates import wizard if the import to base table was successful or Errored out
ERROR_MESSAGE VARCHAR2 3000 This is an optional column and would be useful if consumers want any error message as the first error.
ACTION_CODE VARCHAR2 30 Specifies insert or update operation to be performed on a record.
INTERNAL_ACTION_CODE VARCHAR2 30 Used by the ODI import logic
RULE_ID NUMBER 18 Unique Identifier of base table CN_RS_RULES_ALL_B.
RULE_NUMBER VARCHAR2 30 The public unique identifier.
NAME VARCHAR2 160 Name of the rule
USAGE_ID NUMBER 18 Indicates Rule usage. Foreign key to cn_rs_usages_all.usage_id
ORG_ID NUMBER 18 Indicates the identifier of the business unit associated to the row.
RULE_START_DATE DATE Start date of the rule or assignment.
RULE_END_DATE DATE End date of the rule or assignment.
RULE_ASSIGNMENT_ID NUMBER 18 Unique Identifier
HR_PERSON_NUMBER VARCHAR2 30 HR Person Number
EMAIL_ADDRESS VARCHAR2 320 Email Address
HR_PRIMARY_WORKER_NUMBER VARCHAR2 30 Employee Number
PARTY_NUMBER VARCHAR2 30 Party Number
ASSIGNED_OBJECT_ID NUMBER 18 Unique identifier for salesreps/group/team/eligible category
ASSIGNED_OBJECT_NAME VARCHAR2 360 Assigned Object Name receives the participant name, credit category namey, role name, analyst name based on the rule usage.
ASSIGNED_OBJECT_TYPE VARCHAR2 30 Indicates whether the assignment is a resource or group or team or eligible category. It contains lookup code value
START_DATE DATE Start Date of the rule
END_DATE DATE End Date of the rule
ROLE_ID NUMBER 18 Unique identifier of role
SPLIT_PCT VARCHAR2 20 Split Percentage
REVENUE_TYPE VARCHAR2 30 Indicated whether it is REVENUE or NON-REVENUE
ROLLUP_FLAG VARCHAR2 1 Indicates whether rollup will be done for the credit receiver
GROUP_MEMBER_CREDIT_FLAG VARCHAR2 1 Indicated in rollup hierarchy whether a member of the group will get credit for other group member direct credits.
SUMMARY_FLAG VARCHAR2 1 Indicates whether participant will receive summarized direct credit or individual direct credit as indirect credits
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.
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE1 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE2 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE3 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE4 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE5 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE6 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE7 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE8 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE9 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE10 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE11 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE12 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE13 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE14 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE15 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.

Indexes

Index Uniqueness Tablespace Columns
CN_RS_RULE_ASSIGNMENTS_INT_N1 Non Unique Default BATCH_ID, RULE_NUMBER
CN_RS_RULE_ASSIGNMENTS_INT_N2 Non Unique Default BATCH_ID, RULE_ID, ASSIGNED_OBJECT_TYPE, START_DATE, END_DATE, ASSIGNED_OBJECT_ID, REVENUE_TYPE
CN_RS_RULE_ASSIGNMENTS_INT_U1 Unique Default BATCH_ID, INTERFACE_ROW_ID