Schedule Exception Associations

The Schedule Exception Associations view object is used to assign one or more schedule exceptions to the schedule.

Data Store Key : FscmTopModelAM.ScmExtractAM.ScmRcsBiccExtractAM.SchedExceptionAssociationsExtractPVO

Primary Keys : SchedAvlExcpId

Initial Extract Date : SchedExceptionAssociationsPE1CreationDate

Incremental Extract Date : SchedExceptionAssociationsPE1LastUpdateDate

Attributes

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

Name Description
SchedAvlExcpId Value that uniquely identifies the schedule exception assignment to the parent schedule. It's a primary key that the application generates when a schedule exception is assigned to a schedule. This attribute is required.
SchedExceptionAssociationsPE1AvlExceptionId Value that uniquely identifies the foreign key reference to the schedule exception being assigned. This attribute is a required input.
SchedExceptionAssociationsPE1CreatedBy User who created the row.
SchedExceptionAssociationsPE1CreationDate Date and time of the creation of the row.
SchedExceptionAssociationsPE1LastUpdateDate Date and time of the last update of the row.
SchedExceptionAssociationsPE1LastUpdateLogin Session login associated to the user who last updated the row.
SchedExceptionAssociationsPE1LastUpdatedBy User who last updated the row.
SchedExceptionAssociationsPE1ObjectVersionNumber 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.
SchedExceptionAssociationsPE1ScheduleId Value that uniquely identifies the foreign key reference to the parent schedule. This attribute is a required input.