Table Description

Court Order Expense: A Court Order Expense is a judgment made by a court, under which a Household Member is obligated to pay Child Support, Cost of Care, or Alimony Payments.

Example

John Smith is divorced from his former spouse Linda Smith. John and Linda Smith are no longer residing in the same household. John and Linda Smith have a dependent child who resides with Linda Smith. As part of their divorce settlement, John Smith has been ordered by a court to make support payments in respect of his dependent child and ex-wife. A case worker creates a Child Support Expense record for John Smith with details of his dependent child and the payment being made to Linda Smith. A case worker creates an Alimony Expense for John Smith with details of the payment being made to Linda Smith. A case worker creates a Court Order Expense record for each payment that John Smith has been ordered to make.

Model Details
Location in Model: Logical View::MetaModel::Curam::Evidence::Service Layer::Entity::Expenses::CourtOrder::CourtOrderExpense
Controlling File: Evidence\model\ServiceLayer\entity\Expenses\CourtOrder\CourtOrder_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (6)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
evidenceIDkeyno

System generated unique identifier for the Court Order Expense. There is no UI field for this attribute.

EVIDENCE_ID SVR_INT64
courtNamedetails 

The name of the court which issued this order. The UI field name for this attribute is 'Court Name'.

EVD_COURT_NAME SVR_STRING<40>
docketNumberdetails 

The reference number for the court order. The UI field name for this attribute is 'Docket Number'.

EVD_DOCKET_NUMBER SVR_STRING<30>
effectiveDatedetails 

The date that this court order comes, or came into effect. The UI field name for this attribute is 'Start Date'.

CURAM_DATE SVR_DATE
expiryDatedetails 

The date that this court order ceases to be valid. The UI field name for this attribute is 'End Date'.

CURAM_DATE SVR_DATE
issueDatedetails 

The date on which the court order was issued. The UI field name for this attribute is 'Issue Date'.

CURAM_DATE SVR_DATE
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 (3)