Table Description

Transfer Application: This entity is used to store data regarding an transfer application for an application.

There is a separate transfer application when a transfer is completed or rolled back for an application.

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::TransferredApplication
Controlling File: Intake\model\Packages\IntakeModules\IntakeApplication\Entity\Entity.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (8)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
transferApplicationIDkeynoThe unique identifier of the transfer application record.INTERNAL_ID SVR_INT64
applicationIDdetailsnoA reference to the application this transfer or undo transfer applies.INTERNAL_ID SVR_INT64
fromCaseIDdetailsno

The applications related caseID the transfer occurs from.

INTERNAL_ID SVR_INT64
toCaseIDdetailsno

The applications related caseID the transfer occurs to.

INTERNAL_ID SVR_INT64
undoTransferAvailableInddetails 

Indicates whether the undo transfer option is available.

BOOLEAN_TYPE SVR_BOOLEAN
transferDateTimedetails The date and time that the application was transferred.CURAM_DATETIME SVR_DATETIME
userNamedetailsyesThe user name of the  person who completed the transfer or undo tramsfer of the application.USER_NAME SVR_STRING<64>
transferStatusdetailsno

The transfer status of the application, e.g. Transferred, Rolled Back.

TRANSFER_APPLICATION_STATUSTransferApplicationStatusSVR_STRING<10>
Foreign Keys (3)
ChildParent
TransferredApplication.applicationIDApplication.applicationID
TransferredApplication.fromCaseIDCaseHeader.caseID
TransferredApplication.toCaseIDCaseHeader.caseID
Indices (3)
Index NameAttributes
TransferredApplicationIdxapplicationID
IND_656644906fromCaseID
IND_463737467toCaseID
Operations (4)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: transferApplicationID
Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
readread Standard Operation 
readLatestByApplicationIDns This method retrieves the latest transfer application record for an application.SQL
Related Pages (4)