Translated Standard Operation
The Translated Standard Operation view object contains the operation description and operation name. Based on the number of enabled languages, multiple rows can exist for a given standard operation. Each row corresponds to a language for every standard operation that exists in the Standard Operation view object.
Data Store Key : FscmTopModelAM.ScmExtractAM.WisBiccExtractAM.StdOperationTranslationExtractPVO
Primary Keys : Language, StandardOperationId
Initial Extract Date : CreationDate
Incremental Extract Date : LastUpdateDate
Attributes
This table provides the list of exposed attributes and their descriptions.
Name | Description |
---|---|
CreatedBy | User who created the standard operation record. |
CreationDate | Date when the standard operation record was created. |
Language | Code of the language into which the contents of the translatable columns are translated. This attribute is a part of the composite key of the Translated Standard Operation view object. |
LastUpdateDate | Date and time when the user last updated the standard operation record. |
LastUpdateLogin | Session login associated with the user who last created the standard operation record. |
LastUpdatedBy | User who last updated the standard operation record. |
ObjectVersionNumber | Number of times the object row was updated. This attribute is used to implement optimistic locking. This number is incremented every time 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. |
SourceLang | Code of the language in which the contents of the translatable columns were originally created. |
StandardOperationDescription | Description of the standard operation. |
StandardOperationId | Value that uniquely identifies the standard operation. This is a foreign key to the Standard Operation view object. This attribute is a part of the composite key of the Translated Standard Operation view object. |
StandardOperationName | Name of the standard operation. |