FUN_ERP_INTERFACE_OPTIONS

FUN_ERP_INTERFACE_OPTIONS stores details for each open interface. The table stores metadata used to identify the processing of uploaded data.

Details

  • Schema: FUSION

  • Object owner: FUN

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

FUN_ERP_INTERFACE_OPTIONS_PK

ERP_INTERFACE_OPTIONS_ID

Columns

Name Datatype Length Precision Not-null Comments
ERP_INTERFACE_OPTIONS_ID NUMBER 18 Yes The interface options identifier.
ERP_FAMILY VARCHAR2 30 Yes Product family for the interface.
APPLICATION_ID NUMBER 18 Yes Application of the product interface identifier.
IMPORT_JOB_NAME VARCHAR2 1000 Yes Name of the job used for importing data.
LOAD_INTERFACE_FLAG VARCHAR2 1 Yes Flag indicating continuation of processing after the data has been loaded.
LOADER_TYPE VARCHAR2 30 Yes Loader mechanism for loading the data file.
SERVICE_NAME VARCHAR2 250 Not Currently Used.
PRODUCT_TOP VARCHAR2 30 Yes Product directory where the control file should be located.
LOAD_JOB_NAME VARCHAR2 1000 Name of the job used for loading data.
UCM_ACCOUNT VARCHAR2 250 Yes The name of the account associated with the interface.
BUSINESS_OBJECT VARCHAR2 50 Yes The business object name of the interface.
POST_LOAD_JOB_NAME VARCHAR2 1000 Name of the job used for preparing the data after loading.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
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.
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.
JOB_TYPE_CODE VARCHAR2 30 Identifies if the process is for load or extract. Possible values are Inbound or Outbound.
DATA_FORMAT_CODE VARCHAR2 30 Format in which data is extracted.
JOB_PARAM_VO VARCHAR2 1000 Name of the parameter view object that is associated with the process.
PURGE_ENABLED VARCHAR2 1 Indicates if an import process is enabled for purge.
ENABLED_FLAG VARCHAR2 1 Indicates whether the file based data import is active for the import process.
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
GATHER_STATS_FLAG VARCHAR2 1 Indicates if interface tables associated with import process are enabled for gathering the statistics if stale statistics exists.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Foreign Keys

Table Foreign Table Foreign Key Column
fun_erp_interface_usage_dtls fun_erp_interface_options ERP_INTERFACE_OPTIONS_ID
fun_erp_interface_dimensions fun_erp_interface_options ERP_INTERFACE_OPTIONS_ID

Indexes

Index Uniqueness Tablespace Columns
FUN_ERP_INTERFACE_OPTIONS_U1 Unique Default ERP_INTERFACE_OPTIONS_ID, ORA_SEED_SET1
FUN_ERP_INTERFACE_OPTIONS_U11 Unique Default ERP_INTERFACE_OPTIONS_ID, ORA_SEED_SET2