Run Stage Interface

Example URL: "xxx.wms.ocs.oraclecloud.com/env_name/wms/api/run_stage_interface/"

Initial WMS Version: 6.1

Overview

API to run the data import process for a stage table. It works on data already in the staging table. To load and process data, please use the InitStageInterfaceAPI.

  • If no file_group_nbr is supplied, then the interface is run for every record in status Ready for the Company/Facility.
  • If file_group_nbr is supplied, then all records for that group in status Ready for the Company/Facility are processed. Note that not all interfaces support the use of file_group_nbr.
    Note: This API is not meant to upload data and process. It’s only meant to process data that has been loaded through other means. For uploading and processing data, please refer to the "Init Stage Interface" API.