Table Description
IntakeApplicationDisposition: A relationship between an application for assistance for a program and the final disposition for that program.

An application for assistance may contain an application for assistance for a single program, or it may contain multiple program applications. A final disposition is recorded for each individual program application. The program disposition may be either approved, denied or withdrawn. The system creates this record to maintain the disposition for each program application.

Program applications are approved when there is an eligible decision determined for the program, and a product delivery is created and approved for issuance. In this instance the program application is associated with the ID of the product delivery which was created.

Program applications are denied when there is no eligible decision for the program. In this instance the program application is associated with ineligible decision.

Program applications may be withdrawn (retracted) by the applicant at any time up to the approval of a program application. In this instance the program application is associated with Integrated Case on which the withdrawal request is recorded.

Example

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::Income Support Product::Service Layer::entity::IntakeApplication::IntakeApplicationDisposition::IntakeApplicationDisposition
Controlling File: ISProduct\model\Service Layer\entity\IntakeApplication\IntakeApplicationDispositionLink\IntakeApplicationDispositionLink_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (7)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
intakeAppDispositionIDkeynoSystem generated unique identifier for an Intake Application Disposition record.INTAKE_APP_DISPOSITION_LINK_ID SVR_INT64
caseDecisionIDdetails The unique identifier of the case decision.CASE_DECISION_ID SVR_INT64
caseDecisionSetInstanceIDdetailsnoThe instance ID to which the case decision relates.CASE_DECISION_SET_INSTANCE_ID SVR_INT64
integratedCaseIDdetailsnoThe unique identifier for the integrated case.CASE_ID SVR_INT64
caseIDdetails The unique identifier for the product delivery.CASE_ID SVR_INT64
intakeApplicationIDdetailsnoThe unique identifier for the Intake Application.INTAKE_APPLICATION_ID SVR_INT64
intakeProgramApplicationIDdetailsnoThe unique identifier for the Intake Program Application.INTAKE_PROGRAM_APPLICATION_ID SVR_INT64
Foreign Keys (1)
ChildParent
IntakeApplicationDisposition.intakeApplicationIDIntakeApplication.intakeApplicationID
Indices (3)
Index NameAttributes
productDeliveryCaseIDIdxcaseID
IND_1510772895intakeProgramApplicationID
IND__1857741037intakeApplicationID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: intakeAppDispositionID
Standard Operation 
readread Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
searchByProductDeliveryCaseIDreadmulti This method returns a list of disposition links for a specific product delivery 
searchByIntakeProgramApplicationIDreadmulti This method returns a list of disposition links for a specific intake program application 
Related Pages (11)