Table Description
Communication Service Invoice Line Item Link: A link between communication and service invoice line item.

Communication Service Invoice Line Item Link entity maintains the association between communication and service invoice line item.
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::Provider Notification::Entity::CommunicationSILILink
Controlling File: CPM\model\Packages\Service Layer\Provider Notification\ProviderNotification_cat.efx
Attributes (4)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
serviceInvoiceLineItemIDdetailsnoThe unique system generated identifier for the service invoice line item record. SERVICE_INVOICE_ID SVR_INT64
communicationIDkeynoThe unique system generated identifier for the communication record. INTERNAL_ID SVR_INT64
amountdetails An overpayment or under payment amount generated as part of service invoice line item correction.CURAM_AMOUNT SVR_MONEY
eventdetailsyesOptional attribute added in release 6.0.3.0. This attribute is used to store financial notification event.FINANCIAL_NOTIFICATION_EVENTFinanceNotificationEventSVR_STRING<10>
Foreign Keys (1)
ChildParent
CommunicationSILILink.serviceInvoiceLineItemIDServiceInvoiceLineItem.serviceInvoiceLineItemID
Indices (1)
Index NameAttributes
IND__988478602serviceInvoiceLineItemID
Operations (2)
OperationStereotypeOptionsDescriptionSQL
insertinsert Creates a new row on communication service invoice line item link table. 
readread Reads a row of data from communication service invoice line item link table. 
Related Pages (0)