MSC_FAVORITES
This table stores the favorites (the node shown in My List) in planning.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: Default
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
FAVORITE_ID | NUMBER | 18 | Yes | FAVORITE_ID - the unique indentifier for the Favorite record | |
FAVORITE_LIST_ID | NUMBER | 18 | Yes | FAVORITE_LIST_ID - the ID for Favorite List which this Favorite belongs to | |
FAVORITE_TYPE | NUMBER | 1 | Yes | FAVORITE_TYPE - the favorite type. 1-Category/Items, 2-Resources, 3-Suppliers | |
FAVORITE_ORDER | NUMBER | 9 | FAVORITE_ORDER - the order for displaying the favorite in the tree | ||
CATEGORY_ID | NUMBER | 18 | CATEGORY_ID | ||
CATEGORY_NAME | VARCHAR2 | 255 | CATEGORY_NAME | ||
INVENTORY_ITEM_ID | NUMBER | 18 | INVENTORY_ITEM_ID | ||
ITEM_NAME | VARCHAR2 | 300 | ITEM_NAME | ||
DEPARTMENT_ID | NUMBER | 18 | DEPARTMENT_ID | ||
DEPARTMENT_CODE | VARCHAR2 | 120 | DEPARTMENT_CODE | ||
ORGANIZATION_ID | NUMBER | 18 | ORGANIZATION_ID | ||
ORGANIZATION_CODE | VARCHAR2 | 50 | ORGANIZATION_CODE | ||
RESOURCE_ID | NUMBER | 18 | RESOURCE_ID | ||
RESOURCE_CODE | VARCHAR2 | 50 | RESOURCE_CODE | ||
SUPPLIER_ID | NUMBER | 18 | SUPPLIER_ID | ||
SUPPLIER_NAME | VARCHAR2 | 360 | SUPPLIER_NAME | ||
SUPPLIER_SITE_ID | NUMBER | 18 | SUPPLIER_SITE_ID | ||
SUPPLIER_SITE_NAME | VARCHAR2 | 255 | SUPPLIER_SITE_NAME | ||
EXCEPTION_TYPE | NUMBER | 18 | EXCEPTION_TYPE | ||
EXCEPTION_NAME | VARCHAR2 | 255 | EXCEPTION_NAME | ||
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. | ||
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. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
MSC_FAVORITES_N1 | Non Unique | Default | FAVORITE_LIST_ID |
MSC_FAVORITES_U1 | Unique | Default | FAVORITE_ID |