Table Detail Report

MM_XFI_QOH



Column Section Relationship Section Top of Page


Table-level Detail

Description: MM XFI QOH
Definition: Inbound interface table for Quantity On Hand. Data is moved from this table to QUANTITY_ON_HAND.
Table Type: REFERENCE





Column Detail - MM_XFI_QOH


Column Name Type Null? Definition
ABS_LOT_EXP_DT_TM DATETIME Y Expiration Date as determined at place of origin.
ABS_LOT_EXP_TZ DOUBLE Y Time zone associated with the ABS_LOT_EXP_DT_TM column.
ACTION_FLAG DOUBLE N Determines what action to take -- Add / Change / Delete.
BATCH_REF VARCHAR(100) Y This is a user defined field; allows a reference number/string to be passed in as part of an interface/upload.
CONTRIBUTOR VARCHAR(40) Y This indicates the Contributor Source to be used for code value aliasing.
CONTRIBUTOR_CD DOUBLE N The code value for the contributor that was passed in.
CREATE_APPLCTX DOUBLE Y The application context responsible for inserting the row.
CREATE_DT_TM DATETIME Y The date/time the row was created.
CREATE_ID DOUBLE N Person responsible for inserting the row
CREATE_TASK DOUBLE Y The task responsible for creating the row.
ITEM_ID DOUBLE N The internal item key for the item to be uploaded.
ITEM_IDENTIFIER VARCHAR(255) N The value passed through the interface to identify an item.
ITEM_IDENTIFIER_TYPE VARCHAR(40) Y The type of identifier that was passed in through the ITEM_IDENTIFIER field. Should be a valid display value from codeset 11000.
ITEM_IDENTIFIER_TYPE_CD DOUBLE N The code value for the identifier type.
LOCATION VARCHAR(100) N The display/alias value for the location.
LOCATION_CD DOUBLE N The code value for the location.
LOCATOR VARCHAR(60) Y The display/alias for the locator.
LOCATOR_CD DOUBLE N The code value for the locator.
LOC_VIEW VARCHAR(100) Y Refers to the HNAM Materials Mgmt location view to be used when validating locator names.
LOC_VIEW_CD DOUBLE N Location View CD
LOGICAL_DOMAIN_ID DOUBLE N 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.
LOT_EXP_DT_TM DATETIME Y The date/time a lot will expire.
LOT_MANUF_DT_TM DATETIME Y The date/time an item in the lot was manufactured.
LOT_NUMBER_ID DOUBLE N The lot this row relates to.
LOT_NUMBER_TXT VARCHAR(40) Y Character description of the lot number as defined by the manufacturer of the lot.
MANUF_CD DOUBLE N The manufacturer of the item.
MANUF_NAME VARCHAR(255) Y The manufacturer Name.
ORGANIZATION VARCHAR(100) Y The name of the organization.
ORGANIZATION_ID DOUBLE N The primary key for the organization.
PKG_TYPE_CONV DOUBLE Y The conversion factor for the package type.
PKG_TYPE_ID DOUBLE N The primary key for the package type.
PKG_TYPE_UOM VARCHAR(40) Y The unit-of-measure for the package type.
PKG_TYPE_UOM_CD DOUBLE N The code value for the unit-of-measure.
PROCESS_FLAG DOUBLE N This flag indicates the status of the current row.
QOH_QTY DOUBLE Y The amount of quantity on-hand to upload.
QOH_TYPE VARCHAR(40) Y Defaults to UNRESTRICTED
QOH_TYPE_CD DOUBLE N Defaults to UNRESTRICTED
SEGMENT_IDENTIFIER VARCHAR(10) N Identifies the type of upload. For QOH, it is ILQ.
SEGMENT_VERSION VARCHAR(10) N Identifies the version of the upload interface
TRANSACTION_ID DOUBLE N Primary Key
UPDATE_RULE_FLAG DOUBLE Y Future Functionality
UPDT_APPLCTX DOUBLE 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 DOUBLE 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 DATETIME 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 DOUBLE 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 DOUBLE 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.



Relationship Detail - MM_XFI_QOH


