FFS_CATALOG_ITEM
Contains items belonging to particular catalogs.
Details
-
Schema: FUSION
-
Object owner: FFS
-
Object type: TABLE
-
Tablespace: DATA
Primary Key
Name | Columns |
---|---|
FFS_CATALOG_ITEM_PK |
ITEM_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
ITEM_ID | NUMBER | 10 | Yes | Unique identifier of the catalog item. | |
LABEL | VARCHAR2 | 660 | Unique text identifier of the item in the catalog version. | ||
VERSION_GUID | VARCHAR2 | 32 | Reference to corresponding FFS_CATALOG_VERSION the catalog item belongs to. | ||
ITEM_TYPE_ID | NUMBER | 10 | Yes | Reference to corresponding FFS_CATALOG_ITEM_TYPE of the catalog item. | |
WEIGHT | NUMBER | 10 | Yes | Weight of the catalog item. Determines priority for the offline search, zero means the catalog item won't be considered for offline search. | |
CREATED | TIMESTAMP | Yes | Time when the catalog item was created. | ||
SCM_INVENTORY_ITEM_ID | NUMBER | 18 | Reference to corresponding INVENTORY_ITEM_ID from Supply Chain Management (SCM) or NULL. | ||
SCM_LAST_SYNC_DATE | TIMESTAMP | Timestamp when the item was synced with Supply Chain Management last time or NULL. | |||
DATA | CLOB | Item data (non searchable fields, image urls, linked items) in JSON. | |||
SEARCHABLE_DATA | CLOB | Searchable data(fields defined by customer, tags and etc) in JSON. | |||
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. | ||
SCM_ORGANIZATION_ID | NUMBER | 18 | A organizing unit in the internal or external structure of your enterprise. Organization structures provide the framework for performing legal reporting, financial control, and management reporting. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
FFS_CATALOG_ITEM_N1 | Non Unique | DATA | ITEM_TYPE_ID |
FFS_CATALOG_ITEM_N2 | Non Unique | DATA | VERSION_GUID |
FFS_CATALOG_ITEM_N3 | Non Unique | DATA | WEIGHT |
FFS_CATALOG_ITEM_PK | Unique | DATA | ITEM_ID |
FFS_CATALOG_ITEM_U1 | Unique | DATA | LABEL, VERSION_GUID |