FFS_CATALOG_SCM
Represents the integration of a Supply Chain Management (SCM) catalog into Oracle Field Service (OFS).
Details
-
Schema: FUSION
-
Object owner: FFS
-
Object type: TABLE
-
Tablespace: DATA
Primary Key
| Name | Columns |
|---|---|
|
FFS_CATALOG_SCM_PK |
CATALOG_SCM_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| CATALOG_SCM_ID | NUMBER | 10 | Yes | Unique identifier of the SCM catalog. | |
| SRC_TYPE | VARCHAR2 | 255 | Yes | Type of source from which the catalog is imported, e.g., SCM Item Catalog or SCM Inventory Organization. | |
| SRC_LOCATOR | VARCHAR2 | 4000 | Yes | Unique identifier or locator for the catalog source, like a code or label identifying the source within the SCM system. Can be formatted in plain text of JSON. | |
| CATALOG_NAME | VARCHAR2 | 400 | Yes | Desired catalog name in Oracle Field Service (OFS). | |
| CATALOG_LABEL | VARCHAR2 | 240 | Yes | Desired catalog label in Oracle Field Service (OFS). | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| ENABLED | NUMBER | 1 | Yes | Flag that indicates the active status of the catalog integration, determining whether the integration is enabled (active) or disabled (inactive). | |
| ADDITIONAL_CONFIG | VARCHAR2 | 4000 | JSON-formatted string for extended configuration options of the integration. | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created 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. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| FFS_CATALOG_SCM_U1 | Unique | DATA | CATALOG_SCM_ID |