Table Description
Internal Product Provider ID: The last unique reference number which has been assigned to the primary Concern Role Alternate ID of a Product Provider.

This table can be used by a custom implementation of Curam if it is required that the alternateID values for Product Providers Concern Role Alternate ID records are assigned in an ascending, sequential manner. This table guarantees that there will not be any 'gaps' in the unique identifiers assigned to the records.

Example

This table holds a single row with the value 12345. A User registers the Product Provider Midway Social Services, which causes:

  • the value on this table to be incremented to 12346; and
  • the value 12346 to be stored in the primary Concern Role Alternate ID for Midway Social Services.

Technical Notes

This is a control entity which only ever holds one row. If you require to use this entity, then you must set the Curam environment variable curam.referencenumber.generateproductprovideridfromkeyset to be NO, otherwise Curam key-set mechanism will be used instead to assign an identifier. Use of this entity must be considered carefully as it may prevent concurrent users from registering Product Providers.

Model Details
Location in Model: Logical View::MetaModel::Curam::Core::Reference Model::Infrastructure::Unique IDs::InternalProductProviderID
Controlling File: core\model\Packages\Global Classes_cat.efx
Attributes (1)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
nextProductProviderIDkeynoThe next unique reference number for a product provider.ALTERNATE_ID SVR_STRING<18>
Operations (3)
OperationStereotypeOptionsDescriptionSQL
insertinsert Standard Operation 
readOnenkread This method reads the only record in this control table. 
modifyAllnkmodify This method sets the value of the only record in this control table. 
Related Pages (0)