FFS_DWH_EXPORT_FILE_FIELD

Defines a list of fields in files to be exported by Daily Extract.

Details

  • Schema: FUSION

  • Object owner: FFS

  • Object type: TABLE

  • Tablespace: DATA

Primary Key

Name Columns

FFS_DWH_EXPORT_FILE_FIELD_PK

FIELD_ID

Columns

Name Datatype Length Precision Not-null Comments
FIELD_ID NUMBER 10 Yes Unique identifier of the file field.
FILE_ID NUMBER 5 Yes Export file identifier. Reference to FFS_DWH_EXPORT_FILE.
LABEL VARCHAR2 256 Label of the exporting field in terms of Oracle Field Service.
NAME VARCHAR2 1020 Specifies name of the column in export file.
SORTING_ORDER NUMBER 5 Yes Defines the index of the column in the export file.
BICS_COLUMN_NAME VARCHAR2 1020 Deprecated. Will be removed soon.
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_DWH_EXPORT_FILE_FIELD_N1 Non Unique DATA FILE_ID
FFS_DWH_EXPORT_FILE_FIELD_PK Unique DATA FIELD_ID