Child Column in MM_XFI_QOH(FK) Parent Table Name Parent Column Name
Parents: LOGICAL_DOMAIN_ID LOGICAL_DOMAIN LOGICAL_DOMAIN_ID
LOT_NUMBER_ID LOT_NUMBER_INFO LOT_NUMBER_ID
ORGANIZATION_ID ORGANIZATION ORGANIZATION_ID
MANUF_CD SERVICE_RESOURCE SERVICE_RESOURCE_CD


MM_XF_ERROR_LOG



Column Section Top of Page


Table-level Detail

Description: Item Location / Locator Interface Error Log
Definition: Contains errors for all Interface Transactions.
Table Type: ACTIVITY





Column Detail - MM_XF_ERROR_LOG


Column Name Type Null? Definition
ERROR_CD DOUBLE N Code which specifies the error type of the Interface Transaction Error.
ERROR_ID DOUBLE N Primary Key
FIELD_NAME VARCHAR(40) Y Field Name
INTERFACE_TYPE_CD DOUBLE N Interface Type CD
MSG VARCHAR(400) Y Error Message
PARENT_ENTITY_ID DOUBLE N PARENT ENTITY ID
PARENT_ENTITY_NAME VARCHAR(40) Y PARENT ENTITY NAME
SCRIPT_NAME VARCHAR(40) Y Script Name
UPDT_APPLCTX DOUBLE N The application context number from the record info block.
UPDT_CNT DOUBLE 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 DATETIME N The date and time the row was last inserted or updated.
UPDT_ID DOUBLE 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 DOUBLE N The registered (assigned) task number for the process that inserted or updated the row.


OBJECT_IDENTIFIER



Column Section Top of Page


Table-level Detail

Description: OBJECT IDENTIFIER
Definition: Ties an object with its' identifiers.
Table Type: REFERENCE





Column Detail - OBJECT_IDENTIFIER


Column Name Type Null? Definition
ACTIVE_IND DOUBLE Y The table row is active or inactive. A row is generally active unless it is in an inactive state such as logically deleted, combined away, pending purge, etc.
ACTIVE_STATUS_CD DOUBLE N Indicates the status of the row itself (not the data in the row) such as active, inactive, combined away, pending purge, etc.
ACTIVE_STATUS_DT_TM DATETIME Y The date and time that the active_status_cd was set.
ACTIVE_STATUS_PRSNL_ID DOUBLE N The person who caused the active_status_cd to be set or change.
IDENTIFIER_ID DOUBLE N Foreign key to the identifier table.
OBJECT_ID DOUBLE N The value of the primary key of the table to which the row is related (i.e. item_id, instance_id)
OBJECT_TYPE_CD DOUBLE N The code value for the type of object.
PARENT_ENTITY_ID DOUBLE Y The value of the primary key of the table to which the row is related (i.e., item_id, instance_id, etc.)
PARENT_ENTITY_NAME VARCHAR(32) Y The upper case name of the table to which this row is related (i.e., ITEM_DEFINITION, ITEM_INSTANCE)
PRIMARY_IND DOUBLE Y Indicates this identifier, for a specific identifier type, is primary.
PRIMARY_NBR_IND DOUBLE Y Indicates the primary number (ITEM_NBR or ITEM_NBR_SYS) for an item_master item.
SEQUENCE DOUBLE Y Used to prioritize vendor items.
UPDT_APPLCTX DOUBLE N The application context number from the record info block.
UPDT_CNT DOUBLE 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 DATETIME N The date and time the row was last inserted or updated.
UPDT_ID DOUBLE 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 DOUBLE N The registered (assigned) task number for the process that inserted or updated the row.
VENDOR_MANF_CD DOUBLE N Vendor or Manufacturer code, depending on the type of item.


OBJECT_IDENTIFIER_INDEX



Column Section Relationship Section Top of Page


Table-level Detail

Description: OBJECT IDENTIFIER INDEX
Definition: Denormalized table for Item Help
Table Type: REFERENCE





Column Detail - OBJECT_IDENTIFIER_INDEX


