CN_RS_ATTR_PROD_FACTORS
This table uses to store attribute product factors for transaction processing
Details
-
Schema: FUSION
-
Object owner: CN
-
Object type: TABLE
-
Tablespace: INTERFACE
Primary Key
| Name | Columns |
|---|---|
|
CN_RS_ATTR_PROD_FACTORS_PK |
ATTR_PROD_FACTOR_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments | Status |
|---|---|---|---|---|---|---|
| ATTR_PROD_FACTOR_ID | NUMBER | Yes | Primary key | Active | ||
| ORG_ID | NUMBER | 18 | Yes | Indicates the identifier of the business unit associated to the row. | Active | |
| ATTR_PRODUCT_ID | NUMBER | Yes | Foreign key to CN_RS_ATTR_PRODUCTS | Active | ||
| ATTR_FACTOR_ID | NUMBER | Yes | Foreign key to CN_RS_ATTR_FACTORS | Active | ||
| RULE_ANALYZE_ID | NUMBER | Rule analyze id | Active | |||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | Active | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | Active | ||
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | Active | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | Active | |
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | Active |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| CN_RS_ATTR_PROD_FACTORS | cn_rs_attr_factors | ATTR_FACTOR_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| CN_RS_ATTR_PROD_FACTORS_U1 | Unique | Default | ATTR_PROD_FACTOR_ID |