Translated Change Statuses

The Translated Change Statuses view object provides translatable information about all the different statuses that the change object can be associated with.

Data Store Key : FscmTopModelAM.ScmExtractAM.EgoBiccExtractAM.ChangeStatusesTranslationExtractPVO

Primary Keys : EgoChangeStatusesTLPEOStatusCode, EgoChangeStatusesTLPEOLanguage

Initial Extract Date :

Incremental Extract Date :

Attributes

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

Name Description
EgoChangeStatusesTLPEOCreatedBy User who created the change status row.
EgoChangeStatusesTLPEOCreationDate Date and time when the change status was created.
EgoChangeStatusesTLPEODescription Description of the change status.
EgoChangeStatusesTLPEOLanguage Code of the language into which the contents of the translatable columns are translated.
EgoChangeStatusesTLPEOLastUpdateDate Date and time when the change status was last updated.
EgoChangeStatusesTLPEOLastUpdateLogin Session login details associated with the user who last updated the row.
EgoChangeStatusesTLPEOLastUpdatedBy User who last updated the change status row.
EgoChangeStatusesTLPEOObjectVersionNumber 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.
EgoChangeStatusesTLPEOSeedDataSource Specifies the name of the seed data source file. If the record was bulk loaded, this is indicated by the value BULK_SEED_DATA_SCRIPT.
EgoChangeStatusesTLPEOSourceLang Code of the language in which the contents of the translatable columns were originally created.
EgoChangeStatusesTLPEOStatusCode Status code of the change status. The status code is the foreign key to the Change Status view object. This is the primary key of the Translated Change Status view object along with the language attribute.
EgoChangeStatusesTLPEOStatusName Status name of the translatable change status row.