Schedule Exception Translations
The Schedule Exceptions Translations view object retrieves the translated name and description for the schedule exception.
Data Store Key : FscmTopModelAM.ScmExtractAM.ScmRcsBiccExtractAM.SchedExceptionTranslationExtractPVO
Primary Keys : Language, AvlExceptionId
Initial Extract Date : CreationDate
Incremental Extract Date : LastUpdateDate
Attributes
This table provides the list of exposed attributes and their descriptions.
| Name | Description | 
|---|---|
| AvlExceptionId | Value that uniquely identifies the schedule exception. It's a primary key that the application generates when it creates an exception. This attribute is required. | 
| AvlExcpDesc | Description of the exception that you provide when creating an instance. | 
| AvlExcpName | Name of the schedule exception that you provide when creating an instance. This attribute is required. | 
| CreatedBy | User who created the row. | 
| CreationDate | Date and time of the creation of the row. | 
| Language | Indicates the code of the language into which the contents of the translatable columns are translated. | 
| 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. | 
| SourceLang | Indicates the code of the language in which the contents of the translatable columns were originally created. |