CN_RS_RULE_ATTR_VALUES_INT
This table acts as interface table when rule attribute values are imported
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 of the rule object. | ||
| RULE_ID | NUMBER | 18 | Unique Identifier of base table CN_RS_RULES_ALL_B. | ||
| USAGE_ID | NUMBER | 18 | Indicates whether the rule is for classification or crediting Foreign key to cn_rs_usages_all.usage_id | ||
| ORG_ID | NUMBER | 18 | Indicates the identifier of the business unit associated to the row. | ||
| NAME | VARCHAR2 | 160 | Name of the rule | ||
| START_DATE | DATE | Start date of the rule or assignment. | |||
| END_DATE | DATE | End date of the rule or assignment. | |||
| RULE_ATTRIBUTE_ID | NUMBER | 18 | Unique Identifier | ||
| ATTRIBUTE_NAME | VARCHAR2 | 160 | Yes | Name of the attribute | |
| ATTR_USAGE_ID | NUMBER | 18 | Foreign key to cn_rs_attr_usages_all.attr_usage_id | ||
| LOV_FLAG | VARCHAR2 | 1 | It indicates that qualifier is LOV enabled or not. | ||
| CONVERT_TO_ID_FLAG | VARCHAR2 | 1 | Indicates whether to store the ID or the CODE | ||
| DATA_TYPE | VARCHAR2 | 30 | It indicates the data type of the qualifier value. | ||
| RULE_ATTR_VALUE_ID | NUMBER | 18 | Unique Identifier of the rule attribute value object | ||
| COMPARISON_OPERATOR | VARCHAR2 | 30 | Comparison Operations: equal, like , between | ||
| OPERATOR_NAME | VARCHAR2 | 160 | It contains the name of the Qualifier opearator Name. | ||
| LOW_VALUE_CHAR | VARCHAR2 | 360 | Low value character | ||
| HIGH_VALUE_CHAR | VARCHAR2 | 360 | High value character | ||
| LOW_VALUE_CHAR_ID | NUMBER | 18 | ID of the low value character | ||
| LOW_VALUE_CHAR_CODE | VARCHAR2 | 360 | Code of the Low Value Char when the HTML_LOV_SQL1 is available is stored here and copied over to LOW_VALUE_CHAR | ||
| LOW_VALUE_NUMBER | NUMBER | Low value number | |||
| HIGH_VALUE_NUMBER | NUMBER | High value number | |||
| FIRST_CHAR | VARCHAR2 | 1 | The first character of this attribute | ||
| 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. | |
| 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. | ||
| 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_ATTR_VALUES_INT_N1 | Non Unique | Default | BATCH_ID, RULE_ID, ATTR_USAGE_ID |
| CN_RS_RULE_ATTR_VALUES_INT_U1 | Unique | Default | BATCH_ID, INTERFACE_ROW_ID |