Siebel Field Service Guide > Cycle Counting and Replenishment > About the Replenishment Engine >

Parameters for the Replenishment Engine


The Workflow Manager or the client can call all engines. These engines require certain passed parameters. Changing the values of these parameters changes the default behavior of the engine. To implement changes to parameters, restart the Field Service server. Table 38 describes the parameters for the Replenishment Engine.

Table 38. Parameters for the Replenishment Engine
Parameter
Value
Description

InvokeMode

SQL

Specifies the WHERE clause to set up criteria and replenish the inventory locations that meet that criteria.

Id

Specifies the ID of the inventory location to replenish. The Replenishment engine replenishes that location.

TEMP

Places all the required parameters into a temporary table with a temporary Client Request ID and passes that ID to the server to retrieve the parameters from Temp Table.

NOTE:  Do not run component jobs in TEMP mode to call the Replenishment Engine. This mode is reserved for interactive engine jobs sent directly from a client application.

ClientId

A row ID for retrieving parameters from the temp table

This parameter is required when the InvokeMode parameter is TEMP.

SourceType

I (Inventory Location)
V (Vendor)

This parameter is required when the InvokeMode parameter is TEMP and defaults to I when the InvokeMode parameter is Id or SQL.

DestId

Destination Inventory ID

This parameter is required when the InvokeMode parameter is Id.

WhereClause

SQL Where Clause

Specifies the Business Component Search Spec mode. This parameter is required when the InvokeMode parameter is SQL.

Siebel Field Service Guide Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.