Column Name Type Null? Definition
ACTIVE_IND DOUBLE Y The table row is active or inactive. A row is generally active unless it is in an inactive state such as logically deleted, combined away, pending purge, etc.
ACTIVE_STATUS_CD DOUBLE N Indicates the status of the row itself (not the data in the row) such as active, inactive, combined away, pending purge, etc.
APPROVED_IND DOUBLE Y Indicates whether or not the item has been approved for use in the system.
GENERIC_OBJECT DOUBLE Y Holds either location_cd or class_node_id.
IDENTIFIER_ID DOUBLE N Foreign key to identifier table.
IDENTIFIER_TYPE_CD DOUBLE N Identifier type code value.
ITEM_LEVEL_FLAG DOUBLE N Tells whether and item is med def or not.
LOGICAL_DOMAIN_ID DOUBLE N 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.
LONG_PATH_TO_ITEM VARCHAR(200) Y The classification path to the item using the description field.
OBJECT_ID DOUBLE N The value of the primary key of the table to which the row is related (i.e. item_id, instance_id)
OBJECT_IDENTIFIER_INDEX_ID DOUBLE N Primary key
OBJECT_PARENT_NODE_ID DOUBLE N Foreign key to classification table.
OBJECT_TYPE_CD DOUBLE N The type of object this row refers to (i.e. ITEM_MASTER, MED_DEF, ITEM_INSTANCE, etc.)
PARENT_ENTITY_ID DOUBLE N The value of the primary key of the table to which the row is related (i.e. item_id, instance_id)
PARENT_ENTITY_NAME VARCHAR(32) Y The upper case name of the table to which this row is related (i.e. ITEM_DEFINITION, ITEM_INSTANCE)
PHA_TYPE_FLAG DOUBLE N This flag indicates the pharmacy item type: retail or shared.
PRICE_REVIEW_IND DOUBLE Y Indicates that this vendor item has one or more prices that are in need of review.
PRIMARY_IND DOUBLE N Indicates if this identifier is the primary one to display for this type of identifier.
PRIMARY_NBR_IND DOUBLE N Indicates the primary item number to display (i.e. Stock or System Assigned)
QUICKADD_IND DOUBLE Y Indicates that the item was added through the QuickAdd application or through an interface.
RELATIONSHIP_TYPE_CD DOUBLE N Type of item / location relationship.
REL_PARENT_ENTITY_ID DOUBLE N The upper case name of the table to which this row is related (i.e., LOCATION,CLASS_NODE)
REL_PARENT_ENTITY_NAME VARCHAR(32) Y The upper case name of the table to which this row is related (i.e. CLASS_NODE, LOCATION)
SEQUENCE DOUBLE Y The priority of the vendor item.
SHORT_PATH_TO_ITEM VARCHAR(200) Y The classification path to the item using the short description field.
SPCL_CHAR_VALUE VARCHAR(255) N Stores the data except * + / and space characters in uppercase mode.
SPCL_CHAR_VALUE_A_NLS VARCHAR(1020) N Stores the corresponding non-English character set values for the SPCL_CHAR_VALUE column. Used to sort correctly internationally.
UPDT_APPLCTX DOUBLE N The application context number from the record info block.
UPDT_CNT DOUBLE 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 DATETIME N The date and time the row was last inserted or updated.
UPDT_ID DOUBLE 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 DOUBLE N The registered (assigned) task number for the process that inserted or updated the row.
VALUE VARCHAR(255) N Actual value of identifier.
VALUE_KEY VARCHAR(255) N Uppercase value.
VALUE_KEY_A_NLS VARCHAR(1020) Y VALUE_KEY_A_NLS column
VALUE_KEY_NLS VARCHAR(512) Y Used for queries for locales other than English.
VENDOR_MANF_CD DOUBLE N Vendor or Manufacturer.



Relationship Detail - OBJECT_IDENTIFIER_INDEX


Child Column in OBJECT_IDENTIFIER_INDEX(FK) Parent Table Name Parent Column Name
Parents: OBJECT_PARENT_NODE_ID CLASS_NODE CLASS_NODE_ID
IDENTIFIER_ID IDENTIFIER IDENTIFIER_ID
LOGICAL_DOMAIN_ID LOGICAL_DOMAIN LOGICAL_DOMAIN_ID


PACKAGE_TYPE



Column Section Relationship Section Top of Page


Table-level Detail

Description: Package Type
Definition: Contains package types that an item comes in.
Table Type: REFERENCE





