Table Detail Report

MM_ITEM_REF_ADDL_ATTR



Column Section Relationship Section Top of Page


Table-level Detail

Description: Item Reference Additional Attribute
Definition: Contains the reference database information of item that contains more than one value
Table Type: REFERENCE





Column Detail - MM_ITEM_REF_ADDL_ATTR


Column Name Type Null? Definition
ATTR_NAME_TXT VC2(255) N The attribute name that has more than one value from the Reference Database.
ATTR_VALUE_TXT LONG Y The value of the attribute from the Reference Database.
MM_ITEM_REF_ADDL_ATTR_ID NUMBER N Unique generated number that identifies a single row on the MM_ITEM_REF_ADDL_ATTR table.
MM_ITEM_REF_DATA_ID NUMBER N The item that these attributes apply to.
SEQ_NBR NUMBER N The sequence of the values of the attribute.
UPDT_APPLCTX NUMBER N The application context number from the record info block.
UPDT_CNT NUMBER N Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row.
UPDT_DT_TM DATE N The date and time the row was last inserted or updated.
UPDT_ID NUMBER N The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table.
UPDT_TASK NUMBER N The registered (assigned) task number for the process that inserted or updated the row.



Relationship Detail - MM_ITEM_REF_ADDL_ATTR


Child Column in MM_ITEM_REF_ADDL_ATTR(FK) Parent Table Name Parent Column Name
Parents: MM_ITEM_REF_DATA_ID MM_ITEM_REF_DATA MM_ITEM_REF_DATA_ID


MM_ITEM_REF_DATA



Column Section Relationship Section Top of Page


Table-level Detail

Description: Item Reference Data
Definition: Contains the reference database information of item
Table Type: REFERENCE





Column Detail - MM_ITEM_REF_DATA


Column Name Type Null? Definition
BRAND_NAME VC2(255) Y Proprietary/trade name of the medical device as used inthe labeing or catalog. Received from Reference Database
COMPANY_NAME_TXT VC2(255) Y Manufacturer Company Name from Reference Database
DEVICE_DESCRIPTION_TXT VC2(4000) Y Device Description of Item from Reference Database
DEVICE_ID_TXT VC2(255) Y Primary device identifier number from Reference Database. An identifier that is the primary lookup for a medical device. The primary DI will be located on label of the base package (the lowest package level of a medical device containing a full UDI). For medical devices without packaging, the primary DI number and full UDI may be on the device itself.
LATEX_TXT VC2(255) Y Whether the device or packaging contains natural rubber that contacts humans. "Natural rubber" includes natural rubber latex, dry natural rubber, and synthetic latex or rubber that contains natural rubber. Information from Reference Database
MFR_CATALOG_NBR_TXT VC2(255) Y Manufacturer Catalog number of Item from Reference Database
MM_ITEM_REF_DATA_ID NUMBER N Unique generated number that identifies a single row on the MM_ITEM_REF_DATA table.
MODEL_NUMBER_TXT VC2(255) Y Identifies a category or design of devices that have specifications, performance, size, and composition within limits set by the company. Provided from Reference Database.
MRI_SAFETY_INFO_TXT VC2(255) Y The information the labeling contains about whether a device is compatible with magnetic resonance imaging (MRI) procedures.
REFERENCE_DATABASE_NAME_TXT VC2(255) N Name of the reference database
REFERENCE_DATA_TXT LONG Y Complete Reference Data information of the item from Reference Database in JSON format
SNOMED_CT_DESC_TXT VC2(255) Y SNOMED CT Description from Reference Database
SNOMED_CT_IDENTIFIER_TXT VC2(255) Y SNOMED CT Identifier from Reference Database
SOURCE_UPDT_DT_TM DATE Y Update date time by the backend process
UNIQUE_PRODUCT_KEY_TXT VC2(255) N Column to store the Unique Product Identifier to resolve the item. This column should be populated irrespective of different reference database.
UPDT_APPLCTX NUMBER N The application context number from the record info block.
UPDT_CNT NUMBER N Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row.
UPDT_DT_TM DATE N The date and time the row was last inserted or updated.
UPDT_ID NUMBER N The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table.
UPDT_TASK NUMBER N The registered (assigned) task number for the process that inserted or updated the row.



Relationship Detail - MM_ITEM_REF_DATA




Parent Column in MM_ITEM_REF_DATA (PK) Child Table Name Child Column Name
Children: MM_ITEM_REF_DATA_ID MM_ITEM_REF_ADDL_ATTR MM_ITEM_REF_DATA_ID


MM_ITEM_REPL



Column Section Relationship Section Top of Page


Table-level Detail

Description: Item Replacement
Definition: This table contains item replacement information.
Table Type: REFERENCE





Column Detail - MM_ITEM_REPL


