Search Results mtl_physical_inventory_tags
Overview
The MTL_PHYSICAL_INVENTORY_TAGS table is a core transactional entity within Oracle E-Business Suite Inventory (INV) module, specifically for versions 12.1.1 and 12.2.2. It serves as the master repository for all physical inventory tag definitions generated during a cycle count or full physical inventory. Each record represents a single, pre-numbered or system-generated tag that is used to identify and record the count of a specific item at a specific location within an organization. The table's primary role is to capture the initial counted quantity before any adjustments are applied, forming the critical link between the physical counting process and the subsequent system reconciliation and adjustment workflows.
Key Information Stored
The table's primary key is TAG_ID, which uniquely identifies each physical inventory tag. Key columns store the essential context of the count, including the PHYSICAL_INVENTORY_ID linking to the parent inventory event, and ORGANIZATION_ID. It holds identifiers for the counted item (INVENTORY_ITEM_ID), its location (SUBINVENTORY and LOCATOR_ID), and lot/serial control attributes (LOT_NUMBER, SERIAL_NUM). The counted quantity is stored in the COUNT column. The table also tracks the tag's status (e.g., New, Used, Approved) and maintains relationships to adjustment records via the ADJUSTMENT_ID foreign key. For Warehouse Management Systems (WMS) implementations, it stores license plate information via PARENT_LPN_ID and OUTERMOST_LPN_ID.
Common Use Cases and Queries
This table is central to reporting and troubleshooting the physical inventory process. Common use cases include analyzing count progress by comparing used versus unused tags, investigating count variances before approval, and auditing historical inventory snapshots. A typical query retrieves all tags with their current status and counted details for a specific physical inventory.
- Sample Query - Tags with Variances: SELECT tag_id, inventory_item_id, subinventory, locator_id, lot_number, count, adjustment_quantity FROM mtl_physical_inventory_tags WHERE physical_inventory_id = :p_inv_id AND adjustment_id IS NOT NULL;
- Reporting Use Case: Generating a report of all uncounted items (tags still in 'New' status) for a given subinventory to direct count teams.
- Data Fix Scenario: Identifying tags missing lot numbers for lot-controlled items to correct data before posting adjustments.
Related Objects
The table has extensive foreign key relationships, as documented, integrating it deeply with the inventory data model. Key related objects include:
- MTL_PHYSICAL_INVENTORIES: Parent table. Joined on ORGANIZATION_ID and PHYSICAL_INVENTORY_ID.
- MTL_PHYSICAL_ADJUSTMENTS: Linked via ADJUSTMENT_ID. A tag is adjusted once.
- MTL_SYSTEM_ITEMS_B: For item details. Joined on INVENTORY_ITEM_ID and ORGANIZATION_ID.
- MTL_SECONDARY_INVENTORIES & MTL_ITEM_LOCATIONS: For subinventory and locator details. Joined on SUBINVENTORY/ORGANIZATION_ID and LOCATOR_ID/ORGANIZATION_ID, respectively.
- MTL_LOT_NUMBERS & MTL_SERIAL_NUMBERS: For lot and serial details. Joined on INVENTORY_ITEM_ID, ORGANIZATION_ID, and LOT_NUMBER or SERIAL_NUM.
- WMS_LICENSE_PLATE_NUMBERS: For LPN details. Joined on PARENT_LPN_ID or OUTERMOST_LPN_ID.
- MTL_ITEM_REVISIONS_B & CST_COST_GROUPS: For revision and cost group context.
-
Table: MTL_PHYSICAL_INVENTORY_TAGS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_PHYSICAL_INVENTORY_TAGS, object_name:MTL_PHYSICAL_INVENTORY_TAGS, status:VALID, product: INV - Inventory , description: Physical inventory tag definitions , implementation_dba_data: INV.MTL_PHYSICAL_INVENTORY_TAGS ,
-
Table: MTL_PHYSICAL_INVENTORY_TAGS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_PHYSICAL_INVENTORY_TAGS, object_name:MTL_PHYSICAL_INVENTORY_TAGS, status:VALID, product: INV - Inventory , description: Physical inventory tag definitions , implementation_dba_data: INV.MTL_PHYSICAL_INVENTORY_TAGS ,
-
APPS.INV_CG_UPGRADE dependencies on MTL_PHYSICAL_INVENTORY_TAGS
12.2.2
-
APPS.CSI_INV_TRXS_PKG dependencies on MTL_PHYSICAL_INVENTORY_TAGS
12.2.2
-
APPS.INV_PHY_INV_LOVS dependencies on MTL_PHYSICAL_INVENTORY_TAGS
12.2.2
-
APPS.INV_UI_PROJECT_LOVS dependencies on MTL_PHYSICAL_INVENTORY_TAGS
12.2.2
-
APPS.INV_UI_ITEM_SUB_LOC_LOVS dependencies on MTL_PHYSICAL_INVENTORY_TAGS
12.1.1
-
APPS.INV_UI_ITEM_ATT_LOVS dependencies on MTL_PHYSICAL_INVENTORY_TAGS
12.1.1
-
APPS.INV_UI_PROJECT_LOVS dependencies on MTL_PHYSICAL_INVENTORY_TAGS
12.1.1
-
APPS.INV_PHY_INV_LOVS dependencies on MTL_PHYSICAL_INVENTORY_TAGS
12.1.1
-
APPS.WMS_LPN_LOVS dependencies on MTL_PHYSICAL_INVENTORY_TAGS
12.1.1
-
APPS.INV_CG_UPGRADE dependencies on MTL_PHYSICAL_INVENTORY_TAGS
12.1.1
-
APPS.INV_UI_ITEM_LOVS dependencies on MTL_PHYSICAL_INVENTORY_TAGS
12.1.1
-
APPS.INV_INV_LOVS dependencies on MTL_PHYSICAL_INVENTORY_TAGS
12.1.1
-
APPS.INV_UI_ITEM_LOVS dependencies on MTL_PHYSICAL_INVENTORY_TAGS
12.2.2
-
APPS.INV_INV_LOVS dependencies on MTL_PHYSICAL_INVENTORY_TAGS
12.2.2
-
APPS.INV_UI_ITEM_SUB_LOC_LOVS dependencies on MTL_PHYSICAL_INVENTORY_TAGS
12.2.2
-
APPS.WMS_LPN_LOVS dependencies on MTL_PHYSICAL_INVENTORY_TAGS
12.2.2
-
APPS.INV_UI_ITEM_ATT_LOVS dependencies on MTL_PHYSICAL_INVENTORY_TAGS
12.2.2
-
APPS.INV_INVARPTS_XMLP_PKG dependencies on MTL_PHYSICAL_INVENTORY_TAGS
12.2.2
-
APPS.INV_UI_TASK_LOVS dependencies on MTL_PHYSICAL_INVENTORY_TAGS
12.1.1
-
APPS.CSI_INV_TRXS_PKG dependencies on MTL_PHYSICAL_INVENTORY_TAGS
12.1.1
-
APPS.INV_UI_TASK_LOVS dependencies on MTL_PHYSICAL_INVENTORY_TAGS
12.2.2
-
APPS.INV_INVARPTS_XMLP_PKG dependencies on MTL_PHYSICAL_INVENTORY_TAGS
12.1.1
-
VIEW: APPS.MTL_PHYSICAL_INVENTORY_TAG_DFV
12.1.1
-
VIEW: APPS.MTL_PHYSICAL_INVENTORY_TAG_DFV
12.2.2
-
VIEW: APPS.MTL_PHY_INV_TAGS_COST_V
12.2.2
-
VIEW: APPS.MTL_PHYSICAL_INVENTORY_TA1_DFV
12.1.1
-
VIEW: APPS.MTL_PHYSICAL_INVENTORY_TA1_DFV
12.2.2
-
Table: MTL_PHYSICAL_ADJUSTMENTS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_PHYSICAL_ADJUSTMENTS, object_name:MTL_PHYSICAL_ADJUSTMENTS, status:VALID, product: INV - Inventory , description: Physical inventory adjustments , implementation_dba_data: INV.MTL_PHYSICAL_ADJUSTMENTS ,
-
VIEW: APPS.MTL_PHY_INV_TAGS_COST_V
12.1.1
-
VIEW: APPS.INVFV_PHYSICAL_INV_COUNTS
12.2.2
-
APPS.CSI_INV_TRXS_PKG dependencies on MTL_PHYSICAL_INVENTORIES
12.1.1
-
APPS.CSI_INV_TRXS_PKG dependencies on MTL_PHYSICAL_INVENTORIES
12.2.2
-
VIEW: APPS.INVBV_PHYSICAL_INV_COUNTS
12.2.2
-
APPS.CSI_INV_TRXS_PKG dependencies on MTL_PHYSICAL_ADJUSTMENTS
12.1.1
-
SYNONYM: APPS.MTL_PHYSICAL_INVENTORY_TAGS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_PHYSICAL_INVENTORY_TAGS, status:VALID,
-
APPS.CSI_INV_TRXS_PKG dependencies on MTL_PHYSICAL_ADJUSTMENTS
12.2.2
-
SYNONYM: APPS.MTL_PHYSICAL_INVENTORY_TAGS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_PHYSICAL_INVENTORY_TAGS, status:VALID,
-
View: MTL_PHY_INV_TAGS_COST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_PHY_INV_TAGS_COST_V, object_name:MTL_PHY_INV_TAGS_COST_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_PHY_INV_TAGS_COST_V ,
-
Table: WMS_LICENSE_PLATE_NUMBERS
12.1.1
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_LICENSE_PLATE_NUMBERS, object_name:WMS_LICENSE_PLATE_NUMBERS, status:VALID, product: WMS - Warehouse Management , description: Used to store the information related to a container instance (LPN) , implementation_dba_data: WMS.WMS_LICENSE_PLATE_NUMBERS ,
-
Table: MTL_PHYSICAL_ADJUSTMENTS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_PHYSICAL_ADJUSTMENTS, object_name:MTL_PHYSICAL_ADJUSTMENTS, status:VALID, product: INV - Inventory , description: Physical inventory adjustments , implementation_dba_data: INV.MTL_PHYSICAL_ADJUSTMENTS ,
-
View: MTL_PHY_INV_TAGS_COST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_PHY_INV_TAGS_COST_V, object_name:MTL_PHY_INV_TAGS_COST_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_PHY_INV_TAGS_COST_V ,
-
VIEW: APPS.INVBV_PHYSICAL_INV_COUNTS
12.1.1
-
VIEW: APPS.INVFV_PHYSICAL_INV_COUNTS
12.1.1
-
Table: WMS_LICENSE_PLATE_NUMBERS
12.2.2
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_LICENSE_PLATE_NUMBERS, object_name:WMS_LICENSE_PLATE_NUMBERS, status:VALID, product: WMS - Warehouse Management , description: Used to store the information related to a container instance (LPN) , implementation_dba_data: WMS.WMS_LICENSE_PLATE_NUMBERS ,
-
Table: MTL_LOT_NUMBERS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_LOT_NUMBERS, object_name:MTL_LOT_NUMBERS, status:VALID, product: INV - Inventory , description: Lot number definitions , implementation_dba_data: INV.MTL_LOT_NUMBERS ,
-
VIEW: INV.MTL_PHYSICAL_INVENTORY_TAGS#
12.2.2
owner:INV, object_type:VIEW, object_name:MTL_PHYSICAL_INVENTORY_TAGS#, status:VALID,
-
Table: MTL_LOT_NUMBERS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_LOT_NUMBERS, object_name:MTL_LOT_NUMBERS, status:VALID, product: INV - Inventory , description: Lot number definitions , implementation_dba_data: INV.MTL_LOT_NUMBERS ,
-
APPS.INV_UI_ITEM_ATT_LOVS dependencies on WMS_LICENSE_PLATE_NUMBERS
12.1.1