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

Parameters for the Cycle Counting 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 35 describes the parameters for the Cycle Counting Engine.

Table 35. Parameters for the Cycle Counting Engine
Parameter
Value
Description

Mode

SQL

Specifies the WHERE clause to set up criteria and count the products that meet that criteria.

Id

Specifies the ID of the inventory location or the inventory type. The Cycle Counting Engine counts only the products related to that location or type.

TempTbl

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 TempTbl mode to call the Cycle Counting 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 Mode parameter is TempTbl.

RowID

Row ID of an inventory location or inventory type

This parameter is required when the Mode parameter is Id.

StartDT

Start Date

Specifies the proposed start date of cycle counting. This parameter is required.

EndDT

End Date

Specifies the proposed end date of cycle counting. This parameter is required.

Where

Where Clause

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

Loc/Type

Inventory Location or Inventory Type

This parameter is required when the Mode parameter is Id or TempTbl.

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