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

 This entity is to store the information about the program status changing history.

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::ProgramApplicationStatus
Controlling File: Intake\model\Packages\IntakeModules\IntakeApplication\Entity\Entity.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (7)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
statusdetails The status of the intake program application, e.g. Pending, Approved, Denied. PROGRAM_STATUSProgramStatusSVR_STRING<10>
reasondetails The reason why this application for the program was changed.

PROGRAM_STATUS_REASONProgramStatusReasonSVR_STRING<10>
programApplicationStatusIDkeynoUnique identifier for this record.INTERNAL_ID SVR_INT64
dateTimedetails The date on which the status of this program changedCURAM_DATETIME SVR_DATETIME
userNamedetailsyesThe user name of the  person who changed the status of this program.USER_NAME SVR_STRING<64>
programApplicationIDdetailsnoA reference to the program which this status belongs to.INTERNAL_ID SVR_INT64
statusCodedetails  RECORD_STATUS_CODERecordStatusSVR_STRING<10>
Foreign Keys (3)
ChildParent
ProgramApplicationStatus.programApplicationIDProgramApplication.programApplicationID
ProgramAppStatusTransition.programApplicationStatusIDProgramApplicationStatus.programApplicationStatusID
ProgramApplication.programApplicationStatusIDProgramApplicationStatus.programApplicationStatusID
Indices (1)
Index NameAttributes
ProgAppStatusProgAppIDIdxprogramApplicationID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: programApplicationStatusID
Standard Operation 
readread Standard Operation 
searchByProgramApplicationreadmulti   
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
removeremove Standard Operation 
Related Pages (0)