Column Name Type Null? Definition
CREATE_APPLCTX NUMBER Y The application context number from the record info block.
CREATE_DT_TM DATE Y The date and time when the row was inserted.
CREATE_ID NUMBER Y The person_id of the person from the personnel table (prsnl) who inserted the row in to the table.
CREATE_TASK NUMBER Y The registered (assigned) task number for the process that inserted the row.
ESTIMATED_END_DT_ISO VC2(10) Y The date the item replacement is expected to be remediated and not the actual date of the remediation in ISO-8601 format (YYYY-MM-DD).
EXT_TRANSACTION_IDENT NUMBER Y The id tied to the external item replacement transaction.
ITEM_ID NUMBER Y The internal unique id of the item being replaced.
LOCATION VC2(100) Y The unique location name of the item being replaced.;
LOGICAL_DOMAIN_ID NUMBER Y The unique identifier for a logical domain. This identifier allows the data to be grouped by logical domain. For example, If you assign clients a logical_domain_id this would allow you to store data for multiple clients on this table.
MM_ITEM_REPL_ID NUMBER N Unique generated number that identifies a single row on the MM_ITEM_REPL table.
ORG_ID NUMBER Y The unique organization id that the item is being replaced in.
REPL_ITEM_ID NUMBER Y The id of the replacement item.
REPL_REASON_TXT VC2(255) Y The reason for the replacement in plain text.
REPL_TYPE_TFLG VC2(15) Y The replacement type: PERMANENT or TEMPORARY
START_DT_ISO VC2(10) Y The starting date of the item replacement in ISO-8601 format (YYYY-MM-DD).
SYNC_DT_TM DATE Y The sync time of the current run. This date is used to identify which rows have not been touched during a full item replacement sync.
UPDT_APPLCTX NUMBER N The application context number from the record info block. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
UPDT_CNT NUMBER N Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
UPDT_DT_TM DATE N The date and time the row was last inserted or updated. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
UPDT_ID NUMBER N The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
UPDT_TASK NUMBER N The registered (assigned) task number for the process that inserted or updated the row. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
VENDOR VC2(60) Y The unique vendor name of the item being replaced.



Relationship Detail - MM_ITEM_REPL


Child Column in MM_ITEM_REPL(FK) Parent Table Name Parent Column Name
Parents: ITEM_ID ITEM_DEFINITION ITEM_ID
REPL_ITEM_ID ITEM_DEFINITION ITEM_ID
LOGICAL_DOMAIN_ID LOGICAL_DOMAIN LOGICAL_DOMAIN_ID
ORG_ID ORGANIZATION ORGANIZATION_ID


MM_LOT_RELTN



Column Section Relationship Section Top of Page


Table-level Detail

Description: Materials Management Lot Relation
Definition: Stores the relationship between Receipt_Line_item and Lot_Number_info and also the relationship between Dist_Line_Detail and Lot_Number_Info.
Table Type: ACTIVITY





Column Detail - MM_LOT_RELTN


Column Name Type Null? Definition
BEFORE_TRANSFER_QTY FLOAT N Quantity before lot transfer.
INCREASE_IND NUMBER N Used to determine if the quantity documented is increasing or decreasing the lot.
LOT_EXP_SOON_IND NUMBER N For that lot, for this distribution, indicates if the lot chosen had an expiration date that was defined as "soon".
LOT_NUMBER_ID NUMBER N Foreign key from LOT_NUMBER_INFO. This is the lot number for the line item.
LOT_QTY FLOAT N The quantity of the item on the line item in the particular lot.
MM_LOT_RELTN_ID NUMBER N Unique, generated primary key for the MM_LOT_RELTN table.
PACKAGE_TYPE_ID NUMBER N Identifies the package type for the lot.
PARENT_ENTITY_ID NUMBER N Unique identifier from the tables that appear in column parent_entity_name.
PARENT_ENTITY_NAME VC2(32) N The name of the parent table that relates to this component.
PARENT_LOT_NUMBER_ID NUMBER N In the cases where an item is part of a compound, this identifies the lot number of the compound of which it is a part.
TRANSACTION_ID NUMBER N Used to capture the altered lot_qty per transaction
UPDT_APPLCTX NUMBER N The application context number from the record info block.
UPDT_CNT NUMBER N Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row.
UPDT_DT_TM DATE N The date and time the row was last inserted or updated.
UPDT_ID NUMBER N The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table.
UPDT_TASK NUMBER N The registered (assigned) task number for the process that inserted or updated the row.



Relationship Detail - MM_LOT_RELTN


Child Column in MM_LOT_RELTN(FK) Parent Table Name Parent Column Name
Parents: LOT_NUMBER_ID LOT_NUMBER_INFO LOT_NUMBER_ID
PARENT_LOT_NUMBER_ID LOT_NUMBER_INFO LOT_NUMBER_ID
TRANSACTION_ID MM_TRANS_HEADER TRANSACTION_ID
PACKAGE_TYPE_ID PACKAGE_TYPE PACKAGE_TYPE_ID


MM_OMF_ITEMLOC



Column Section Relationship Section Top of Page


Table-level Detail

Description: This is a summary table of ITEM_CONTROL_INFO,ACQUIREMENT_INFO, QUANTITY_REQUIRE
Definition: This table is exclusively used for ProCure's PowerVision reports.
Table Type: REFERENCE





