Table Detail Report
MM_SUPPLY_CABINET
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | MM SUPPLY CABINET |
| Definition: | Stores data received from an external supply cabinet |
| Table Type: | ACTIVITY |
Column Detail - MM_SUPPLY_CABINET
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| BUS_DOMAIN_NAME | VC2(30) | Y | The bus domain that is the source of this information. |
| DEVICE_IDENT | VC2(150) | Y | The identifier of the device as supplied by the Bus. |
| ITEM_CLASS_ID | NUMBER | N | The supply cabinet inventory item's class. |
| ITEM_ID | NUMBER | N | The resolved Millennium item in ITEM_DEFINITION. |
| LATEX_CD | NUMBER | N | The resolved Millennium latex indicator. |
| LOC_CD | NUMBER | N | The location of the supply cabinet. |
| LOT_NUMBER_ID | NUMBER | N | Resolved Millennium lot number. |
| MFR_CD | NUMBER | N | Resolved Millennium manufacturer code |
| MFR_ITEM_ID | NUMBER | N | Resolved Millennium manufacturer item id |
| MM_SUPPLY_CABINET_ID | NUMBER | N | Unique, generated number that identifies a single row on the MM_SUPPLY_CABINET table. |
| PERSON_ID | NUMBER | N | Resolved Millennium patient that this supply is for. |
| PROCESSED_BY_APP_ID | NUMBER | N | Indicates the primary key from the application/table that consumed this data. |
| PROCESSED_BY_APP_NAME | VC2(30) | Y | Indicates the table that consumed this dataInitially this will be "PERIOPERATIVE_DOCUMENT" |
| PROCESSED_BY_DOC_IND | NUMBER | N | Indicates whether this row has been defaulted into Surgical documentation yet. |
| PROCESSED_BY_PL_IND | NUMBER | N | Indicates whether this row has been defaulted onto the Surgical pick list yet. |
| PROCESS_FLAG | NUMBER | N | Indicates the status of reconciling item received to Millennium item. |
| PRSNL_ID | NUMBER | N | The person that performed the action (remove, return, waste) that triggered this transaction |
| SC_EXP_DT_TM | DATE | Y | Expiration date and time for lot received from supply cabinet |
| SC_ITEM_QTY | FLOAT | Y | Quantity of item(s) removed/returned/wasted from supply cabinet |
| SC_ITEM_TXT | VC2(255) | N | Description of item received from supply cabinet |
| SC_LATEX_CD | NUMBER | N | Indication from supply cabinet whether the item contains latex. |
| SC_LOT_NBR_TXT | VC2(40) | Y | Lot number received from supply cabinet |
| SC_MFR_CAT_NBR_TXT | VC2(255) | Y | Catalog number received from supply cabinet |
| SC_MFR_NAME | VC2(60) | Y | Item manufacturer received from supply cabinet |
| SC_REASON_TXT | VC2(255) | Y | Reason for the transaction. (Ex: Item was wasted, returned.) |
| SC_SERIAL_NBR_TXT | VC2(255) | Y | Item serial number received from supply cabinet |
| SC_SIZE_TXT | VC2(50) | Y | Item size and units (alphanumeric) received from supply cabinet |
| SC_SURG_CASE_NBR_TXT | VC2(25) | Y | The surgical case number received from a supply cabinet. |
| SC_TRANS_DT_TM | DATE | Y | Date/time the transaction occurred on the supply cabinet. |
| SC_TRANS_FLAG | NUMBER | N | Indicates the type of transaction.1 |
| SC_TRANS_IDENT | VC2(150) | N | The foreign system's internal identifier for the transaction. |
| SEG_CD | NUMBER | N | The surgical segment a supply cabinet inventory item defaulted on. |
| SURG_CASE_ID | NUMBER | N | The resolved surgical case resulting from the sc_surg_case_nbr_txt received from the supply cabinet. |
| 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_SUPPLY_CABINET
| Child Column in MM_SUPPLY_CABINET(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | ITEM_CLASS_ID | CLASS_NODE | CLASS_NODE_ID |
| ITEM_ID | ITEM_DEFINITION | ITEM_ID | |
| MFR_ITEM_ID | ITEM_DEFINITION | ITEM_ID | |
| LOC_CD | LOCATION | LOCATION_CD | |
| LOT_NUMBER_ID | LOT_NUMBER_INFO | LOT_NUMBER_ID | |
| PERSON_ID | PERSON | PERSON_ID | |
| PRSNL_ID | PRSNL | PERSON_ID | |
| SURG_CASE_ID | SURGICAL_CASE | SURG_CASE_ID |
MM_TEMPLATE
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Supply Chain Template |
| Definition: | Generic header information about a group of items that will need to be counted during an inventory. |
| Table Type: | REFERENCE |
Column Detail - MM_TEMPLATE
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ADU_OP_FLAG | NUMBER | N | The criteria to use on ADU quantity when retrieving an item. |
| ADU_QTY | FLOAT | N | The threshold ADU to be retrieved. |
| CYCLE_CNT_TYPE_CD | NUMBER | N | The type of cycle count (random/reorder/custom). |
| ITEM_DISTRIBUTION_FLAG | NUMBER | N | Method used to distribute items into logical sheets. |
| ITEM_TEMPLATE_ID | NUMBER | N | The related template that contains a list of items. |
| LOCATION_CD | NUMBER | N | The location this template was created for. |
| LOOKBACK_DAYS | NUMBER | N | Number of days the system should look back to determine whether the item has been counted in past X days. Based off the number of days defined in this column, system would determine whether the items needs to be counted or not.. |
| MAX_ITEM_QTY | FLOAT | N | Maximum number of items to be included in this count. |
| MM_TEMPLATE_ID | NUMBER | N | Unique, generated number that identifies a single row on the MM_TEMPLATE table. |
| SHEET_QTY | FLOAT | N | If item_distribution_flag = 2, this will determine the number of logical sheets created. |
| TEMPLATE_NAME | VC2(255) | N | The name of the inventory template. |
| TEMPLATE_NAME_KEY | VC2(255) | N | The alphanumeric uppercase value of template name. |
| TEMPLATE_NAME_KEY_A_NLS | VC2(1020) | Y | TEMPLATE_NAME_KEY_A_NLS column |
| TEMPLATE_NAME_KEY_NLS | VC2(512) | N | The NLS value associated with the column template_name_key. |
| TEMPLATE_TYPE_CD | NUMBER | N | The type of template that this row contains information about. |
| 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_TEMPLATE
| Child Column in MM_TEMPLATE(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | LOCATION_CD | LOCATION | LOCATION_CD |
| ITEM_TEMPLATE_ID | MM_TEMPLATE | MM_TEMPLATE_ID |
| Parent Column in MM_TEMPLATE (PK) | Child Table Name | Child Column Name | |
|---|---|---|---|
| Children: | MM_TEMPLATE_ID | MM_CYCLE_CNT_FILTER | MM_TEMPLATE_ID |
| MM_TEMPLATE | ITEM_TEMPLATE_ID | ||
| MM_TEMPLATE_ITEM | MM_TEMPLATE_ID |
MM_TEMPLATE_ITEM
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Supply Chain Template Item |
| Definition: | An item that needs to be counted in an inventory cycle. |
| Table Type: | REFERENCE |
Column Detail - MM_TEMPLATE_ITEM
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ITEM_ID | NUMBER | N | An inventory item contained within a template. |
| ITEM_SEQ | NUMBER | N | The order of the item in the template. |
| MM_TEMPLATE_ID | NUMBER | N | The template that an item is defined for. |
| MM_TEMPLATE_ITEM_ID | NUMBER | N | Unique, generated number that identifies a single row on the MM_TEMPLATE_ITEM table. |
| 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_TEMPLATE_ITEM
| Child Column in MM_TEMPLATE_ITEM(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | ITEM_ID | ITEM_DEFINITION | ITEM_ID |
| MM_TEMPLATE_ID | MM_TEMPLATE | MM_TEMPLATE_ID |
MM_TRANS_IDENTIFIER_RELTN
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Transaction Identifier Relationship |
| Definition: | Holds the barcode information for the performed transaction. |
| Table Type: | ACTIVITY |
Column Detail - MM_TRANS_IDENTIFIER_RELTN
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ACTIVE_IND | NUMBER | N | 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. |
| BARCODE_TXT | VC2(255) | Y | The text for the item read from the barcode. |
| LOT_NUMBER_ID | NUMBER | Y | The lot number that the trans_line is related to. |
| MM_TRANS_IDENTIFIER_RELTN_ID | NUMBER | N | Unique generated number that defines a single row on the MM_TRANS_IDENTIFIER_RELTN table. |
| MM_TRANS_LINE_ID | NUMBER | Y | The transaction line associated to this serial number, lot number, or item identifier. |
| SERIAL_NBR_TXT | VC2(255) | Y | Serial number of the item. |
| UPDT_APPLCTX | NUMBER | Y | 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 | Y | 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 | Y | 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 | Y | 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 | Y | 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_TRANS_IDENTIFIER_RELTN
| Child Column in MM_TRANS_IDENTIFIER_RELTN(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | LOT_NUMBER_ID | LOT_NUMBER_INFO | LOT_NUMBER_ID |
| MM_TRANS_LINE_ID | MM_TRANS_LINE | MM_TRANS_LINE_ID |
MM_XFI_COST
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | MM XFI COST |
| Definition: | Intermediate inbound interface table for importing item cost. Data is moved from this table to ITEM_LOCATION_COST. |
| Table Type: | REFERENCE |
Column Detail - MM_XFI_COST
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ACTION_FLAG | NUMBER | N | Determines the action to be taken for this row. (1-Update/Insert,...) |
| BATCH_GROUP_ID | NUMBER | Y | Grouper TRANSACTION_ID for a set of MM_XFI_COST rows in order to perform batch processing on a subset of rows. |
| BATCH_REF | VC2(100) | Y | User defined field to identify this particular upload batch. |
| CONTRIBUTOR | VC2(40) | Y | The contributor |
| CONTRIBUTOR_CD | NUMBER | N | The contributor |
| COST | FLOAT | Y | The cost of the item. |
| COST_TYPE | VC2(40) | Y | The cost type (Average,Last,...) |
| COST_TYPE_CD | NUMBER | N | The cost type. |
| CREATE_APPLCTX | NUMBER | Y | The application context responsible for inserting the row. |
| CREATE_DT_TM | DATE | Y | The Date/Time this row was inserted. |
| CREATE_ID | NUMBER | N | The ID of the person responsible for inserting this row. |
| CREATE_TASK | NUMBER | Y | The task responsible for inserting this row. |
| EXTERNAL_REF_IDENT | VC2(15) | Y | Stores the external ERP's batch identifiecation; |
| ITEM_ID | NUMBER | N | The internal item identifier. Primary Key |
| ITEM_IDENTIFIER | VC2(255) | Y | The identifier that will be used to validate against (item number, upn, ndc,...) |
| ITEM_IDENTIFIER_TYPE | VC2(40) | Y | Identifies the type of identifier passed in. |
| ITEM_IDENTIFIER_TYPE_CD | NUMBER | N | Identifies the type of identifier passed in. |
| LOCATION | VC2(100) | Y | The location name to build the record for. |
| LOCATION_CD | NUMBER | N | The codevalue for the location |
| LOC_VIEW | VC2(100) | Y | Currently not used. |
| LOC_VIEW_CD | NUMBER | N | Currently not used. |
| 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. |
| ORGANIZATION | VC2(100) | Y | The name of the organization in which the location resides. |
| ORGANIZATION_ID | NUMBER | N | Primary key for organization |
| PKG_TYPE_CONV | FLOAT | Y | The pack factor for the package type. |
| PKG_TYPE_ID | NUMBER | N | Primary key for package type |
| PKG_TYPE_UOM | VC2(40) | Y | The package type unit-of-measure. |
| PKG_TYPE_UOM_CD | NUMBER | N | The code value for the unit-of-measure. |
| PROCESS_FLAG | NUMBER | N | Indicates the import status of the row. |
| SEGMENT_IDENTIFIER | VC2(10) | N | Identifies the type of interface -- ILC |
| SEGMENT_VERSION | VC2(10) | N | The interface version |
| TRANSACTION_ID | NUMBER | N | Primary Key |
| UPDATE_RULE_FLAG | NUMBER | Y | Future use. |
| 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_COST
| Child Column in MM_XFI_COST(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | ITEM_ID | ITEM_DEFINITION | ITEM_ID |
| LOGICAL_DOMAIN_ID | LOGICAL_DOMAIN | LOGICAL_DOMAIN_ID | |
| BATCH_GROUP_ID | MM_XFI_COST | TRANSACTION_ID | |
| ORGANIZATION_ID | ORGANIZATION | ORGANIZATION_ID | |
| PKG_TYPE_ID | PACKAGE_TYPE | PACKAGE_TYPE_ID |
| Parent Column in MM_XFI_COST (PK) | Child Table Name | Child Column Name | |
|---|---|---|---|
| Children: | TRANSACTION_ID | MM_XFI_COST | BATCH_GROUP_ID |
| MM_XFI_COST_BATCH | BATCH_GROUP_ID |