Table Description
Flat Rate Contract Case Link: Associates the flat rate contract to provider product delivery case for contract.

The flat rate contract case link entity holds the details of the relationship between a flat rate contract and a product delivery case for contract.

Example

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::Contracts::FlatRateContractCaseLink::FlatRateContractCaseLink
Controlling File: CPM\model\Packages\Service Layer\Provider\Contracts\FlatRateContractCaseLink\FlatRateContractCaseLink_cat.efx
Attributes (3)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
caseContractVersionIDkeynoThe unique system generated identifier for the flat rate contract case link record.INTERNAL_ID SVR_INT64
caseIDdetailsnoThe unique system generated identifier for the provider product delivery case for contract.CASE_ID SVR_INT64
contractVersionIDdetailsyesThe unique system generated identifier for the flat rate contract.INTERNAL_ID SVR_INT64
Foreign Keys (2)
ChildParent
FlatRateContractCaseLink.contractVersionIDFlatRateContract.contractVersionID
FlatRateContractCaseLink.caseIDProductDelivery.caseID
Indices (2)
Index NameAttributes
FltRCntrCaseLnCntrcVersnIDIdxcaseID
FltRateContrctCaseLnCaseIDIdxcontractVersionID
Operations (4)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: caseContractVersionID
Standard Operation 
readread Standard Operation 
searchByContractVersionreadmulti This method returns the record for the contractversionID. 
searchByCaseIDreadmulti This method returns the record by CaseID. 
Related Pages (4)