Table Description
Service Offering Evidence Link: A link between the service offering admin record and a evidence type.

The service offering evidence link is used to allow users to associate dynamic evidence type against the service offering.

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::Service Offering::Service Offering Evidence Link::Entity::ServiceOfferingEvidenceLink
Controlling File: CPM\model\Packages\Service Layer\Service Offering\Service Offering_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (7)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
serviceOfferingEvidenceLinkIDkeynoThe primary key identifier for the link record.INTERNAL_ID SVR_INT64
serviceOfferingIDdetailsnoThe id of the related service offering of type service or referral record.SERVICE_OFFERING_ID SVR_INT64
outcomePlanActivityTypedetailsnoThe type of the outcome plan activity.such as Service or ReferralCPM_OUTCOME_PLAN_ACTIVITY_TYPEOutcomePlanActivityTypeSVR_STRING<10>
recordStatusdetailsnoThe record status of the evidence.RECORD_STATUSRecordStatusSVR_STRING<10>
readOnlyEvidencedetailsyesThis indicator will be used to determine if the evidence is read only or not.CURAM_INDICATOR SVR_BOOLEAN
evidenceTypedetailsnoThe type of evidence that will be associated with the service offeringEVIDENCE_TYPE_CODEEvidenceTypeSVR_STRING<10>
evidenceStorageLocationdetailsnoSpecifies the evidence storage location.CPM_EVIDENCE_STORAGEEvidenceStorageLocationSVR_STRING<10>
Foreign Keys (1)
ChildParent
ServiceOfferingEvidenceLink.serviceOfferingIDServiceOffering.serviceOfferingID
Indices (1)
Index NameAttributes
IND_1361339139serviceOfferingID
Operations (4)
OperationStereotypeOptionsDescriptionSQL
searchByActivityAdminAndStatusreadmulti Lists the service offering evidence link records based on the service offering ID, outcomePlanActivityType and recordStatus. 
insertinsertAUTO_ID: serviceOfferingEvidenceLinkID
AUTO_ID_KEY: SEROFF
Creates a new row on Serviceofferingevidencelink table. 
readread Reads a row of data from Serviceofferingevidencelink table. 
modifymodifyOPTIMISTIC_LOCKING: yes
Modifies an existing row on Serviceofferingevidencelink table. 
Related Pages (9)