WHSTmpPackingLine::findByLoadLineDimUOM Method
Find the tmpPackingLine by the passed in parameters.
Syntax
client server public static WHSTmpPackingLine findByLoadLineDimUOM(
WHSTmpPackingLine _tmpPackingLine,
WHSLoadLineRefRecId _loadLineRecId,
InventDimId _inventDimId,
UnitOfMeasureSymbol _uom,
[boolean _forUpdate])
Run On
Called
Parameters
- _tmpPackingLine
Type: WHSTmpPackingLine Table
The table buffer of the temp table.
- _loadLineRecId
Type: WHSLoadLineRefRecId Extended Data Type
The load line recId the tmpPackingLine relates to.
- _inventDimId
Type: InventDimId Extended Data Type
The inventDimId of the tmpPackingLine.
- _uom
Type: UnitOfMeasureSymbol Extended Data Type
The unit of measure of the tmpPackingLine.
- _forUpdate
Type: boolean
Determines if the record should be selected for update or not.
Return Value
Type: WHSTmpPackingLine Table
The selected tmpPackingLine record.