Table Description
The employer enrollment entity holds the employerEnrollmentID's of all employers open for enrollment. Once employer open enrollment notifications have been sent to each employee of the employer its status is updated with the processed date and status.
Model Details
Location in Model: Logical View::MetaModel::Curam::HCR::Plan Management::EmployerEnrollment::Entity::EmployerEnrollment
Controlling File: HCR\model\PlanManagement\EmployerEnrollment\Entity\Entity.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (6)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
employerEnrollmentIDkeynoThe employer enrolment identifier.INTERNAL_ID SVR_INT64
receivedDatedetailsnoThe date the employer idetifier was received for processing.CURAM_DATE SVR_DATE
processedDatedetails The date the employer open enrolment processing completed.CURAM_DATE SVR_DATE
recordStatusdetails Code value to indicate the status of the employer enrolment record.RECORD_STATUS_CODERecordStatusSVR_STRING<10>
employerEnrollmentStatusdetailsnoThe employer enrollment status of open, processed or failed.EMPLOYER_ENROLLMENT_STATUSEmployerEnrollmentStatusSVR_STRING<10>
employerOpenEnrollmentIDdetailsno EMPLOYER_OPEN_ENROLLMENT_ID SVR_STRING<250>
Indices (1)
Index NameAttributes
IND_100466532employerOpenEnrollmentID
Operations (6)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: employerEnrollmentID
Standard Operation 
modifymodify Standard Operation 
readread Standard Operation 
searchByEmployerEnrollmentStatusreadmulti This method retrieves all Employer Enrolments of a specified employer enrolment status. 
searchByEmployerOpenEnrollmentIDreadmulti   
removeremove Standard Operation 
Related Pages (0)