Translated Workstation Reason Codes

The Translated Workstation Reason Codes view object contains information about translated workstation reason codes. The codes are organization agnostic.

Data Store Key : FscmTopModelAM.ScmExtractAM.WieBiccExtractAM.WorkstationReasonCodeTranslationExtractPVO

Primary Keys : Language, WsReasonCodeId

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 workstation reason code translation row.
CreationDate Date and time when the workstation reason code translation row 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 workstation reason code translation view object.
LastUpdateDate Date and time when the user last updated the workstation reason code translation row.
LastUpdateLogin Session login associated with the user who last updated the workstation reason code translation row.
LastUpdatedBy User who last updated the workstation reason code translation row.
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.
ReasonCodeName Name of the reason code. It's value is created by a user.
SourceLang Code of the language in which the contents of the translatable columns were originally created.
WsReasonCodeId The foreign key to the reason row. It's value is unique identifier generated by the application.