dbo.SXAMMProductPackage 
Default Table Name  SXAMMProductPackage 
Definition  This Entity contains NDC's (National Drug Codes) which represent different packagings of Products.(i.e. Tylenol 100 tabs, Tylenol 500 tabs etc...) 

dbo.SXAMMProductPackage Columns 
ColumnName  Domain  Datatype  NULL  Definition 
SiteID    smallint  NO  Identifies the unique distributed database ID where the row was inserted. Distributed databases are no longer supported so this column is deprecated. 
Build    int  NO  Identifies the build number and patch level of the software that inserted/updated this row. The format is the Build number followed by 3 digits for the patch level which is typically 000. The build number is tied to specific versions of the software, e.g. Sunrise 15.3 is Build 5021, Sunrise 16.3 is Build 5503. 
TouchedBy    varchar(50)  NO  Information about the user that last updated the row. This will typically be the UserID (IDCode from CV3User table) and may be prefixed with an environment identifier followed by an underscore, e.g. b96d2bf5_jongmore. 
TouchedWhen    datetime  NO  The date and time that the row was last updated and will be based on the Enterprise time zone. 
CreatedBy    varchar(50)  NO  Information about the user that created the row. This will typically be the UserID (IDCode from CV3User table) and may be prefixed with an environment identifier followed by an underscore, e.g. b96d2bf5_jongmore. 
CreatedWhen    datetime  NO  The date and time that the row was created and will be based on the Enterprise time zone. 
Active    bit  NO  Denotes whether the row is active or not, 0 means the row has been soft deleted or deactivated. 
ProductPackageID(PK)    int  NO  Auto generated unique primary key value. 
ProductID(FK)    int  NO  A foreign key to the ProductID column in the SXAMMProduct table. 
NDCCode    varchar(28)  NO  Identifies the NDC code as provided from Multum 
InnerPackageSizeNum    numeric(15, 3)  NO  Identifies the quantity of the product in the package. It is measured in the Inner Package Units of Measure (UOM) 
InnerPackageUOMCode    varchar(30)  NO  Identifies the Unit of measure that the Inner Package Size Number is measured in. Links to CV3CoreUnitofMeasure 
OuterPackageSizeNum    numeric(15, 3)  YES  Identifies the number of Inner Packages exist. Used in cases where packages such as vials or bottles come in a larger package such a a box. In these cases a box of 10 bottles each containing 100 tablets would have an outer package size of 10 
IsRepackaged    bit  NO  Identifies if the manufacturer has taken medications from another manufacturer and repackaged them for resale. The NDC's of the original and Repackaged medications are different 
IsUnitDose    bit  NO  Identifies if the dosages in the package are individually wrapped 
DrugCatalogKey    varchar(40)  YES  Application populates DrugCataloKey column value same as NDCCode 
UpdateFromCatalog    bit  NO  Indicates whether attributes from this row can be update using the Drug Catalog Import process 
MSrepl_tran_version    uniqueidentifier  NO  Optimistic lock identifier. 
MSReplrowguid    uniqueidentifier  NO  Unique GUID used to support merge replication. 
IsCMSBilling    bit  NO  True if CMS Billing Data is enabled 
NDCCF    numeric(18, 8)  YES  NDC Conversion Factor for NDC Crosswalk 
NDCUOM    varchar(30)  YES  SXAMMProductPackage 
HCPCSUOM    varchar(30)  YES  HCPCS UOM for NDC Crosswalk 
CMSUOM    varchar(30)  YES  CMS UOM for NDC Crosswalk 
NDCQty    numeric(18, 8)  YES  NDC Quantity for NDC Crosswalk 
HCPCSQty    numeric(18, 8)  YES  HCPCS Quantity for NDC Crosswalk 

dbo.SXAMMProductPackage Primary and Unique Keys 
Key Name  Key Type  Keys 
SXAMMProductPackagePK  PrimaryKey  ProductPackageID