InventCostTransVariance::find Method

Finds a record in the inventCostTransVariance table.

Syntax

client server public static InventCostTransVariance find(
    InventCostTransRefRecId _inventCostTransRefRecId, 
    CostGroupId _costGroupId, 
    InventCostVarianceType _varianceType, 
    InventCostLevel _level, 
    boolean _split, 
    DimensionDefault _dimension, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _split
    Type: boolean
    The split flag for which the record should be looked up.
  • _forUpdate
    Type: boolean
    A Boolean value that determines whether the record should be selected for update; optional.

Return Value

Type: InventCostTransVariance Table
An inventCostTransVariance record.

Remarks

This method uses the primary key to find the record.

See Also

Reference

InventCostTransVariance Table