Table Description
nbsp;Application Status
:
nbsp;This entity is to store the information about the application status changing history.

The Application status is maintained for each program applied

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::Intake::IntakeModules::Application::Entity::ApplicationStatus
Controlling File: Intake\model\Packages\IntakeModules\IntakeApplication\Entity\Entity.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
statusdetails 

The status of the internal intake application, e.g. In Progress, Cancelled, Submitted, Disposed and Ready for Determiantion.

APPLICATION_STATUSApplicationStatusSVR_STRING<10>
applicationStatusIDkeynoUnique identifier for this record.INTERNAL_ID SVR_INT64
dateTimedetails 

The date that the status of application changed

CURAM_DATETIME SVR_DATETIME
userNamedetailsyesThe user name of the  person who changed the status of this application.USER_NAME SVR_STRING<64>
applicationIDdetailsnoA reference to the type of application which this status belongs to.INTERNAL_ID SVR_INT64
Foreign Keys (2)
ChildParent
ApplicationStatus.applicationIDApplication.applicationID
Application.currentApplicationStatusIDApplicationStatus.applicationStatusID
Indices (1)
Index NameAttributes
ApplicationStatusAppIDIdxapplicationID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: applicationStatusID
Standard Operation 
readread Standard Operation 
searchByApplicationreadmulti   
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
removeremove Standard Operation 
Related Pages (0)