Column Detail - MM_OMF_ITEMLOC


Column Name Type Null? Definition
ABC_CLASS_CD NUMBER N Item Classification (A, B, C) Code
ACC_STOCKOUT_FREQ_CD NUMBER N The acceptable stockout frequency which is allowed at this location
ACQUIRE_UPDT_CNT NUMBER Y The date that acquirement information on this table has been updated.
AVERAGE_DAILY_USAGE NUMBER Y Average daily usage of the item in the location.
AVERAGE_LEAD_TIME NUMBER Y The average lead time the vendor requires
AVERAGE_LEAD_TIME_UOM_CD NUMBER N The unit of measure that applies to the average lead time
CHARGE_TYPE_CD NUMBER N The charge type that applies to the item
CONSIGNMENT_IND NUMBER Y Indicates whether or not it is a consignment item
COST_CENTER_CD NUMBER N Cost center code
COUNTBACK_FLAG NUMBER N Flag used to determine if this item/location requires a physical count once the item has been removed. 0 - no count is required; 1 - Blind counting; 2 - Confirm count
COUNT_CYCLE_CD NUMBER N The type of cycle counting required for the item
ECONOMIC_ORDER_QTY NUMBER Y The economic order quantity for the item at this location
FILL_LOCATION_CD NUMBER N The fill location for the item
FIXED_ORDER_QTY FLOAT N Replenishment quantity will be created in increments of the fixed order quantity.
INSTANCE_IND NUMBER Y The indicator to reflect if this is an instance
ITEM_ID NUMBER N Primary Key
I_CTRL_UPDT_CNT NUMBER Y The number of times the Item Control information has been updated
LAST_SYSCALC_DT_TM DATE Y The last date/time the system calculated item-location information.
LOCATION_CD NUMBER N Location code
LOCATION_TYPE_CD NUMBER N The type of location
LOCATOR_QTY FLOAT N The quantity that can be stored in an individual locator.
LOCATOR_TYPE_CD NUMBER N The type of locator where the item is being stored.
LOCK_IND NUMBER N Indicator used to determine if the item can be removed from the location. This only applies to RxStation locations.
LOT_TRACKING_LEVEL_CD NUMBER N The level of lot tracking for the item
MAXIMUM_LEVEL NUMBER Y Maximum Level of the item that should in the lacation
MAX_DAYS_ADU NUMBER Y Maximum number of days that the average daily usage is based upon
MINIMUM_LEVEL NUMBER Y Minimum level of the item that should be in the location
MIN_DAYS_ADU NUMBER Y Minimum number of days that the average daily usage is based upon
ORGANIZATION_ID NUMBER N The organization for the location
PRIMARY_VENDOR_CD NUMBER N The primary reorder vendor
PRIMARY_VENDOR_ITEM_ID NUMBER N The primary reorder vendor item
PRODUCT_ORIGIN_CD NUMBER N The code value for the origin of the product
QTY_REQ_UPDT_CNT NUMBER Y The number of times the quantity requirement information has been updated
REORDER_METHOD_CD NUMBER N The reorder method being utilized.
REORDER_PACKAGE_TYPE_DESC VC2(100) Y The reorder package type description
REORDER_PACKAGE_TYPE_ID NUMBER N The primary key for the reorder package type ID
REORDER_POINT NUMBER Y The quantity when the item will be reordered
REORDER_TYPE_CD NUMBER N The reorder type being utilized
SAFETY_STOCK_QTY NUMBER Y The quantity of safety stock defined for the item at this location
SEASONAL_ITEM_IND NUMBER Y Indicator used to determine if the item is considered seasonal
STOCK_PACKAGE_TYPE_DESC VC2(100) Y The description of the stock package type
STOCK_PACKAGE_TYPE_ID NUMBER N StoThe foreign key for the stock package type ID
STOCK_TYPE_IND NUMBER Y The indicator that reflects whether the item is tracked perpetually at this location
SUB_ACCOUNT_CD NUMBER N The item's sub account code value
SYSCALC_ABC_CLASS_IND NUMBER Y Indicator to determine if the ABC classification will be calculated by the system.
SYSCALC_PAR_LEVEL_IND NUMBER Y Indicator to determine if the PAR level will be calculated by the system
SYSCALC_REORDER_POINT_IND NUMBER Y Indicator to determine if the reorder point will be calculated by the system
SYSCALC_SAFETY_STOCK_IND NUMBER Y Indicator to determine if the safety stock will be calculated by the system
UPDT_APPLCTX NUMBER N The application context number from the record info block.
UPDT_CNT NUMBER N Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row.
UPDT_DT_TM DATE N The date and time the row was last inserted or updated.
UPDT_ID NUMBER N The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table.
UPDT_TASK NUMBER N The registered (assigned) task number for the process that inserted or updated the row.
VIEW_TYPE_CD NUMBER N The location view type



Relationship Detail - MM_OMF_ITEMLOC


Child Column in MM_OMF_ITEMLOC(FK) Parent Table Name Parent Column Name
Parents: ORGANIZATION_ID ORGANIZATION ORGANIZATION_ID