Year Start Dates for Extraction
The Year Start Dates for Extraction view object collects the start date for each year in a schedule.
Data Store Key : FscmTopModelAM.ScmExtractAM.ScmRcsBiccExtractAM.YearStartDateExtractPVO
Primary Keys : YearStartDateId
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 row. |
CreationDate | Date and time of the creation of the row. |
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. |
RequestId | Request ID of the job that created or last updated the row. |
ScheduleId | Value that uniquely identifies the schedule that the year start date is for. This is a foreign key to the Schedules view object. |
YearStartDate | Start date for a year in the schedule. |
YearStartDateId | Value that uniquely identifies a year start date for a schedule. This is the primary key of the Year Start Dates view object. |