FFS_CATALOG_SCM_MAP

Facilitating the mapping of item field data from Supply Chain Management (SCM) to Oracle Field Service (OFS).

Details

  • Schema: FUSION

  • Object owner: FFS

  • Object type: TABLE

  • Tablespace: DATA

Primary Key

Name Columns

FFS_CATALOG_SCM_MAP_PK

CATALOG_SCM_MAP_ID

Columns

Name Datatype Length Precision Not-null Comments
CATALOG_SCM_MAP_ID NUMBER 10 Yes Unique identifier of the SCM catalog mapping.
CATALOG_SCM_ID NUMBER 10 Yes Reference to the corresponding FFS_CATALOG_SCM.
SCM_ITEM_FIELD_SRC_TYPE VARCHAR2 255 Yes Identifies the type of SCM item field, categorizing each source field based on its structure within SCM for correct interpretation in OFS.
SCM_ITEM_FIELD_SRC_LOCATOR VARCHAR2 1000 Yes Locator for SCM item fields, including the name or label of the field in the SCM system. Can be formatted in plain text or JSON.
CATALOG_SCHEMA_LABEL VARCHAR2 240 Yes Represents the destination label for SCM item fields in OFS, designating how SCM fields will be identified or labeled within OFS.
CATALOG_SCHEMA_NAME VARCHAR2 400 Yes Desired display name in Oracle Field Service (OFS).
ADDITIONAL_CONFIG VARCHAR2 4000 Additional not standardized JSON configuration of the mapping.
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.

Indexes

Index Uniqueness Tablespace Columns
FFS_CATALOG_SCM_MAP_U1 Unique DATA CATALOG_SCM_MAP_ID