Table Description
HCR COC Status History: The history of status changes for the change of circumstances process within HCR.

Captures the history of HCRCOCStatus changes.

Example

For example, each time a HCR COC Status is changed, the history of the change is recorded here.

Model Details
Location in Model: Logical View::MetaModel::Curam::HCROnline::Service Layer::entity::HCRCOCStatusHistory::HCRCOCStatusHistory
Controlling File: HCROnline\model\Service Layer\Entity\Entity.efx
Attributes (6)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
historyIDkeynoUnique identifier for this table.HCR_COC_HISTORY_ID SVR_INT64
hcrCoCStatusIDdetailsnoHCRCoCStatus unique identifier.HCR_COC_STATUS_ID SVR_INT64
beforeStatusdetailsyesThe status before the last action / step.HCR_COC_STATUSHCRCocStatusSVR_STRING<10>
afterStatusdetailsyesThe status after the last action / step.HCR_COC_STATUSHCRCocStatusSVR_STRING<10>
userNamedetailsnoUser performing the current CoC processing step.USER_NAME SVR_STRING<64>
timestampdetailsnoDate/Time for the action.CURAM_DATETIME SVR_DATETIME
Indices (1)
Index NameAttributes
IND_824735914hcrCoCStatusID
Operations (4)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: historyID
Standard Operation 
modifymodify Standard Operation 
searchByHCRCOCStatusIDreadmulti Returns a list of records with the same HCRCOCStatusID 
readread Standard Operation 
Related Pages (0)