Translated Work Order Status

The Translated Work Order Status view object contains the work order status name and description. Based on the number of enabled languages, multiple rows can exist for a given work order status. Each row corresponds a language for every work order status code that exists in the Work Order Status view object.

Data Store Key : FscmTopModelAM.ScmExtractAM.WieBiccExtractAM.WOStatusTranslationExtractPVO

Primary Keys : WOStatusTLPEOLanguage, WOStatusTLPEOWoStatusId

Initial Extract Date : WOStatusTLPEOCreationDate

Incremental Extract Date : WOStatusTLPEOLastUpdateDate

Attributes

This table provides the list of exposed attributes and their descriptions.

Name Description
WOStatusTLPEOCreatedBy User who created the work order status record.
WOStatusTLPEOCreationDate Date and time when the work order status record was created.
WOStatusTLPEOLanguage 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 Work Order Status view object.
WOStatusTLPEOLastUpdateDate Date and time when the user last updated the work order status record.
WOStatusTLPEOLastUpdateLogin Session login associated with the user who last updated the work order status record.
WOStatusTLPEOLastUpdatedBy User who last updated the work order status record.
WOStatusTLPEOObjectVersionNumber Number of times the object row was updated. This attribute is 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.
WOStatusTLPEOSourceLang Code of the language in which the contents of the translatable columns were originally created.
WOStatusTLPEOWoStatusDescription Description of the work order status.
WOStatusTLPEOWoStatusId Value that uniquely identifies the work order status. This is a foreign key to the Work Order Status view object. This attribute is a part of the composite key of the Translated Work Order Status view object.
WOStatusTLPEOWoStatusName Name of the work order status.