Tables [dbo].[HMP_Freq_Unit_DE]
Frequency Units Dictionary (Simple Dictionary)
KeyNameData TypeMax Length (Bytes)NullabilityIdentityDescription
Primary Key PK_HMP_Freq_Unit_DE_ID: IDID[dbo].[dict_id]5NOT NULL1 - 1Key to the HMP_Freq_Unit_DE table
EnterpriseEntryID[dbo].[uniqueid]9NOT NULLKey to the dictionary_Entry table. This is a unique identifier across all dictionaries.
DefinitionSetID[dbo].[dict_id]5NOT NULLDictionary Subset as defined in the Dict_Definition_Set table.
Entry[dbo].[dict_id]5NOT NULLEntry number within the Definition Set
Indexes XAK2HMPFreqUnitDEEntryCode[dbo].[code]10NOT NULLEntry Code
Cluster Key XAK1HMPFreqUnitDE: EntryName\IsCurrentFLAGEntryName[dbo].[name]255NOT NULLEntry Name
Indexes XAK3HMPFreqUnitDEEntryMnemonic[dbo].[code]10NOT NULLEntry Mnemonic
Check Constraints CK_HMP_Freq_Unit_DE_IsInactiveFLAG_Yes_Or_No : ([IsInactiveFLAG]='N' OR [IsInactiveFLAG]='Y')IsInactiveFLAG[dbo].[BOOL]1NOT NULLIs the entry inactive (Y/N)?
Check Constraints CK_HMP_Freq_Unit_DE_IsEnforcedFLAG_Yes_Or_No : ([IsEnforcedFLAG]='N' OR [IsEnforcedFLAG]='Y')IsEnforcedFLAG[dbo].[BOOL]1NOT NULLIs the entry Enforced (Y/N)? Enforced entries can not be modified by the application.
Cluster Key XAK1HMPFreqUnitDE: EntryName\IsCurrentFLAGIndexes XAK2HMPFreqUnitDE, XAK3HMPFreqUnitDE(2)Check Constraints CK_HMP_Freq_Unit_DE_IsCurrentFLAG_Yes_Or_No : ([IsCurrentFLAG]='N' OR [IsCurrentFLAG]='Y')IsCurrentFLAG[dbo].[BOOL]1NOT NULLIs the entry Current (Y/N)?
EffectiveDTdatetime8NULL allowedEffective Date. This is the last edited date.