CN_RS_ATTR_PRODUCTS
This table uses to store the attribute products for transaction processing
Details
-
Schema: FUSION
-
Object owner: CN
-
Object type: TABLE
-
Tablespace: INTERFACE
Primary Key
| Name | Columns |
|---|---|
|
CN_RS_ATTR_PRODUCTS_PK |
ATTR_PRODUCT_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| ATTR_PRODUCT_ID | NUMBER | Yes | Primary key | ||
| ORG_ID | NUMBER | 18 | Yes | Indicates the identifier of the business unit associated to the row. | |
| RELATION_PRODUCT | NUMBER | Yes | Attribute relation product | ||
| USAGE_ID | NUMBER | Yes | FK to the table cn_rs_usages_all_b | ||
| 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_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| RULE_ANALYZE_ID | NUMBER | Rule analyze id | |||
| FIRST_CHAR_FLAG | VARCHAR2 | 3 | First character flag | ||
| BUILD_INDEX_FLAG | VARCHAR2 | 3 | Build index flag | ||
| INDEX_NAME | VARCHAR2 | 30 | Index name |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| CN_RS_ATTR_PRODUCTS | cn_rs_usages_all_b | USAGE_ID, ORG_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| CN_RS_ATTR_PRODUCTS_U1 | Unique | Default | ATTR_PRODUCT_ID |