MSC_CATEGORY_SETS
This table stores the category sets for item categories.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
MSC_CATEGORY_SETS_PK |
CATEGORY_SET_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| CATEGORY_SET_ID | NUMBER | 18 | Yes | Unique identifier for the category set | |
| CATEGORY_SET_NAME | VARCHAR2 | 30 | Yes | Name assigned to the item category set | |
| DESCRIPTION | VARCHAR2 | 240 | Description of the category set | ||
| CONTROL_LEVEL | NUMBER | Yes | Control level set for the category code. | ||
| DEFAULT_FLAG | NUMBER | Flag indicating whether this is the default category for the items | |||
| REFRESH_NUMBER | NUMBER | Refresh identifier populated by the collection program. | |||
| 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. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
| PROGRAM_APPLICATION_ID | NUMBER | 18 | This value indicates the Program application identifier. | ||
| PROGRAM_ID | NUMBER | 18 | This value indicates the Program identifier. | ||
| PROGRAM_UPDATE_DATE | DATE | This value indicates the update date of the program. | |||
| ATTRIBUTE_CATEGORY | VARCHAR2 | 30 | Descriptive Flexfield: structure definition of the user descriptive flexfield. | ||
| ATTRIBUTE1 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE2 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE3 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE4 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE5 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE6 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE7 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE8 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE9 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE10 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE11 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE12 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE13 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE14 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE15 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| DELETED_FLAG | NUMBER | Flag indicating whether this is a deleted record | |||
| START_DATE | DATE | Date the catalog will become active | |||
| END_DATE | DATE | Date the catalog will become inactive |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| msc_catalog_categories | msc_category_sets | CATEGORY_SET_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| MSC_CATEGORY_SETS_U1 | Unique | FUSION_TS_TX_IDX | CATEGORY_SET_ID |
| MSC_CATEGORY_SETS_U3 | Unique | FUSION_TS_TX_IDX | CATEGORY_SET_NAME |