Search Results mtl_atp_rules
Overview
The MTL_ATP_RULES table is a core master data table within the Oracle E-Business Suite Inventory (INV) module. It serves as the repository for defining and storing Available-to-Promise (ATP) computation rules. An ATP rule is a configurable set of instructions that determines how the system calculates the availability of an item for promising against sales orders, internal orders, or other demands. The rule dictates which supply and demand sources are considered, the time horizon for the check, and the specific calculation logic. This table is fundamental to the ATP engine's operation across Oracle EBS 12.1.1 and 12.2.2, enabling businesses to implement consistent, rule-based promise dates.
Key Information Stored
The table's primary column is RULE_ID, which uniquely identifies each ATP rule and serves as the primary key (MTL_ATP_RULES_PK). While the provided ETRM metadata does not list all columns, the foreign key relationships indicate the table stores descriptive and control information for each rule. Typical columns in this table, based on its function, would include the rule name (RULE_NAME), a description, and numerous flags controlling the ATP calculation's scope. These flags govern the inclusion of elements such as on-hand quantities, purchase orders, work order supplies, sales order demands, and intra-organization transfers. The table also defines the planning time fence and ATP time fence parameters that constrain the calculation period.
Common Use Cases and Queries
The primary use case is the configuration and assignment of ATP policies. A default rule is assigned at the organization level via the MTL_PARAMETERS.DEFAULT_ATP_RULE_ID, and specific rules can be overridden at the item level via MTL_SYSTEM_ITEMS_B.ATP_RULE_ID. Common operational queries involve listing active rules or identifying items using a specific rule. For reporting and analysis, a typical SQL pattern joins MTL_ATP_RULES to item and parameter tables.
- Sample Query: To list all items using a non-default ATP rule:
SELECT msi.segment1 Item_Code, msi.description, atpr.rule_name FROM mtl_system_items_b msi JOIN mtl_atp_rules atpr ON msi.atp_rule_id = atpr.rule_id WHERE msi.atp_rule_id != (SELECT default_atp_rule_id FROM mtl_parameters WHERE organization_id = msi.organization_id); - Use Case: Troubleshooting ATP results by verifying the rule applied to a specific item or sales order demand line.
Related Objects
As indicated by the foreign key constraints, MTL_ATP_RULES is a central reference table for several key EBS entities. The MTL_SYSTEM_ITEMS_B table references it to assign item-specific ATP rules. The MTL_PARAMETERS table references it to set the organization-wide default rule. On the transactional side, the MTL_DEMAND_INTERFACE table can store a specific rule ID for incoming demand lines. Furthermore, the BOM_DEPARTMENT_RESOURCES table references it, linking ATP rules to manufacturing resources for capacity-based ATP checks. These relationships highlight the table's integration across Inventory, Order Management, and Manufacturing modules.
-
Table: MTL_ATP_RULES
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ATP_RULES, object_name:MTL_ATP_RULES, status:VALID, product: INV - Inventory , description: ATP computation rules , implementation_dba_data: INV.MTL_ATP_RULES ,
-
Table: MTL_ATP_RULES
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ATP_RULES, object_name:MTL_ATP_RULES, status:VALID, product: INV - Inventory , description: ATP computation rules , implementation_dba_data: INV.MTL_ATP_RULES ,
-
APPS.INVWATP dependencies on MTL_ATP_RULES
12.1.1
-
APPS.INVPVDR6 dependencies on MTL_ATP_RULES
12.2.2
-
APPS.INVIDIT1 dependencies on MTL_ATP_RULES
12.2.2
-
APPS.INVIDIT1 dependencies on MTL_ATP_RULES
12.1.1
-
APPS.CZ_ATP_UTIL dependencies on MTL_ATP_RULES
12.1.1
-
APPS.MSC_SCH_WB dependencies on MTL_ATP_RULES
12.1.1
-
APPS.INVWATP dependencies on MTL_ATP_RULES
12.2.2
-
APPS.MRP_ATP_COLLECTION dependencies on MTL_ATP_RULES
12.2.2
-
APPS.FLM_SUPPLY_DEMAND dependencies on MTL_ATP_RULES
12.1.1
-
APPS.CZ_ATP_UTIL dependencies on MTL_ATP_RULES
12.2.2
-
APPS.INV_MEANING_SEL dependencies on MTL_ATP_RULES
12.2.2
-
APPS.MSC_SCH_WB dependencies on MTL_ATP_RULES
12.2.2
-
APPS.WPS_SUPPLY_DEMAND dependencies on MTL_ATP_RULES
12.1.1
-
APPS.MRP_ATP_COLLECTION dependencies on MTL_ATP_RULES
12.1.1
-
APPS.FLM_SUPPLY_DEMAND dependencies on MTL_ATP_RULES
12.2.2
-
APPS.WPS_SUPPLY_DEMAND dependencies on MTL_ATP_RULES
12.2.2
-
APPS.INVPVDR6 dependencies on MTL_ATP_RULES
12.1.1
-
APPS.INV_MEANING_SEL dependencies on MTL_ATP_RULES
12.1.1
-
APPS.MRP_ATP_COLLECTION dependencies on BOM_CALENDAR_DATES
12.2.2
-
APPS.MRP_ATP_COLLECTION dependencies on BOM_CALENDAR_DATES
12.1.1
-
APPS.WPS_SUPPLY_DEMAND dependencies on MTL_PARAMETERS
12.1.1
-
APPS.FLM_SUPPLY_DEMAND dependencies on MTL_SYSTEM_ITEMS
12.2.2
-
APPS.FLM_SUPPLY_DEMAND dependencies on MTL_SYSTEM_ITEMS
12.1.1
-
APPS.WPS_SUPPLY_DEMAND dependencies on MTL_SYSTEM_ITEMS
12.2.2
-
APPS.MRP_ATP_COLLECTION dependencies on MTL_SYSTEM_ITEMS
12.1.1
-
APPS.FLM_SUPPLY_DEMAND dependencies on MTL_GROUP_ITEM_ATPS_VIEW
12.2.2
-
APPS.WPS_SUPPLY_DEMAND dependencies on MTL_GROUP_ITEM_ATPS_VIEW
12.2.2
-
APPS.WPS_SUPPLY_DEMAND dependencies on MTL_GROUP_ITEM_ATPS_VIEW
12.1.1
-
APPS.FLM_SUPPLY_DEMAND dependencies on MTL_PARAMETERS
12.2.2
-
APPS.MRP_ATP_COLLECTION dependencies on MTL_SYSTEM_ITEMS
12.2.2
-
APPS.FLM_SUPPLY_DEMAND dependencies on BOM_CALENDAR_DATES
12.1.1
-
APPS.WPS_SUPPLY_DEMAND dependencies on BOM_CALENDAR_DATES
12.1.1
-
APPS.FLM_SUPPLY_DEMAND dependencies on BOM_CALENDAR_DATES
12.2.2
-
APPS.FLM_SUPPLY_DEMAND dependencies on MTL_GROUP_ITEM_ATPS_VIEW
12.1.1
-
APPS.FLM_SUPPLY_DEMAND dependencies on MTL_PARAMETERS
12.1.1
-
APPS.WPS_SUPPLY_DEMAND dependencies on MTL_SYSTEM_ITEMS
12.1.1
-
APPS.WPS_SUPPLY_DEMAND dependencies on MTL_PARAMETERS
12.2.2
-
APPS.WPS_SUPPLY_DEMAND dependencies on BOM_CALENDAR_DATES
12.2.2
-
APPS.MRP_ATP_COLLECTION dependencies on MTL_PARAMETERS
12.1.1
-
APPS.MRP_ATP_COLLECTION dependencies on MTL_PARAMETERS
12.2.2
-
APPS.MRP_ATP_COLLECTION dependencies on WIP_DISCRETE_JOBS
12.2.2
-
APPS.WPS_SUPPLY_DEMAND dependencies on WIP_DISCRETE_JOBS
12.1.1
-
APPS.WPS_SUPPLY_DEMAND dependencies on WIP_DISCRETE_JOBS
12.2.2
-
VIEW: APPS.MTL_ATP_RULES_DFV
12.1.1
-
APPS.FLM_SUPPLY_DEMAND dependencies on WIP_DISCRETE_JOBS
12.1.1
-
APPS.MRP_ATP_COLLECTION dependencies on WIP_REQUIREMENT_OPERATIONS
12.2.2
-
APPS.FLM_SUPPLY_DEMAND dependencies on WIP_DISCRETE_JOBS
12.2.2
-
APPS.MRP_ATP_COLLECTION dependencies on WIP_REQUIREMENT_OPERATIONS
12.1.1