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 | DATE | Y | Expiration Date as determined at place of origin. |
| ABS_LOT_EXP_TZ | NUMBER | Y | Time zone associated with the ABS_LOT_EXP_DT_TM column. |
| ACTION_FLAG | NUMBER | N | Determines what action to take -- Add / Change / Delete. |
| BATCH_REF | VC2(100) | Y | This is a user defined field; allows a reference number/string to be passed in as part of an interface/upload. |
| CONTRIBUTOR | VC2(40) | Y | This indicates the Contributor Source to be used for code value aliasing. |
| CONTRIBUTOR_CD | NUMBER | N | The code value for the contributor that was passed in. |
| CREATE_APPLCTX | NUMBER | Y | The application context responsible for inserting the row. |
| CREATE_DT_TM | DATE | Y | The date/time the row was created. |
| CREATE_ID | NUMBER | N | Person responsible for inserting the row |
| CREATE_TASK | NUMBER | Y | The task responsible for creating the row. |
| ITEM_ID | NUMBER | N | The internal item key for the item to be uploaded. |
| ITEM_IDENTIFIER | VC2(255) | N | The value passed through the interface to identify an item. |
| ITEM_IDENTIFIER_TYPE | VC2(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 | NUMBER | N | The code value for the identifier type. |
| LOCATION | VC2(100) | N | The display/alias value for the location. |
| LOCATION_CD | NUMBER | N | The code value for the location. |
| LOCATOR | VC2(60) | Y | The display/alias for the locator. |
| LOCATOR_CD | NUMBER | N | The code value for the locator. |
| LOC_VIEW | VC2(100) | Y | Refers to the HNAM Materials Mgmt location view to be used when validating locator names. |
| LOC_VIEW_CD | NUMBER | N | Location View CD |
| LOGICAL_DOMAIN_ID | NUMBER | 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 | DATE | Y | The date/time a lot will expire. |
| LOT_MANUF_DT_TM | DATE | Y | The date/time an item in the lot was manufactured. |
| LOT_NUMBER_ID | NUMBER | N | The lot this row relates to. |
| LOT_NUMBER_TXT | VC2(40) | Y | Character description of the lot number as defined by the manufacturer of the lot. |
| MANUF_CD | NUMBER | N | The manufacturer of the item. |
| MANUF_NAME | VC2(255) | Y | The manufacturer Name. |
| ORGANIZATION | VC2(100) | Y | The name of the organization. |
| ORGANIZATION_ID | NUMBER | N | The primary key for the organization. |
| PKG_TYPE_CONV | FLOAT | Y | The conversion factor for the package type. |
| PKG_TYPE_ID | NUMBER | N | The primary key for the package type. |
| PKG_TYPE_UOM | VC2(40) | Y | The unit-of-measure for the package type. |
| PKG_TYPE_UOM_CD | NUMBER | N | The code value for the unit-of-measure. |
| PROCESS_FLAG | NUMBER | N | This flag indicates the status of the current row. |
| QOH_QTY | NUMBER | Y | The amount of quantity on-hand to upload. |
| QOH_TYPE | VC2(40) | Y | Defaults to UNRESTRICTED |
| QOH_TYPE_CD | NUMBER | N | Defaults to UNRESTRICTED |
| SEGMENT_IDENTIFIER | VC2(10) | N | Identifies the type of upload. For QOH, it is ILQ. |
| SEGMENT_VERSION | VC2(10) | N | Identifies the version of the upload interface |
| TRANSACTION_ID | NUMBER | N | Primary Key |
| UPDATE_RULE_FLAG | NUMBER | Y | Future Functionality |
| 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. |
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 | NUMBER | N | Code which specifies the error type of the Interface Transaction Error. |
| ERROR_ID | NUMBER | N | Primary Key |
| FIELD_NAME | VC2(40) | Y | Field Name |
| INTERFACE_TYPE_CD | NUMBER | N | Interface Type CD |
| MSG | VC2(400) | Y | Error Message |
| PARENT_ENTITY_ID | NUMBER | N | PARENT ENTITY ID |
| PARENT_ENTITY_NAME | VC2(40) | Y | PARENT ENTITY NAME |
| SCRIPT_NAME | VC2(40) | Y | Script Name |
| 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. |
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 | NUMBER | 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 | NUMBER | 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 | DATE | Y | The date and time that the active_status_cd was set. |
| ACTIVE_STATUS_PRSNL_ID | NUMBER | N | The person who caused the active_status_cd to be set or change. |
| IDENTIFIER_ID | NUMBER | N | Foreign key to the identifier table. |
| OBJECT_ID | NUMBER | 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 | NUMBER | N | The code value for the type of object. |
| PARENT_ENTITY_ID | NUMBER | 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 | VC2(32) | Y | The upper case name of the table to which this row is related (i.e., ITEM_DEFINITION, ITEM_INSTANCE) |
| PRIMARY_IND | NUMBER | Y | Indicates this identifier, for a specific identifier type, is primary. |
| PRIMARY_NBR_IND | NUMBER | Y | Indicates the primary number (ITEM_NBR or ITEM_NBR_SYS) for an item_master item. |
| SEQUENCE | NUMBER | Y | Used to prioritize vendor items. |
| 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. |
| VENDOR_MANF_CD | NUMBER | 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 | NUMBER | 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 | NUMBER | 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 | NUMBER | Y | Indicates whether or not the item has been approved for use in the system. |
| GENERIC_OBJECT | FLOAT | Y | Holds either location_cd or class_node_id. |
| IDENTIFIER_ID | NUMBER | N | Foreign key to identifier table. |
| IDENTIFIER_TYPE_CD | NUMBER | N | Identifier type code value. |
| ITEM_LEVEL_FLAG | NUMBER | N | Tells whether and item is med def or not. |
| LOGICAL_DOMAIN_ID | NUMBER | 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 | VC2(200) | Y | The classification path to the item using the description field. |
| OBJECT_ID | NUMBER | 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 | NUMBER | N | Primary key |
| OBJECT_PARENT_NODE_ID | NUMBER | N | Foreign key to classification table. |
| OBJECT_TYPE_CD | NUMBER | N | The type of object this row refers to (i.e. ITEM_MASTER, MED_DEF, ITEM_INSTANCE, etc.) |
| PARENT_ENTITY_ID | NUMBER | 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 | VC2(32) | Y | The upper case name of the table to which this row is related (i.e. ITEM_DEFINITION, ITEM_INSTANCE) |
| PHA_TYPE_FLAG | NUMBER | N | This flag indicates the pharmacy item type: retail or shared. |
| PRICE_REVIEW_IND | NUMBER | Y | Indicates that this vendor item has one or more prices that are in need of review. |
| PRIMARY_IND | NUMBER | N | Indicates if this identifier is the primary one to display for this type of identifier. |
| PRIMARY_NBR_IND | NUMBER | N | Indicates the primary item number to display (i.e. Stock or System Assigned) |
| QUICKADD_IND | NUMBER | Y | Indicates that the item was added through the QuickAdd application or through an interface. |
| RELATIONSHIP_TYPE_CD | NUMBER | N | Type of item / location relationship. |
| REL_PARENT_ENTITY_ID | NUMBER | N | The upper case name of the table to which this row is related (i.e., LOCATION,CLASS_NODE) |
| REL_PARENT_ENTITY_NAME | VC2(32) | Y | The upper case name of the table to which this row is related (i.e. CLASS_NODE, LOCATION) |
| SEQUENCE | NUMBER | Y | The priority of the vendor item. |
| SHORT_PATH_TO_ITEM | VC2(200) | Y | The classification path to the item using the short description field. |
| SPCL_CHAR_VALUE | VC2(255) | N | Stores the data except * + / and space characters in uppercase mode. |
| SPCL_CHAR_VALUE_A_NLS | VC2(1020) | N | Stores the corresponding non-English character set values for the SPCL_CHAR_VALUE column. Used to sort correctly internationally. |
| 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. |
| VALUE | VC2(255) | N | Actual value of identifier. |
| VALUE_KEY | VC2(255) | N | Uppercase value. |
| VALUE_KEY_A_NLS | VC2(1020) | Y | VALUE_KEY_A_NLS column |
| VALUE_KEY_NLS | VC2(512) | Y | Used for queries for locales other than English. |
| VENDOR_MANF_CD | NUMBER | 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 | NUMBER | 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 | NUMBER | 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 | DATE | Y | The date and time that the active_status_cd was set. |
| ACTIVE_STATUS_PRSNL_ID | NUMBER | Y | The person who caused the active_status_cd to be set or change. |
| BASE_PACKAGE_TYPE_IND | NUMBER | Y | Indicates this is the base package for an item. |
| DESCRIPTION | VC2(100) | Y | Description of this package type. |
| ITEM_ID | NUMBER | N | Foreign key to item_definition table. |
| PACKAGE_TYPE_ID | NUMBER | N | This is the value of the unique primary identifier of the package type table. It is an internal system assigned number. |
| QTY | FLOAT | Y | The quantity of base package types contained in this package. |
| UOM_CD | NUMBER | N | The Unit of Measure for this package type. |
| 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 - 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 |