Table Detail Report

MM_XFI_COST_BATCH



Column Section Relationship Section Top of Page


Table-level Detail

Description: Interface CostBatch
Definition: Used to group a set of MM_XFI_COST rows for batch processing.
Table Type: ACTIVITY





Column Detail - MM_XFI_COST_BATCH


Column Name Type Null? Definition
BATCH_GROUP_ID NUMBER N Stores the batch_id for a set of transactions
BATCH_PROCESS_FLAG NUMBER N Stores the status of the batch, if the batch is processed the indicator will be set to 1 else it will be 0.
MM_XFI_COST_BATCH_ID NUMBER N Unique generated number that identifies a single row on the MM_XFI_COST_BATCH table.
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_BATCH


Child Column in MM_XFI_COST_BATCH(FK) Parent Table Name Parent Column Name
Parents: BATCH_GROUP_ID MM_XFI_COST TRANSACTION_ID


MM_XFI_INSTANCE



Column Section Relationship Section Top of Page


Table-level Detail

Description: Interface Instance
Definition: This table will hold item's instance data sent from 3rd party system. Data in this table is moved to MM_INSTANCE.
Table Type: REFERENCE





Column Detail - MM_XFI_INSTANCE


Column Name Type Null? Definition
ACTION_FLAG NUMBER N Determines instance upload action -- create / update / delete.1 for create or update, 2 for create only, 3 for update only and 5 for delete."
BATCH_GROUP_ID NUMBER Y Grouper TRANSACTION_ID for a set of MM_XFI_INSTANCE rows in order to perform batch processing on a subset of rows.
CONTRIBUTOR_CD NUMBER N Foreign contributor code value for instance sync interface.
CONTRIBUTOR_TXT VC2(40) Y Contributor can be the foreign system name if being used as an interface. Used to populate IDENTIFIER.Contributor_cd
CONTROL_IDENT VC2(400) N Identifier assigned to an individual occurrence of an item.Used to populate MM_INSTANCE.control_ident and IDENTIFIER.value
CREATE_DT_TM DATE N Contains the date and time the instance was created.
INSTANCE_IDENT VC2(400) N Identifier assigned to an individual occurrence of an item.
INSTANCE_IDENT_ID NUMBER N Identifier assigned to an individual occurrence of an item.
ITEM_ID NUMBER N This column represents the item that this occurrence is a part of.
ITEM_IDENTIFIER VC2(255) Y Item identifier passed through the interface or upload to identify an item.Used to populate MM_INSTANCE.item_id
ITEM_IDENTIFIER_TYPE_CD NUMBER N Identifies the type of identifier passed in.
ITEM_IDENTIFIER_TYPE_TXT VC2(40) Y Item identifier type passed through the interface or upload to identify an item. String in this column will be resolved to a corresponding code value.
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.
MFR_CD NUMBER N Codified value of the resolved manufacturer.
MFR_NAME VC2(60) Y The manufacturer of the item.Used to populate MM_INSTANCE.mfr_cd
MM_INSTANCE_ID NUMBER N An ID identifier assigned to an individual occurrence of an item.
MODEL_NBR_TXT VC2(60) Y The model number of this occurrence of an item. Used to populate MM_INSTAINCE.model_nbr_txt
ORGANIZATION_ID NUMBER N The identifier for the organization where the object is stored.
ORGANIZATION_NAME VC2(100) N The organization where the instance is stored.
PART_NBR_TXT VC2(60) Y The model number of this occurrence of an item. Used to populate MM_INSTANCE.part_nbr_txt
PROCESS_FLAG NUMBER N Defines the state of the row in the upload process.
SEGMENT_IDENTIFIER VC2(10) N Identifies type of upload. Enter EII for equipment item instance upload.
SEGMENT_VERSION VC2(10) N Identifies version of the upload interface.
SERIAL_NBR_ID NUMBER N Identifier id for the serial number
SERIAL_NBR_TXT VC2(255) Y Identifier assigned to an instance of an item. Used to populate IDENTIFIER.value
STATUS_CD NUMBER N Code value that indicates the current status of the instance. Examples: Available, In use, Out of service.
STATUS_DISPLAY_TXT VC2(100) Y The status as displayed to the user.
STORAGE_LOCATION_CD NUMBER N An instance has a location where it is kept when not in use. This location represents that storage location.
STORAGE_LOCATION_TXT VC2(100) Y An instance has a location where it is kept when not in use. This location represents that storage location. Used to populate MM_INSTANCE.storage_location_cd
TRANSACTION_ID NUMBER N Unique, generated number that identifies a single row on the MM_XFI_INSTANCE table.
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_INSTANCE


