Table Description
Service Invoice Request Line Item Client: A service invoice request line item client contains client information for a service invoice request line item entered by a user.

A service invoice request line item client contains client information of a service invoice request line item entered by a user about one specific line item on a service invoice request.

Example

A provider who has an external user account, can create a service invoice request line item client. They can submit the service invoice request line item. It will then either be accepted or rejected by a Resource Manager.

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::External User Access::Service Invoice Request Line Item::Entity::ServiceInvReqLineItemClient
Controlling File: CPM\model\Packages\Service Layer\External User Access\Service Invoice Line Item Request\Entity\Entity_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (7)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
serviceInvReqLineItemClientIDkeyno INTERNAL_ID SVR_INT64
serviceInvReqLineItemIDdetailsyes 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>
clientDateOfBirthdetails  CURAM_DATE SVR_DATE
Foreign Keys (1)
ChildParent
ServiceInvReqLineItemClient.serviceInvReqLineItemIDServiceInvoiceRequestLineItem.serviceInvReqLineItemID
Indices (2)
Index NameAttributes
ServInvRqLIClntServInvRLIIdxserviceInvReqLineItemID
IND__2085018703clientID
Operations (6)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: serviceInvReqLineItemClientID
Creates a new row on Service Invoice Request Line Item Client table. 
readread Reads a row of data from Service Invoice Request Line Item Client table. 
modifymodifyOPTIMISTIC_LOCKING: yes
Modifies an existing row on Service Invoice Request Line Item Client table. 
removeremove Removes an existing row from Service Invoice Request Line Item Client table. 
searchByServiceInvoiceRequestLineItemreadmulti Searches all the clients for a given service invoice request line item. 
readByClientAndServiceInvoiceRequestLineItemnsread Reads service invoice request line item client by client ID and service invoice request line item client ID. 
Related Pages (3)