Table Description
Absence Period Correction History: History of 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::AbsencePeriodCorrectionHistory
Controlling File: CPM\model\Packages\Service Layer\Attendance Tracking\Roster\Entity\Entity_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (12)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
absPrdCorrectHistIDkeynoThe unique system generated identifier for the absence period correction history 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
absencePeriodCorrectionIDdetailsyesThe unique system generated identifier for the absence period correctionrecord.ABSENCEPERIOD_ID SVR_INT64
recordStatusdetailsyesCode value to denote the status of the absence details. The values are 'Active' or 'Canceled'. Logical deletion is supported.RECORD_STATUSRecordStatusSVR_STRING<10>
dateTimeChangeddetailsnoThe date and time of the modification of a absence record.DATE_TIME_CHANGED SVR_DATETIME
userNamedetailsyesThe user who created/modified the record.USER_NAME SVR_STRING<64>
creationDatedetailsnoThe date the absence period record was created.CURAM_DATE SVR_DATE
createdBySystemdetailsyesIndicates whether the record was created by system.BOOLEAN_TYPE SVR_BOOLEAN
Foreign Keys (2)
ChildParent
AbsencePeriodCorrectionHistory.absencePeriodIDAbsencePeriod.absencePeriodID
AbsencePeriodCorrectionHistory.prliCorrectionIDPRLICorrection.prliCorrectionID
Indices (3)
Index NameAttributes
AbsPrdCorrHistPRLICorrIDIDXprliCorrectionID
AbsPrdCorrHistAbsPrdCorrIDIDXabsencePeriodCorrectionID
IND__1504060814absencePeriodID
Operations (4)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: absPrdCorrectHistID
Standard Operation 
searchByAbsencePeriodCorrectionreadmulti Search by PRLI Correction ID 
readread Standard Operation 
searchByPRLICorrectionreadmulti Search by PRLI Correction ID 
Related Pages (2)