Table Description
Provider Roster Line Item Correction History: The status history of a roster line item correction..

The status history of a roster line item correction..

Example

For example, the status is set to 'Open' upon initial creation, and then changed to 'Pending Approval' once submitted for approval.

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::PRLICorrectionHistory
Controlling File: CPM\model\Packages\Service Layer\Attendance Tracking\Roster\Entity\Entity_cat.efx
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
prliCorrectionHistoryIDkeynoThe unique system generated identifier for the provider roster line item correction history record.PRLI_CORRECTION_HISTORY_ID SVR_INT64
prliCorrectionIDdetailsnoThe unique system generated identifier for the provider roster line item correction record.PRLI_CORRECTION_ID SVR_INT64
statusdetailsnoThe status of the roster line item correction.PRLI_CORRECTION_STATUSPRLICorrectionStatusSVR_STRING<10>
dateTimedetailsnoThe date and time from which the status is effective.CURAM_DATETIME SVR_DATETIME
userNamedetailsnoThe name of the user who created the provider roster line item correction record.USER_NAME SVR_STRING<64>
Foreign Keys (1)
ChildParent
PRLICorrectionHistory.prliCorrectionIDPRLICorrection.prliCorrectionID
Indices (1)
Index NameAttributes
PRLICorrectHisPRLICorrecIDIdxprliCorrectionID
Operations (2)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: prliCorrectionHistoryID
Standard Operation 
searchByPRLICorrectionreadmulti Search by PRLI Correction ID. 
Related Pages (1)