Table Description
Federal Exchange Message Log: This entity provides a persistence mechanism for all Federal Exchange webservice messages Stores GlobalApplicationID, XML message of the Federal Exchange webserice communication, type of the message, direction and a status.

Captures the type, direction, status and contents of Federal Exchange webservice communications.

Example

For example, each time an Inbound (FFM initiated) Account Transfer payload is received, the new record is created here with message type FEMT002 (payload), direction 1 (inbound) and status of HCRIFEIP (Inbound in progress).

Model Details
Location in Model: Logical View::MetaModel::Curam::FederalExchange::Entity::FederalExchangeMessageLog
Controlling File: FederalExchange\model\FederalExchange.emx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
LAST_UPDATED_FIELDyes
VALIDATION_EXIT_POINTyes
Attributes (6)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
federalExchangeMessageLogIDkeyno FED_EXCHANGE_MSG_ID SVR_INT64
globalApplicationID details Unique identifier of the distinct Federal Exchange application. FED_EXCHANGE_SOURCE_APP_ID SVR_STRING<64>
federalExchangeMessageXMLdetails Raw XML webservice message.FED_EXCHANGE_FILE_CLOB SVR_STRING<1000000>
messageTypedetails Type of webservice message is populated from the FedExchangeMsgType code table.FED_EXCHANGE_MSG_TYPEFedExchangeMsgTypeSVR_STRING<10>
directiondetails Direction of the webservice message can be:

'0' as an Outbound message, sent from State to FFM

'1' as an Inbound message, sent from FFM to State

BOOLEAN_TYPE SVR_BOOLEAN
statusdetails Federal Exchange application status is populated from the HCRFedExchangeAppStatus code table.FED_EXCHANGE_APP_STATUSHCRFedExchangeAppStatusSVR_STRING<10>
Indices (1)
Index NameAttributes
IND_573409530globalApplicationID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: federalExchangeMessageLogID
Standard Operation 
modifymodify Standard Operation 
readread Standard Operation 
searchByGlobalApplicationIDreadmulti   
searchByMessageLogIDreadmulti   
Related Pages (0)