Child Column in MM_XFI_INSTANCE(FK) Parent Table Name Parent Column Name
Parents: INSTANCE_IDENT_ID IDENTIFIER IDENTIFIER_ID
SERIAL_NBR_ID IDENTIFIER IDENTIFIER_ID
ITEM_ID ITEM_DEFINITION ITEM_ID
STORAGE_LOCATION_CD LOCATION LOCATION_CD
LOGICAL_DOMAIN_ID LOGICAL_DOMAIN LOGICAL_DOMAIN_ID
MM_INSTANCE_ID MM_INSTANCE MM_INSTANCE_ID
BATCH_GROUP_ID MM_XFI_INSTANCE TRANSACTION_ID
ORGANIZATION_ID ORGANIZATION ORGANIZATION_ID
MFR_CD SERVICE_RESOURCE SERVICE_RESOURCE_CD




Parent Column in MM_XFI_INSTANCE (PK) Child Table Name Child Column Name
Children: TRANSACTION_ID MM_XFI_INSTANCE BATCH_GROUP_ID
MM_XFI_INSTANCE_BATCH BATCH_GROUP_ID


MM_XFI_INSTANCE_BATCH



Column Section Relationship Section Top of Page


Table-level Detail

Description: Interface Instance Batch
Definition: Used to group a set of MM_XFI_INSTANCE rows for batch processing.
Table Type: ACTIVITY





Column Detail - MM_XFI_INSTANCE_BATCH


Column Name Type Null? Definition
BATCH_GROUP_ID NUMBER Y Stores the batch_id for a set of transactions
BATCH_PROCESS_FLAG NUMBER N Stores the status of the batch, if the batch is processed the indicator will be set to 1 else it will be 0.
MM_XFI_INSTANCE_BATCH_ID NUMBER N Unique generated number that identifies a single row on the MM_XFI_INSTANCE_BATCH table.
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_INSTANCE_BATCH


Child Column in MM_XFI_INSTANCE_BATCH(FK) Parent Table Name Parent Column Name
Parents: BATCH_GROUP_ID MM_XFI_INSTANCE TRANSACTION_ID


MM_XFI_ITEM



Column Section Relationship Section Top of Page


Table-level Detail

Description: MM XFI ITEM
Definition: Intermediate inbound interface table for importing an item. Data is moved from this table to the following tables: ITEM_DEFINITION, ITEM_MASTER,OBJECT_IDENTIFIER, IDENTIFIER, OBJECT_IDENTIFIER_INDEX
Table Type: REFERENCE





Column Detail - MM_XFI_ITEM


