Table Description
Service Invoice Line Item Correction History: A history of the corrections initiated against a completed service invoice line item.

A history of the corrections initiated against a completed service invoice line item.

Example

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

Example

John's Clinic is a provider who delivers counseling for couples. John Smith and Linda Smith attend the counseling sessions and submit an invoice with the details of how many sessions were attended by them and other details. Later when it is found that it is not John and Linda but John and Susan who attended the sessions, correction is done to rectify the same.

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::Financials::Service Invoice Line Item Correction::Entity::SILICorrectionHistory
Controlling File: CPM\model\Packages\Service Layer\Financials\Service Invoice Line Item Correction\ServiceInvoiceLineItemCorrection_cat.efx
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
siliCorrectionHistoryIDkeynoThe unique system generated identifier for the service invoice line item correction history.INTERNAL_ID SVR_INT64
siliCorrectionIDdetailsyesThe unique system generated identifier for the service invoice line item correction.INTERNAL_ID SVR_INT64
recordStatusdetailsnoThe status of the service invoice line item correction.SILI_CORRECTION_STATUSSILICorrectionStatusSVR_STRING<10>
dateTimedetailsnoThe date and time the status is effective from.CURAM_DATETIME SVR_DATETIME
userNamedetails The name of the user who corrected the Service Invoice Line Item.USER_NAME SVR_STRING<64>
Foreign Keys (1)
ChildParent
SILICorrectionHistory.siliCorrectionIDSILICorrection.siliCorrectionID
Indices (1)
Index NameAttributes
SILICorrctHistrySILICorrIDIdxsiliCorrectionID
Operations (3)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: siliCorrectionHistoryID
Standard Operation 
readread Standard Operation 
searchBySILICorrectionreadmulti   
Related Pages (2)