Table Description

Receipt Period: This entity stores the details of the Income Support Food Assistance Able-Bodied Adults without Dependents (ABAWD) countable assistance period details.

Model Details
Location in Model: Logical View::MetaModel::Curam::Income Support Product::Service Layer::entity::ReceiptPeriod::ReceiptPeriod
Controlling File: ISProduct\model\Service Layer\entity\ReceiptPeriod\ReceiptPeriod.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (7)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
receiptPeriodIDkeyno

System generated identifier for Receipt Periods.

RECEIPT_PERIOD_ID SVR_INT64
caseIDdetails The identifier of the case that burned down this amount.CASE_ID SVR_INT64
concernRoleIDdetails The identifier of the participant whose time period is burned down by this.CONCERN_ROLE_ID SVR_INT64
programdetails The program that the receipt period applies to.RECEIPT_PERIOD_PROGRAMAssistanceTypeSVR_STRING<10>
startDatedetails The date that the person started to be countable on the specified case.CURAM_DATE SVR_DATE
endDatedetails The date that the person stopped being countable on the specified case.CURAM_DATE SVR_DATE
cancelledInddetails Indicates that this record is cancelled.CURAM_INDICATOR SVR_BOOLEAN
Indices (2)
Index NameAttributes
recPeriodByCaseIDIdxcaseID
recPeriodByConcernRoleIDIdxconcernRoleID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: receiptPeriodID
Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
readread Standard Operation 
searchByCaseIDreadmulti This method searches all receipt periods for a specified case. 
searchByConcernRoleIDreadmulti This method searches all receipt periods for a specified concern role 
Related Pages (10)