Workstation Reason Codes
The Workstation Reason Codes view object contains information about the data to support workstation reason codes. These codes aren't specific to an organization.
Data Store Key : FscmTopModelAM.ScmExtractAM.WieBiccExtractAM.WorkstationReasonCodeExtractPVO
Primary Keys : 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 row. |
| CreationDate | Date and time when the workstation reason code row was created. |
| InactiveDate | Date when the workstation reason code is deactivated. |
| LastUpdateDate | Date and time when the user last updated the workstation reason code row. |
| LastUpdateLogin | Session login associated with the user who last updated the workstation operator assignment record. |
| LastUpdatedBy | User who last updated the workstation reason code row. |
| LossCategoryCode | Category of loss. Valid values: AVAILABILITY_LOSS, PERFORMANCE_LOSS, BREAK, NOT_A_LOSS. |
| ObjectVersionNumber | Number of times the workstation reason code 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. |
| ReasonCode | Value that provides a code that represents the reason. |
| SeededFlag | Value that indicates whether the status record is predefined or not. Default is N. |
| WorkstationStatusCode | Status of the workstation. Valid values: Down, Idle, In Use. |
| WsReasonCodeId | Value that's a foreign key to the reason record. Its value is an application generated unique identifier for reason records. |