CN_RS_RULES_INT

Interface table for CRM high volume import of incentive compensation Rule Object.

Details

  • Schema: FUSION

  • Object owner: FUSION

  • Object type: TABLE

  • Tablespace: INTERFACE

Columns

Name Datatype Length Precision Not-null Comments
BATCH_ID NUMBER 18 Yes This is the SYSTASK_ID for a given Job in MKT_IMP_JOBS
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 Yes 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_NUMBER VARCHAR2 30 The public unique identifier.
RULE_ID NUMBER 18 Unique Identifier of base table CN_RS_RULES_ALL_B.
NAME VARCHAR2 160 Name of the rule
DESCRIPTION VARCHAR2 1000 Description of the rule
PARENT_RULE_NUMBER VARCHAR2 30 Indicates the names for the parent rule number
PARENT_NAME VARCHAR2 160 Indicates the name of the parent rule
PARENT_ORG_ID NUMBER 18 Indicates the business unit of the parent
PARENT_RULE_ID NUMBER 18 Indicates id of the parent rule
PARENT_USAGE_ID NUMBER 18 Indicates usage of the parent
PARENT_START_DATE DATE Start Date of the parent rule
PARENT_END_DATE DATE End Date of the parent rule
ENABLED_FLAG VARCHAR2 1 Indicates whether this rule and all its children are active or not.
USAGE_ID NUMBER 18 Indicates Rule usage. Foreign key to cn_rs_usages_all.usage_id
USAGE_NAME VARCHAR2 160 USAGE_NAME Indicates the rule usage name
ORG_ID NUMBER 18 Indicates the identifier of the business unit associated to the row.
ORG_NAME VARCHAR2 240 BUSINESS_UNIT_NAMEE Indicates the name of the business unit associated to the row.
START_DATE DATE Start Date of the rule
END_DATE DATE End Date of the rule
RANK VARCHAR2 20 Rank of the rule
NUM_WINNERS VARCHAR2 9 Number of Winners
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.
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.
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_RULES_INT_N1 Non Unique Default BATCH_ID, RULE_NUMBER
CN_RS_RULES_INT_N2 Non Unique Default BATCH_ID, PARENT_RULE_NUMBER
CN_RS_RULES_INT_N3 Non Unique Default BATCH_ID, UPPER("NAME")
CN_RS_RULES_INT_N4 Non Unique Default BATCH_ID, UPPER("PARENT_NAME")
CN_RS_RULES_INT_U1 Unique Default BATCH_ID, INTERFACE_ROW_ID