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

A corrected version of a clients for a service invoice line item. Correction may or may not be applied against the actual service invoice line item. It depends upon whether the correction is approved or denied for processing.

Example

A Complete service invoice line item with 1 client is modified to add one more client or a Complete service invoice line item is modified to change the client information.

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::SILICorrectionClient
Controlling File: CPM\model\Packages\Service Layer\Financials\Service Invoice Line Item Correction\ServiceInvoiceLineItemCorrection_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (7)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
siliCorrectionClientIDkeyno INTERNAL_ID SVR_INT64
siliCorrectionIDdetailsyes INTERNAL_ID SVR_INT64
clientReferenceNodetails  REFERENCE_NO SVR_STRING<18>
clientIDdetailsyes CONCERN_ROLE_ID SVR_INT64
clientFirstNamedetails  FIRST_FORENAME SVR_STRING<65>
clientLastNamedetails  MOTHER_BIRTH_SURNAME SVR_STRING<65>
clientDOBdetails  CURAM_DATE SVR_DATE
Foreign Keys (2)
ChildParent
SILICorrectionClient.clientIDConcernRole.concernRoleID
SILICorrectionClient.siliCorrectionIDSILICorrection.siliCorrectionID
Indices (2)
Index NameAttributes
SILICorrctClientSILICorrIDIdxsiliCorrectionID
SILICorrectnClientClientIDIdxclientID
Operations (6)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: siliCorrectionClientID
Creates a new row on Service Invoice Line Item Correction Client table.  
readread Reads a row of data from Service Invoice Line Item Correction Client table. 
modifymodifyOPTIMISTIC_LOCKING: yes
Modifies an existing row on Service Invoice Line Item Correction Client table. 
removeremove Removes an existing row from Service Invoice Line Item Correction Client table. 
searchBySILICorrectionreadmulti Searches all the clients for a given service invoice line item correction. 
readyByClientAndSILICorrectionnsread Reads the service invoice line item correction client by client ID and service invoice line item correction ID. 
Related Pages (13)