Table Description
Deferred Process Instance Data For Place Creation: The additional data required to execute a Deferred Process Instance to create places while enrolling the provider.

WMCreatePlaceData allows an application developer to define application specific information that will be associated with the deferred process instance.

Model Details
Location in Model: Logical View::MetaModel::Curam::CPM::Service Layer::Provider::Provider Batch Processes::Entity::WMCreatePlaceData
Controlling File: CPM\model\Packages\Service Layer\Provider\Provider Batch Processes\Provider Batch Processes_cat.efx
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
wmCreatePlaceDataIDkeynoThe unique system generated identifier for the create place data deferred processing record.WM_INST_DATA_ID SVR_INT64
designatedCapacitydetails The number of designated places to be created for the provider.COUNT SVR_INT64
compartmentIDdetails The unique system generated identifier for the compartment record.INTERNAL_ID SVR_INT64
namedetails The unique place names to be created for the top level compartment of the provider, e.g. Place1, Place2.CPM_COMMON_NAME SVR_STRING<56>
startDatedetails The date on which the places are available.CURAM_DATE SVR_DATE
Operations (3)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: wmCreatePlaceDataID
Creates a new row on WMCreatePlaceData table. 
readread Reads a row of data from WMCreatePlaceData table.  
removeremove Removes an existing row from WMCreatePlaceData table.  
Related Pages (5)