Search Results mtl_physical_subinventories
Overview
The MTL_PHYSICAL_SUBINVENTORIES table is a core transactional table within the Oracle E-Business Suite Inventory (INV) module, specifically for versions 12.1.1 and 12.2.2. It serves as a junction table that defines the relationship between a specific physical inventory and the subinventories selected for inclusion in that count. Its primary role is to store the list of subinventories that are part of a given physical inventory definition, enabling organizations to plan and execute cycle counts or full physical inventories on a targeted subset of their stock locations rather than the entire organization.
Key Information Stored
The table's structure is defined by a composite primary key and several foreign key relationships that enforce data integrity. The key columns are:
- ORGANIZATION_ID: Links to MTL_PARAMETERS, identifying the inventory organization.
- PHYSICAL_INVENTORY_ID: Links to MTL_PHYSICAL_INVENTORIES, identifying the specific physical inventory header.
- SUBINVENTORY: Links to MTL_SECONDARY_INVENTORIES, identifying the specific stock locator (subinventory) included in the count.
Together, these three columns form the primary key (MTL_PHYSICAL_SUBINVENTORIES_PK), ensuring a unique combination of inventory, count, and subinventory. Each record represents the assignment of one subinventory to one physical inventory event.
Common Use Cases and Queries
This table is central to reporting and validation during physical inventory setup and analysis. A common use case is generating a list of all subinventories scheduled for a particular physical inventory, which is crucial for count tag preparation and auditor review. Another scenario involves identifying all active physical inventories that include a specific subinventory, perhaps to avoid conflicting counts. A typical query would join to the physical inventory header table to filter on the count name or status.
Sample SQL: To list all subinventories for a specific physical inventory ID, one would query: SELECT SUBINVENTORY FROM INV.MTL_PHYSICAL_SUBINVENTORIES WHERE ORGANIZATION_ID = :org_id AND PHYSICAL_INVENTORY_ID = :phy_id; For a more detailed report, a join to MTL_SECONDARY_INVENTORIES and MTL_PHYSICAL_INVENTORIES would provide subinventory descriptions and count details.
Related Objects
As indicated by its foreign keys, MTL_PHYSICAL_SUBINVENTORIES has direct dependencies on several key Inventory tables:
- MTL_PHYSICAL_INVENTORIES: The parent header table defining the physical inventory name, dates, and parameters.
- MTL_SECONDARY_INVENTORIES: Provides descriptive and control information for the SUBINVENTORY code.
- MTL_PARAMETERS: Defines the inventory ORGANIZATION_ID.
This table is primarily populated through the Oracle Forms interface when defining a physical inventory or via the corresponding public APIs. It is referenced by programs that generate count tags and reconcile inventory balances.
-
Table: MTL_PHYSICAL_SUBINVENTORIES
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_PHYSICAL_SUBINVENTORIES, object_name:MTL_PHYSICAL_SUBINVENTORIES, status:VALID, product: INV - Inventory , description: Physical inventory specific subinventories , implementation_dba_data: INV.MTL_PHYSICAL_SUBINVENTORIES ,
-
Table: MTL_PHYSICAL_SUBINVENTORIES
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_PHYSICAL_SUBINVENTORIES, object_name:MTL_PHYSICAL_SUBINVENTORIES, status:VALID, product: INV - Inventory , description: Physical inventory specific subinventories , implementation_dba_data: INV.MTL_PHYSICAL_SUBINVENTORIES ,
-
Table: MTL_PHYSICAL_INVENTORIES
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_PHYSICAL_INVENTORIES, object_name:MTL_PHYSICAL_INVENTORIES, status:VALID, product: INV - Inventory , description: Physical inventory definitions , implementation_dba_data: INV.MTL_PHYSICAL_INVENTORIES ,
-
Table: MTL_PHYSICAL_INVENTORIES
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_PHYSICAL_INVENTORIES, object_name:MTL_PHYSICAL_INVENTORIES, status:VALID, product: INV - Inventory , description: Physical inventory definitions , implementation_dba_data: INV.MTL_PHYSICAL_INVENTORIES ,
-
View: MTL_PHYSICAL_SUBINVENTORIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_PHYSICAL_SUBINVENTORIES_V, object_name:MTL_PHYSICAL_SUBINVENTORIES_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_PHYSICAL_SUBINVENTORIES_V ,
-
View: MTL_PHYSICAL_SUBINVENTORIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_PHYSICAL_SUBINVENTORIES_V, object_name:MTL_PHYSICAL_SUBINVENTORIES_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_PHYSICAL_SUBINVENTORIES_V ,
-
Table: MTL_SECONDARY_INVENTORIES
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_SECONDARY_INVENTORIES, object_name:MTL_SECONDARY_INVENTORIES, status:VALID, product: INV - Inventory , description: Subinventory definitions , implementation_dba_data: INV.MTL_SECONDARY_INVENTORIES ,
-
Table: MTL_SECONDARY_INVENTORIES
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_SECONDARY_INVENTORIES, object_name:MTL_SECONDARY_INVENTORIES, status:VALID, product: INV - Inventory , description: Subinventory definitions , implementation_dba_data: INV.MTL_SECONDARY_INVENTORIES ,
-
Table: MTL_PARAMETERS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_PARAMETERS, object_name:MTL_PARAMETERS, status:VALID, product: INV - Inventory , description: Inventory control options and defaults , implementation_dba_data: INV.MTL_PARAMETERS ,
-
Table: MTL_PARAMETERS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_PARAMETERS, object_name:MTL_PARAMETERS, status:VALID, product: INV - Inventory , description: Inventory control options and defaults , implementation_dba_data: INV.MTL_PARAMETERS ,