Table Description

Voluntary Quit: This evidence captures details about a Household Member who has left employment voluntarily.

A Household Member who has voluntarily quit employment without good cause may be subject to a sanction. This could result in the loss of benefits for programs that have a work requirement associated with eligibility. Good causes for quitting employment include: Employer Discrimination, Work Demands or Conditions rendering employment unreasonable, Circumstances beyond member's control, Family illness, etc.

Example


A case worker creates a Voluntary Quit record for Linda Smith. Linda Smith quit her job as the work demands and conditions rendered employment unreasonable.

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::Evidence::Service Layer::Entity::Household::VoluntaryQuit::VoluntaryQuit
Controlling File: Evidence\model\ServiceLayer\entity\Household\VoluntaryQuit\VoluntaryQuit_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (8)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
evidenceIDkeyno

System generated unique identifier for the Voluntary Quit evidence. There is no UI field for this attribute.

EVIDENCE_ID SVR_INT64
caseParticipantRoleIDdetailsno

The Case Participant Role ID of the Household Member who is quitting the paid employment. The UI field name for this attribute is 'Household Member'.

CASE_PARTICIPANT_ROLE_ID SVR_INT64
employmentIDdetailsyes

The unique ID of the employment. This is populated from the participant's Employment record, which gets linked to the Voluntary Quit evidence. There is no UI field for this attribute.

EMPLOYMENT_ID SVR_INT64
dateOfQuitdetails 

The date on which the Household Member quit. The UI field name for this attribute is 'Date of Quit'.

CURAM_DATE SVR_DATE
reasonForQuitdetails 

The date on which the Household Member quit the employment. Examples include: Discrimination, Insufficient Earnings, etc. This is populated from the 'VoluntaryQuitReason' code table. The UI field name for this attribute is 'Reason For Quit'.

EVD_VOLUNTARY_QUIT_REASONVoluntaryQuitReasonSVR_STRING<10>
voluntaryQuitDescriptiondetails 

The reason the Household Member quit, if the reason is 'Other'. The UI field name for this attribute is 'Description'.

EVD_VOLUNTARY_QUIT_DESCRIPTION SVR_STRING<225>
commentsdetails 

Additional details related to the Voluntary Quit. The UI field name for this attribute is 'Comments'.

COMMENTS SVR_STRING<300>
empCaseParticipantRoleIDdetailsno

The Case Participant Role ID of the employer associated with this Voluntary Quit. The UI field name for this attribute is 'Employer'.

CASE_PARTICIPANT_ROLE_ID SVR_INT64
Foreign Keys (2)
ChildParent
VoluntaryQuit.caseParticipantRoleIDCaseParticipantRole.caseParticipantRoleID
VoluntaryQuit.employmentIDEmployment.employmentID
Indices (2)
Index NameAttributes
IND_1206423556caseParticipantRoleID
IND__379120681employmentID
Operations (4)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: evidenceID
PRE_DATA_ACCESS: yes
Standard Operation 
readread Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
PRE_DATA_ACCESS: yes
Standard Operation 
removeremove Standard Operation 
Related Pages (13)