Search Results mtl_planners
Overview
The MTL_PLANNERS table is a core master data table within the Oracle E-Business Suite Inventory (INV) module. It serves as the central repository for defining and maintaining planner codes, which are critical for material planning and inventory management. A planner code is an identifier assigned to a person or role responsible for planning and replenishing items within a specific inventory organization. This table establishes the valid list of planners for each organization, enabling the association of items and planning processes with responsible personnel. Its integrity is fundamental to numerous planning, procurement, and replenishment workflows across the supply chain management suite.
Key Information Stored
The table's structure is defined by a composite primary key consisting of PLANNER_CODE and ORGANIZATION_ID, ensuring uniqueness of a planner within an organizational context. While the provided ETRM metadata does not list all columns, standard implementations of this table typically include fields such as DESCRIPTION for the planner's name, DISABLE_DATE to inactivate a planner, and various WHO columns (CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY) for auditing. The ORGANIZATION_ID column links the planner definition to a specific operating unit within the MTL_PARAMETERS table, which holds organizational inventory parameters.
Common Use Cases and Queries
The primary use case is to validate and report on planner assignments. A common operational query retrieves all active planners for a given organization to populate list of values (LOVs) in forms. For reporting, a join with MTL_SYSTEM_ITEMS_B lists all items assigned to a specific planner for review. Data integrity checks often involve identifying items with invalid or null planner codes. Sample SQL to find items and their assigned planner is:
- SELECT msi.segment1 Item, mp.planner_code, mp.description Planner_Name
- FROM mtl_system_items_b msi, mtl_planners mp
- WHERE msi.organization_id = mp.organization_id(+)
- AND msi.planner_code = mp.planner_code(+)
- AND msi.organization_id = 101;
This table is also central to customizations in modules like Consigned Spare Parts (CSP), as indicated by the foreign key relationships.
Related Objects
Based on the documented foreign key relationships, MTL_PLANNERS is a key reference table for several fundamental and extended objects. The table references MTL_PARAMETERS via ORGANIZATION_ID to validate the inventory organization. Crucially, it is referenced by the following tables, which rely on its planner code definitions:
- MTL_SYSTEM_ITEMS_B: Links items to their responsible planner via PLANNER_CODE and ORGANIZATION_ID.
- CSP_MSTRSTCK_LISTS_ITMS: References the planner for master stock list items in the Consigned Spare Parts module.
- CSP_NOTIFICATIONS: References the planner associated with CSP notifications.
- CSP_PARTS_LOOPS_B: References the planner for parts loops within CSP.
These relationships underscore the table's role in integrating inventory planning data with advanced functionality in related EBS modules.
-
Table: MTL_PLANNERS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_PLANNERS, object_name:MTL_PLANNERS, status:VALID, product: INV - Inventory , description: Planner code definitions , implementation_dba_data: INV.MTL_PLANNERS ,
-
Table: MTL_PLANNERS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_PLANNERS, object_name:MTL_PLANNERS, status:VALID, product: INV - Inventory , description: Planner code definitions , implementation_dba_data: INV.MTL_PLANNERS ,
-
APPS.EDW_HR_PERSON_M_SIZING dependencies on MTL_PLANNERS
12.1.1
-
APPS.MRP_RELEASE_PK dependencies on MTL_PLANNERS
12.1.1
-
APPS.INV_SHORTCHECKEXEC_PVT dependencies on MTL_PLANNERS
12.1.1
-
APPS.ECE_SPSO_TRANS1 dependencies on MTL_PLANNERS
12.2.2
-
APPS.ECE_SPSO_TRANS1 dependencies on MTL_PLANNERS
12.1.1
-
APPS.INVPVDR6 dependencies on MTL_PLANNERS
12.2.2
-
APPS.CHV_BUILD_SCHEDULES dependencies on MTL_PLANNERS
12.1.1
-
APPS.CTO_UTILITY_PK dependencies on MTL_PLANNERS
12.2.2
-
APPS.INV_SHORTCHECKEXEC_PVT dependencies on MTL_PLANNERS
12.2.2
-
APPS.POS_CHANGE_PROM_DATES dependencies on MTL_PLANNERS
12.2.2
-
APPS.MRP_EXP_WF dependencies on MTL_PLANNERS
12.2.2
-
APPS.CTO_BOM_RTG_PK dependencies on MTL_PLANNERS
12.1.1
-
APPS.PO_CHANGEORDERWF_PVT dependencies on MTL_PLANNERS
12.1.1
-
APPS.CTO_CONFIG_BOM_PK dependencies on MTL_PLANNERS
12.1.1
-
APPS.HRI_EDW_DIM_PERSON dependencies on MTL_PLANNERS
12.1.1
-
APPS.PO_CHANGEORDERWF_PVT dependencies on MTL_PLANNERS
12.2.2
-
APPS.CTO_CONFIG_BOM_PK dependencies on MTL_PLANNERS
12.2.2
-
APPS.CHV_BUILD_SCHEDULES dependencies on MTL_PLANNERS
12.2.2
-
APPS.INVTROAP dependencies on MTL_PLANNERS
12.2.2
-
APPS.EDW_HR_PERSON_PKG dependencies on MTL_PLANNERS
12.1.1
-
APPS.INVPVDR6 dependencies on MTL_PLANNERS
12.1.1
-
APPS.MRP_EXP_WF dependencies on MTL_PLANNERS
12.1.1
-
APPS.POS_CHANGE_PROM_DATES dependencies on MTL_PLANNERS
12.1.1
-
APPS.CTO_CHANGE_ORDER_PK dependencies on MTL_PLANNERS
12.1.1
-
APPS.INVTROAP dependencies on MTL_PLANNERS
12.1.1
-
APPS.MRP_RELEASE_PK dependencies on MTL_PLANNERS
12.2.2
-
APPS.CTO_BOM_RTG_PK dependencies on MTL_PLANNERS
12.2.2
-
APPS.CTO_UTILITY_PK dependencies on MTL_PLANNERS
12.1.1
-
APPS.CSP_PARTS_ORDER dependencies on MTL_PLANNERS
12.2.2
-
APPS.CTO_CHANGE_ORDER_PK dependencies on MTL_PLANNERS
12.2.2
-
APPS.MRP_EXP_WF dependencies on MTL_SYSTEM_ITEMS
12.1.1
-
APPS.MRP_RELEASE_PK dependencies on BOM_CALENDAR_DATES
12.2.2
-
APPS.MRP_RELEASE_PK dependencies on BOM_CALENDAR_DATES
12.1.1
-
APPS.MRP_RELEASE_PK dependencies on MTL_SYSTEM_ITEMS
12.1.1
-
APPS.MRP_RELEASE_PK dependencies on MTL_SYSTEM_ITEMS
12.2.2
-
APPS.MRP_EXP_WF dependencies on MTL_SYSTEM_ITEMS
12.2.2
-
VIEW: APPS.ICX_EDM_PLANNER_PROJ_V
12.1.1
-
VIEW: APPS.MTL_PLANNERS_DFV
12.2.2
-
VIEW: APPS.MTL_PLANNERS_DFV
12.1.1
-
VIEW: APPS.ICX_EDM_PLANNER_PROJ_V
12.2.2
-
VIEW: APPS.CHV_PLANNERS_ALL_V
12.2.2
-
View: ICX_EDM_PLANNER_PROJ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_EDM_PLANNER_PROJ_V, object_name:ICX_EDM_PLANNER_PROJ_V, status:VALID, product: ICX - Oracle iProcurement , description: Project Information Summary View by Planner , implementation_dba_data: APPS.ICX_EDM_PLANNER_PROJ_V ,
-
VIEW: APPS.ICX_EDM_PLANNER_TASK_V
12.1.1
-
VIEW: APPS.CHV_PLANNERS_VAL_V
12.2.2
-
VIEW: INV.MTL_PLANNERS#
12.2.2
owner:INV, object_type:VIEW, object_name:MTL_PLANNERS#, status:VALID,
-
APPS.INV_SHORTCHECKEXEC_PVT dependencies on FND_USER
12.1.1
-
APPS.INV_SHORTCHECKEXEC_PVT dependencies on FND_USER
12.2.2
-
APPS.MRP_EXP_WF dependencies on MTL_PARAMETERS
12.1.1