MSC_CATALOG_CATEGORIES
This tables stores different categories for a catalog.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
MSC_CATALOG_CATEGORIES_PK |
CATEGORY_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| CATEGORY_SET_ID | NUMBER | 18 | Yes | Unique identifier for the category set | |
| CATEGORY_ID | NUMBER | 18 | Yes | Unique identifier for the category | |
| PARENT_CATEGORY_ID | NUMBER | 18 | Parent category identifier in the catalog category hierarchy. | ||
| CATEGORY_NAME | VARCHAR2 | 250 | Yes | Name assigned to the item category | |
| DESCRIPTION | VARCHAR2 | 240 | Description of the catalog category | ||
| START_DATE_ACTIVE | DATE | Start date that indicates the active status of the Category. | |||
| END_DATE_ACTIVE | DATE | Date from which this record is no longer active | |||
| DELETED_FLAG | NUMBER | 2 | Yes | Flag indicating whether this is a deleted record | |
| 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. | ||
| REFRESH_NUMBER | NUMBER | 18 | Refresh number populated by the collection program | ||
| CATEGORY_CODE | VARCHAR2 | 820 | Code assigned to the item category |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| MSC_CATALOG_CATEGORIES | msc_category_sets | CATEGORY_SET_ID |
| msc_item_categories | msc_catalog_categories | CATEGORY_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| MSC_CATALOG_CATEGORIES_N1 | Non Unique | Default | PARENT_CATEGORY_ID |
| MSC_CATALOG_CATEGORIES_U1 | Unique | Default | CATEGORY_ID |
| MSC_CATALOG_CATEGORIES_U2 | Unique | Default | CATEGORY_SET_ID, CATEGORY_NAME |