Table Description
Absence Period Correction: Corrections initiated against absence period.

A history of corrections initiated against absence period for a completed roster line item.

Example

Relationship Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions.
Model Details
Location in Model: Logical View::MetaModel::Curam::CPM::Service Layer::Attendance Tracking::Roster::Entity::AbsencePeriodCorrection
Controlling File: CPM\model\Packages\Service Layer\Attendance Tracking\Roster\Entity\Entity_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (7)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
absencePeriodCorrectionIDkeynoThe unique system generated identifier for the absence period correction record.ABSENCE_DETAILS_CORRECTION_ID SVR_INT64
absencePeriodIDdetailsyesThe unique system generated identifier for the absence period record.ABSENCEPERIOD_ID SVR_INT64
prliCorrectionIDdetailsnoThe unique system generated identifier for the provider roster line item correction record.PRLI_CORRECTION_ID SVR_INT64
absenceDatedetailsyesThe date at which the client was absent.ABSENCE_DATE SVR_DATE
absenceReasondetailsnoThe reason for the client being absent.ABSENCE_REASONAttendanceAbsenceReasonSVR_STRING<10>
unitsUnattendeddetailsnoThe number of units of the service that were not attended due to absenceATTENDANCE_UNITS SVR_INT16
createdBySystemdetailsyesIndicates whether the record was created by system.BOOLEAN_TYPE SVR_BOOLEAN
Foreign Keys (2)
ChildParent
AbsencePeriodCorrection.absencePeriodIDAbsencePeriod.absencePeriodID
AbsencePeriodCorrection.prliCorrectionIDPRLICorrection.prliCorrectionID
Indices (2)
Index NameAttributes
AbsPrdCorrPRLICorrectionIDIdxprliCorrectionID
IND__32030218absencePeriodID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: absencePeriodCorrectionID
Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
removeremove Standard Operation 
searchByPRLICorrectionreadmulti Search by PRLI Correction ID 
readread Standard Operation 
Related Pages (14)