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 ,
-
APPS.INV_PHY_INV_LOVS dependencies on MTL_PHYSICAL_SUBINVENTORIES
12.1.1
-
APPS.INV_PHY_INV_LOVS dependencies on MTL_PHYSICAL_SUBINVENTORIES
12.2.2
-
APPS.INV_UI_ITEM_SUB_LOC_LOVS dependencies on MTL_PHYSICAL_SUBINVENTORIES
12.1.1
-
APPS.INV_UI_ITEM_SUB_LOC_LOVS dependencies on MTL_PHYSICAL_SUBINVENTORIES
12.2.2
-
VIEW: INV.MTL_PHYSICAL_SUBINVENTORIES#
12.2.2
owner:INV, object_type:VIEW, object_name:MTL_PHYSICAL_SUBINVENTORIES#, status:VALID,
-
SYNONYM: APPS.MTL_PHYSICAL_SUBINVENTORIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_PHYSICAL_SUBINVENTORIES, status:VALID,
-
SYNONYM: APPS.MTL_PHYSICAL_SUBINVENTORIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_PHYSICAL_SUBINVENTORIES, status:VALID,
-
TABLE: INV.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,
-
TABLE: INV.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,
-
VIEW: INV.MTL_PHYSICAL_SUBINVENTORIES#
12.2.2
-
VIEW: APPS.MTL_PHYSICAL_SUBINVENTORIES_V
12.1.1
-
VIEW: APPS.MTL_PHYSICAL_SUBINVENTORIES_V
12.2.2
-
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 ,
-
VIEW: APPS.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,
-
PACKAGE BODY: APPS.INV_PHY_INV_LOVS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:INV_PHY_INV_LOVS, status:VALID,
-
VIEW: APPS.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,
-
PACKAGE BODY: APPS.INV_UI_ITEM_SUB_LOC_LOVS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:INV_UI_ITEM_SUB_LOC_LOVS, status:VALID,
-
PACKAGE BODY: APPS.INV_UI_ITEM_SUB_LOC_LOVS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:INV_UI_ITEM_SUB_LOC_LOVS, status:VALID,
-
PACKAGE BODY: APPS.INV_PHY_INV_LOVS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:INV_PHY_INV_LOVS, status:VALID,
-
APPS.INV_DIAG_PI_GEN SQL Statements
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.INV_DIAG_PI_GEN SQL Statements
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
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 ,
-
TABLE: INV.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,
-
TABLE: INV.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,
-
PACKAGE BODY: APPS.INV_DIAG_PI_GEN
12.1.1
-
PACKAGE BODY: APPS.INV_DIAG_PI_GEN
12.2.2
-
APPS.INV_UI_ITEM_SUB_LOC_LOVS dependencies on MTL_SECONDARY_INVENTORIES
12.1.1
-
APPS.INV_DIAG_PI_GEN dependencies on JTF_DIAGNOSTIC_COREAPI
12.2.2
-
APPS.INV_UI_ITEM_SUB_LOC_LOVS dependencies on MTL_SECONDARY_INVENTORIES
12.2.2
-
APPS.INV_DIAG_PI_GEN dependencies on JTF_DIAGNOSTIC_COREAPI
12.1.1
-
APPS.INV_PHY_INV_LOVS SQL Statements
12.1.1
-
APPS.INV_PHY_INV_LOVS SQL Statements
12.2.2
-
PACKAGE BODY: APPS.INV_PHY_INV_LOVS
12.1.1
-
eTRM - INV Tables and Views
12.2.2
-
eTRM - INV Tables and Views
12.1.1
-
APPS.INV_UI_ITEM_SUB_LOC_LOVS SQL Statements
12.1.1
-
PACKAGE BODY: APPS.INV_PHY_INV_LOVS
12.2.2