Standard UOM Conversions for Extraction
The Standard UOM Conversions for Extraction view object collects the standard conversions for all sibling UOMs to a possible primary UOM for an item. It may be used to convert a transactional quantity to the primary UOM quantity if no item specific conversions exist for an item.
Data Store Key : FscmTopModelAM.ScmExtractAM.ScmRcsBiccExtractAM.StandardUOMConversionsExtractPVO
Primary Keys : PrimaryUomCode, TransactionUomCode
Initial Extract Date : CreationDate
Incremental Extract Date : LastUpdateDate
Attributes
This table provides the list of exposed attributes and their descriptions.
| Name | Description | 
|---|---|
| ConversionRate | Value that specifies the conversion from the transaction UOM to the primary UOM for any item not having item specific conversions. | 
| CreatedBy | User who created the row. | 
| CreationDate | Date and time of the creation of the row. | 
| LastUpdateDate | Date and time of the last update of the row. | 
| LastUpdateLogin | Session login associated to the user who last updated the row. | 
| LastUpdatedBy | User who last updated the row. | 
| ObjectVersionNumber | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. | 
| PrimaryUomCode | Value that identifies the user supplied short code for the transactional unit of measure. | 
| TransactionUomCode | Value that identifies the user supplied short code for the primary unit of measure for an item. |