Column Detail - PACKAGE_TYPE


Column Name Type Null? Definition
ACTIVE_IND DOUBLE Y The table row is active or inactive. A row is generally active unless it is in an inactive state such as logically deleted, combined away, pending purge, etc.
ACTIVE_STATUS_CD DOUBLE Y Indicates the status of the row itself (not the data in the row) such as active, inactive, combined away, pending purge, etc.
ACTIVE_STATUS_DT_TM DATETIME Y The date and time that the active_status_cd was set.
ACTIVE_STATUS_PRSNL_ID DOUBLE Y The person who caused the active_status_cd to be set or change.
BASE_PACKAGE_TYPE_IND DOUBLE Y Indicates this is the base package for an item.
DESCRIPTION VARCHAR(100) Y Description of this package type.
ITEM_ID DOUBLE N Foreign key to item_definition table.
PACKAGE_TYPE_ID DOUBLE N This is the value of the unique primary identifier of the package type table. It is an internal system assigned number.
QTY DOUBLE Y The quantity of base package types contained in this package.
UOM_CD DOUBLE N The Unit of Measure for this package type.
UPDT_APPLCTX DOUBLE N The application context number from the record info block.
UPDT_CNT DOUBLE 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 DATETIME N The date and time the row was last inserted or updated.
UPDT_ID DOUBLE 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 DOUBLE N The registered (assigned) task number for the process that inserted or updated the row.



Relationship Detail - PACKAGE_TYPE


Child Column in PACKAGE_TYPE(FK) Parent Table Name Parent Column Name
Parents: ITEM_ID ITEM_DEFINITION ITEM_ID




Parent Column in PACKAGE_TYPE (PK) Child Table Name Child Column Name
Children: PACKAGE_TYPE_ID ACQUIREMENT_INFO REORDER_PACKAGE_TYPE_ID
IDENTIFIER PACKAGE_TYPE_ID
ITEM_COMPONENT PACKAGE_TYPE_ID
ITEM_CONTROL_INFO STOCK_PACKAGE_TYPE_ID
ITEM_PRICE PACKAGE_TYPE_ID
ITEM_PRICE_HIST PACKAGE_TYPE_ID
LINE_ITEM_QUANTITY BASE_PKG_TYPE_ID
LINE_ITEM_QUANTITY PACKAGE_TYPE_ID
LOCATOR_ROLLUP PACKAGE_TYPE_ID
LOT_NUMBER_LOCATION_INFO PACKAGE_TYPE_ID
MED_DISPENSE PACKAGE_TYPE_ID
MED_INGRED_SET CHILD_PKG_TYPE_ID
MED_PRODUCT INNER_PKG_TYPE_ID
MED_PRODUCT OUTER_PKG_TYPE_ID
MM_APPROVAL_LOG PACKAGE_TYPE_ID
MM_ITEM_ORG_COST_HIST PACKAGE_TYPE_ID
MM_LOT_RELTN PACKAGE_TYPE_ID
MM_OMF_ITEM_MASTER BASE_PKG_ID
MM_TRANS_LINE BASE_PKG_TYPE_ID
MM_TRANS_LINE FROM_PKG_TYPE_ID
MM_TRANS_LINE TO_PKG_TYPE_ID
MM_XFI_COST PKG_TYPE_ID
MM_XFI_ITEM BASE_PKG_TYPE_ID
MM_XFI_ITEM PKG_TYPE_ID
MM_XFI_ITEMLOC REORDER_PKG_TYPE_ID
MM_XFI_ITEMLOC STOCK_PKG_TYPE_ID
MM_XFI_LOCATOR PKG_TYPE_ID
PHYS_COUNT_SHEET_ITEM PACKAGE_TYPE_ID
PROD_DISPENSE_HX PACKAGE_TYPE_ID
QUANTITY_ON_HAND PACKAGE_TYPE_ID
RXS_ITEM_COUNTBACK PACKAGE_TYPE_ID
RXS_LOCATION_TASK PACKAGE_TYPE_ID
RXS_LOC_ENCNTR_INVENTORY PACKAGE_TYPE_ID
RX_PERSON_OWE PACKAGE_TYPE_ID
STORED_AT PACKAGE_TYPE_ID