Column Name Type Null? Definition
ACTION_FLAG NUMBER Y Action flag for the type of action to take
ACTIVATE_ITEM_IND NUMBER Y Indicator used to determine if the item should be reactivated if it is currently inactive. 0 = Do not reactivate, 1= reactivate item
ADDITIONAL_AMOUNT_ACTION_FLAG NUMBER N This flag indicates whether to create, update, or delete the additional amount of an item.
ADDITIONAL_AMOUNT_TYPE VC2(40) N Contains the display, description or CDF_Meaning for additional amount_type_cd
ADDITIONAL_AMOUNT_TYPE_CD NUMBER N The code value for additional amount
BASE_PKG_CONV FLOAT Y Base Package Qty. It is always assumed to be "1".
BASE_PKG_TYPE_ID NUMBER N The primary key for the base package type.
BASE_PKG_UOM VC2(40) Y The unit-of-measure for the base package type.
BASE_PKG_UOM_CD NUMBER N The code value for the base pkg type unit-of-measure.
BATCH_GROUP_ID NUMBER Y Grouper TRANSACTION_ID for a set of MM_XFI_ITEM rows in order to perform batch processing on a subset of rows.
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.
CHARGEABLE_IND NUMBER N Indicates whether the item is chargeable or not.
CHARGE_NUMBER_ID NUMBER N The category of the charge for the item. This identifier would be utilized by the charge services team on the price schedule setup to charge the item.
CHARGE_NUMBER_TXT VC2(40) N Additional identifier for the item. Used by the charge services team on the price schedule setup.
CLASS_INSTANCE_CD NUMBER N The code value for this particular instance of a classification.
CLASS_INSTANCE_MEAN VC2(50) N The Type of Class Instance and stores the cdf_meaning value of class.
CLASS_NODE_DESC VC2(100) N The description of the Class.
CLASS_NODE_ID NUMBER N The class node for this item
CLASS_RELTN_ACTION_FLAG NUMBER N Stores the type of relation between class and item.0 - No relation Action; 1 - Create class relation; 3 - Update class relation; 5 - Delete class relation
COMPONENT_IND NUMBER Y Indicates whether or not this item contains components. From ITEM_DEFINITION
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.
COST_CENTER VC2(40) Y Cost center value
COST_CENTER_CD NUMBER N The Code Value of the cost center associated with the item.
COUNTABLE_IND NUMBER Y Countable Indicator.
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 N 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.
CRITICAL_IND NUMBER Y Indicates if this item is critical in order for a procedure to be performed. From ITEM_MASTER
EQUIPMENT_IND NUMBER Y Indicates if this item is a piece of equipment.
EXTERNAL_REF_IDENT VC2(15) Y Stores the external ERP's batch identification;
FDA_REPORTABLE_IND NUMBER Y Indicates this item is reportable to the FDA. From ITEM_MASTER
IMPLANT_TYPE_CD NUMBER N If this item is an implant, indicates the type of implant.
IMPLANT_TYPE_TXT VC2(100) Y If this item is an implant, contains the textual description of the implant type.
ITEM_ALIAS VC2(40) Y The name the item is known by outside of Millennium.
ITEM_ALIAS_ID NUMBER N Identifier ID for the Item Alias Identifier.
ITEM_CLINICAL_DESC VC2(255) Y The clinical description for the item
ITEM_CLINICAL_DESC_ID NUMBER N Reference to the IDENTIFIER table where the clinical description of the item is stored.
ITEM_DESC VC2(255) Y Item Description Identifier.
ITEM_DESC_ID NUMBER N %Descritio
ITEM_IDENTIFIER VC2(255) Y A string value that will be resolved to an Item in Millennium.
ITEM_IDENTIFIER_TYPE VC2(40) Y This is a string that will be converted to a corresponding code value. For example, if "Item Number" is entered, then item_identifier_type_cd will be resolved to a code value with CDF meaning = "Item Number".
ITEM_IDENTIFIER_TYPE_CD NUMBER N Item Identifier Type CD.
ITEM_MASTER_ID NUMBER N Item Master ID.
ITEM_NBR VC2(255) Y Item Number Identifier.
ITEM_NBR_ID NUMBER N Identifier ID for the Item Number.
ITEM_ORG_RELTN_FLAG NUMBER N Identifies the action necessary for relating the item to an organization.
ITEM_SHORT_DESC VC2(255) Y Item Short Description Identifier.
ITEM_SHORT_DESC_ID NUMBER N Identifier ID for the Item Short Description.
LATEX_IND NUMBER Y Indicator which specifies whether the item is latex 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.
LOT_TRACKING_IND NUMBER N Indicates if the item quantity is tracked at lot level.
MAX_TEMP_AMT_TXT VC2(50) N %tempratur
MFR VC2(60) Y Manufacturer Name
MFR_CD NUMBER N The manufacturer of the item. From the MANUFACTURER_ITEM table.
MFR_ITEM_BRAND_NAME VC2(255) Y Manufacturer Item Brand Name Identifier.
MFR_ITEM_BRAND_NAME_ID NUMBER N Identifier ID for the Manufacturer Item Brand Name.
MFR_ITEM_DESC VC2(255) Y Manufacturer Item Description Identifier.
MFR_ITEM_DESC_ID NUMBER N Identifier ID for the Manufacturer Item Description Identifier.
MFR_ITEM_ID NUMBER N Manufacturer Item ID.
MFR_ITEM_NBR VC2(40) Y Manufacturer Item Number Identifier.
MFR_ITEM_NBR_ID NUMBER N Identifier ID for the Manufacturer Item Number Identifier.
MFR_ITEM_TRADE_NAME VC2(255) Y Manufacturer Item Trade Name Identifier.
MFR_ITEM_TRADE_NAME_ID NUMBER N Identifier ID for the Manufacturer Item Trade Name Identifier.
MIN_TEMP_AMT_TXT VC2(50) N %tempratur
MULTI_LOT_TRANSFER_IND NUMBER N Indicates if the a transfer is for one lot or multiple lots. 0 - single lot, 1 - multiple lots
ORGANIZATION VC2(100) N Free text organization name
ORGANIZATION_ID NUMBER N Organization associated to the price.
PKG_TYPE_ACTION_FLAG NUMBER Y Package Action Flag. Defaults to 2.
PKG_TYPE_CONV FLOAT Y Package Type Qty.
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 package type unit-of-measure.
PRE_EXP_DATE_PERIOD_NBR NUMBER N When to alert the user that the product should be used before expiring.
PRE_EXP_DATE_UOM_CD NUMBER N The unit of measure associated to PRE_EXP_DATE_PERIOD_NBR.
PRE_EXP_DATE_UOM_TXT VC2(40) Y Text value of unit of measure.
PRICE FLOAT Y Price for the Vendor Item package type.
PRICE_CONTRACT_DESC VC2(100) Y A free text description field that may be used to describe the associated contract. From ITEM_PRICE
PRICE_EFF_DT_TM DATE Y Date & Time when that Price will be Effective .
PRICE_EXP_DT_TM DATE Y Date & Time when that Price will be Expired.
PRICE_ID NUMBER N The primary key for the price..
PRICE_RULE_FLAG NUMBER Y Price Rule Flag value
PRICE_TYPE VC2(40) Y Price Type value.
PRICE_TYPE_CD NUMBER N Price Type Code Value.
PROCESS_FLAG NUMBER Y Defines the state of the row in the upload process.
QUICKADD_IND NUMBER Y % proces %
RELATION_ACTION_FLAG NUMBER Y Used to create/delete the relationship between item master and its vendor and manufacturer item.
REPLACEMENT_UPN VC2(40) Y Replacement UPN Identifier.
REPLACEMENT_UPN_ID NUMBER N %Replacmen
REUSABLE_IND NUMBER Y Indicates if this item is reusable or disposable.
SAFETY_CHECK_IND NUMBER Y Does this item require a safety check prior to use? Yes/No
SCHEDUABLE_IND NUMBER Y Indicates that this item can be scheduled as a resource from the scheduling application.
SEGMENT_IDENTIFIER VC2(10) Y Indicates the upload type (item upload, item location upload, etc.)
SEGMENT_VERSION VC2(10) Y The version of the upload.
SHELF_LIFE NUMBER Y Shelf Life of an Item.
SHELF_LIFE_UOM VC2(40) Y The unit of measure for the shelf life.
SHELF_LIFE_UOM_CD NUMBER N The unit of measure code value for the Shelf Life.
STERILIZATION_REQUIRED_IND NUMBER Y Indicates if this item needs sterilization prior to use. From ITEM_MASTER.
STORAGE_REQUIREMENT VC2(40) Y Describes how to store an item. From code set 11020.
STORAGE_REQUIREMENT_CD NUMBER N The code value for the Storage Requirement.
SUBSTITUTION_IND NUMBER Y Indicator which specifies whether the item is under substitution.
SUB_ACCOUNT VC2(40) Y Identifies, along with cost_center, which department in the organization is incurring the expense.
SUB_ACCOUNT_CD NUMBER N The number of the sub account.
TAX_VALUE NUMBER N The percent or amount value for the tax
TAX_VALUE_FLAG NUMBER N Indicates whether the tax value is a percentage or fixed amount
TEMP_UOM_CD NUMBER N The unit of measure the temperature columns represent.
TEMP_UOM_TXT VC2(100) Y The unit of measure the temperature columns represent.
TRACK_COMPONENT_USAGE_IND NUMBER Y Defines whether or not usage is captured for each component in a pack/set. From ITEM_DEFINITION
TRANSACTION_ID NUMBER N Unique,generated number that identifies a single row on the MM_XFI_ITEM table.
UDI_EXP_DATE_IND NUMBER N Indicates whether the UDI is tracked by expiration date
UDI_LOT_NBR_IND NUMBER N Indicates whether the UDI is tracked by lot number
UDI_MFR_DATE_IND NUMBER N Indicates whether the UDI is tracked by manufacturer date
UDI_SERIAL_NBR_IND NUMBER N Indicates whether the UDI is tracked by serial number
UPDATE_RULE_FLAG NUMBER Y Update Rule Flag. (For 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.
UPN VC2(40) Y UPN Identifier.
UPN_ID NUMBER N Identifier ID for the UPN.
UPN_SALABLE_BY_DIST_IND NUMBER Y Indicates whether or not this UPN specific item & package is salable by the vendor. From IDENTIFIER
UPN_SALABLE_BY_MFR_IND NUMBER Y Indicates whether or not this UPN specific item & package is salable by the manufacturer. From IDENTIFIER
USAGE_UOM_CD NUMBER N Holds CD value for the usage unit of measurement text.
USAGE_UOM_TXT VC2(250) Y Holds the usage unit of measurement text
VENDOR VC2(60) Y Name of the vendor for this item.
VENDOR_CD NUMBER N The code value for the Vendor.
VENDOR_ITEM_DESC VC2(255) Y Vendor Item Description Identifier.
VENDOR_ITEM_DESC_ID NUMBER N Identifier ID for the Vendor Item Description.
VENDOR_ITEM_ID NUMBER N Foreign Key for the Vendor Item
VENDOR_ITEM_NBR VC2(40) Y Vendor Item Number Identifier.
VENDOR_ITEM_NBR_ID NUMBER N Identifier ID for the Vendor Item Number.



Relationship Detail - MM_XFI_ITEM


Child Column in MM_XFI_ITEM(FK) Parent Table Name Parent Column Name
Parents: CLASS_NODE_ID CLASS_NODE CLASS_NODE_ID
CHARGE_NUMBER_ID IDENTIFIER IDENTIFIER_ID
ITEM_ALIAS_ID IDENTIFIER IDENTIFIER_ID
ITEM_CLINICAL_DESC_ID IDENTIFIER IDENTIFIER_ID
ITEM_DESC_ID IDENTIFIER IDENTIFIER_ID
ITEM_NBR_ID IDENTIFIER IDENTIFIER_ID
ITEM_SHORT_DESC_ID IDENTIFIER IDENTIFIER_ID
MFR_ITEM_BRAND_NAME_ID IDENTIFIER IDENTIFIER_ID
MFR_ITEM_DESC_ID IDENTIFIER IDENTIFIER_ID
MFR_ITEM_NBR_ID IDENTIFIER IDENTIFIER_ID
MFR_ITEM_TRADE_NAME_ID IDENTIFIER IDENTIFIER_ID
REPLACEMENT_UPN_ID IDENTIFIER IDENTIFIER_ID
UPN_ID IDENTIFIER IDENTIFIER_ID
VENDOR_ITEM_DESC_ID IDENTIFIER IDENTIFIER_ID
VENDOR_ITEM_NBR_ID IDENTIFIER IDENTIFIER_ID
ITEM_MASTER_ID ITEM_DEFINITION ITEM_ID
MFR_ITEM_ID ITEM_DEFINITION ITEM_ID
VENDOR_ITEM_ID ITEM_DEFINITION ITEM_ID
PRICE_ID ITEM_PRICE ITEM_PRICE_ID
LOGICAL_DOMAIN_ID LOGICAL_DOMAIN LOGICAL_DOMAIN_ID
BATCH_GROUP_ID MM_XFI_ITEM TRANSACTION_ID
ORGANIZATION_ID ORGANIZATION ORGANIZATION_ID
BASE_PKG_TYPE_ID PACKAGE_TYPE PACKAGE_TYPE_ID
PKG_TYPE_ID PACKAGE_TYPE PACKAGE_TYPE_ID




Parent Column in MM_XFI_ITEM (PK) Child Table Name Child Column Name
Children: TRANSACTION_ID MM_XFI_ITEM BATCH_GROUP_ID
MM_XFI_ITEM_BATCH BATCH_GROUP_ID


MM_XFI_ITEMLOC



Column Section Relationship Section Top of Page


Table-level Detail

Description: Interface Item Location
Definition: Interface Item Location table. Data is moved from this table to these tables: ITEM_CONTROL_INFO, AQUIREMENT_INFO, QUANTITY_REQUIREMENTS, STORED_AT
Table Type: REFERENCE





Column Detail - MM_XFI_ITEMLOC


Column Name Type Null? Definition
ABC_CLASS CHAR(1) Y The ABC classification for this item at this location.
ABC_CLASS_CD NUMBER N The ABC classification for this item at this location.
ACC_STOCKOUT_FREQ NUMBER Y The acceptable stockout frequency which is allowed at this location
ACTION_FLAG NUMBER Y Action flag for the action
AVG_DAILY_USAGE NUMBER Y The average quantity utilized for the item/location
AVG_LEAD_TIME NUMBER Y The average number of days it takes the vendor to ship the item
AVG_WEEKS_ORDER_QTY NUMBER Y %Avearge%
BATCH_REF VC2(100) Y The batch reference for the upload
CONSIGNMENT_IND NUMBER Y Indicator utilized to depict if the item is stored as consignment at the location
CONTRIBUTOR VC2(40) Y Foreign contributor can be the foreign system name if being used as an interface
CONTRIBUTOR_CD NUMBER N The foreign contributor for the item/location upload.
COST_CENTER VC2(40) Y The cost center associated with the item.
COST_CENTER_CD NUMBER N The cost center associated with the item.
CREATE_APPLCTX NUMBER N The application context number from the record info block.
CREATE_DT_TM DATE N The date and time the row was last inserted
CREATE_ID NUMBER N The person_id of the person from the personnel table (prsnl) that caused the last insert of the row in the table.
CREATE_TASK NUMBER N The registered (assigned) task number for the process that inserted the row.
ECONOMIC_ORDER_QTY NUMBER Y The economic order quantity for the item at this location
FILL_LOCATION_CD NUMBER N The location where the item will be replenished (filled) from.
FILL_LOCATION_NAME VC2(100) Y The name of the location where the item will be replenished (filled) from.
FIXED_ORDER_QTY FLOAT N %Replemish
ITEM_ID NUMBER N ID value of the Item
ITEM_IDENTIFIER VC2(255) Y Identifier used to resolve to an item in millennium
ITEM_IDENTIFIER_TYPE VC2(40) Y The type of identifier being resolved too
ITEM_IDENTIFIER_TYPE_CD NUMBER N Item Identifier Type CD
LOCATION VC2(100) Y Location where the item exists.
LOCATION_CD NUMBER N The location the item is being assigned
LOCATOR_QTY FLOAT N The quantity that can be stored in an individual locator.
LOCATOR_TYPE VC2(40) N Free text description of the type of locator where the item is being stored.
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.
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_TRACKING_LEVEL VC2(40) Y The level at which lots are tracked at this location.
LOT_TRACKING_LEVEL_CD NUMBER N The level at which lots are tracked at this location.
MAX_DAYS_ADU NUMBER Y Maximum number of days that the average daily usage is based upon
MAX_LEVEL NUMBER Y Maximum quantity of the item at the location
MIN_DAYS_ADU NUMBER Y Minimum number of days that the average daily usage is based upon
MIN_LEVEL NUMBER Y minimum quantity of the item at the location
ORGANIZATION VC2(100) Y The organization for the location
ORGANIZATION_ID NUMBER N This is the value of the unique primary identifier of the organization table. It is an internal system assigned number.
PRIMARY_VENDOR VC2(100) Y The vendor that this item is usually ordered from.
PRIMARY_VENDOR_CD NUMBER N The vendor that this item is usually ordered from.
PRIMARY_VENDOR_ITEM_ID NUMBER N Primary vendor item that will be used to order the item
PRIMARY_VENDOR_ITEM_TXT VC2(255) N Primary vendor catalog number for a location that will be used to order the item (text representation of number)
PROCESS_FLAG NUMBER Y The process flag will reflect the status of the upload record
PRODUCT_ORIGIN VC2(40) Y The free text description of the origin of the product
PRODUCT_ORIGIN_CD NUMBER N The code value for the origin of the product
RECALC_METHOD VC2(40) Y Method used to calculate reorder quantities
RECALC_METHOD_CD NUMBER N Method used to calculate reorder quantities
REORDER_PKG_TYPE_CONV FLOAT Y The reorder package type pack factor
REORDER_PKG_TYPE_ID NUMBER N The primary key for the reorder package type ID
REORDER_PKG_TYPE_UOM VC2(40) Y The free text for the reorder package type unit of measure
REORDER_PKG_TYPE_UOM_CD NUMBER N The code value for the reorder package type unit of measure
REORDER_POINT NUMBER Y Quantity when the item will qualify to be reordered
REPLENISHMENT_TYPE VC2(40) Y The free text for the method of replenishment used for this item/location
REPLENISHMENT_TYPE_CD NUMBER N The code value for the method of replenishment used for this item/location
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
SEGMENT_IDENTIFIER VC2(10) Y The segment identifier of the upload
SEGMENT_VERSION VC2(10) Y The segment version of the upload
STOCK_PKG_TYPE_CONV FLOAT Y The stock package type pack factor
STOCK_PKG_TYPE_ID NUMBER N The package type in which this item is stocked.
STOCK_PKG_TYPE_UOM VC2(40) Y Free text of the items stock package type
STOCK_PKG_TYPE_UOM_CD NUMBER N The item's stock package type code value
STOCK_TYPE_IND NUMBER Y Indicates the stock type for an item.
SUB_ACCOUNT VC2(40) Y Free text of the items sub account
SUB_ACCOUNT_CD NUMBER N The item's sub account code value
SYSCALC_ABC_IND NUMBER Y Indicator to determine if the ABC classification will be calculated by the system.
SYSCALC_EOQ_IND NUMBER Y Indicator to determine if the economic order quantity will be calculated by the system
SYSCALC_PARLEVEL_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
TRACK_INSTANCE_IND NUMBER Y Indicates whether or not this location tracks instances of the item. Stored permanently in ITEM_CONTROL_INFO.INSTANCE_IND.
TRANSACTION_ID NUMBER N Primary Key
UPDATE_RULE_FLAG NUMBER Y The flag used to determine updating rules
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_XFI_ITEMLOC


Child Column in MM_XFI_ITEMLOC(FK) Parent Table Name Parent Column Name
Parents: ITEM_ID ITEM_DEFINITION ITEM_ID
PRIMARY_VENDOR_ITEM_ID ITEM_DEFINITION ITEM_ID
LOGICAL_DOMAIN_ID LOGICAL_DOMAIN LOGICAL_DOMAIN_ID
ORGANIZATION_ID ORGANIZATION ORGANIZATION_ID
REORDER_PKG_TYPE_ID PACKAGE_TYPE PACKAGE_TYPE_ID
STOCK_PKG_TYPE_ID PACKAGE_TYPE PACKAGE_TYPE_ID