[Home] [Help]
[Dependency Information]
Object Name: | MTL_ATP_RULES |
---|---|
Object Type: | TABLE |
Owner: | INV |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
MTL_ATP_RULES stores rules or options which are used in Available To
Promise, ATP for short, computation. The options can be classified
into four categories: supply source options, demand source
options, time fence options, and computation options.
.
Supply/demand source options direct ATP to include or exclude
themselves as a supply/demand sources based upon the option setting.
Time fence options set up the effective dates or cutoff dates for the
supply/demand sources to be included. Computation options include
Accumulate Availability, Backward Consumption and Forward Consumption.
The ATP is computed based on the combinations of these options.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
MTL_ATP_RULES_U1 | NORMAL | UNIQUE |
![]() |
![]() |
MTL_ATP_RULES_U2 | NORMAL | UNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
RULE_ID | NUMBER | Yes | ATP rule identifier | |
RULE_NAME | VARCHAR2 | (80) | Yes | Name for ATP rule |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATED_BY | NUMBER | Yes | Standard Who column | |
CREATION_DATE | DATE | Yes | Standard Who column | |
CREATED_BY | NUMBER | Yes | Standard Who column | |
LAST_UPDATE_LOGIN | NUMBER | Standard Who column | ||
DESCRIPTION | VARCHAR2 | (240) | Description for ATP rule | |
ACCUMULATE_AVAILABLE_FLAG | NUMBER | Yes | Flag for ATP computation to accumulate qty availability | |
BACKWARD_CONSUMPTION_FLAG | NUMBER | Yes | Flag for ATP computation to backwardly consume shortage | |
FORWARD_CONSUMPTION_FLAG | NUMBER | Yes | Flag for ATP computation to forwardly consume shortage | |
PAST_DUE_DEMAND_CUTOFF_FENCE | NUMBER | Demands before the specified number of days are not to be considered in ATP computation | ||
PAST_DUE_SUPPLY_CUTOFF_FENCE | NUMBER | Supplies before the specified number of days are not to be considered in ATP computation | ||
INFINITE_SUPPLY_FENCE_CODE | NUMBER | Yes | Source code for infinite supply time fence | |
INFINITE_SUPPLY_TIME_FENCE | NUMBER | Infinite supply time fence days only when user-defined is specified in the time fence code | ||
ACCEPTABLE_EARLY_FENCE | NUMBER | (not currently used) | ||
ACCEPTABLE_LATE_FENCE | NUMBER | (not currently used) | ||
DEFAULT_ATP_SOURCES | NUMBER | Which Subinventories to use for onhand quantities | ||
DEMAND_CLASS_ATP_FLAG | NUMBER | Yes | Flag for ATP computation to consider Demand Class when selecting supply and demand | |
INCLUDE_SALES_ORDERS | NUMBER | Yes | Flag for ATP computation to include demand from sales orders | |
INCLUDE_DISCRETE_WIP_DEMAND | NUMBER | Yes | Flag for ATP computation to include demand from WIP discrete jobs | |
INCLUDE_REP_WIP_DEMAND | NUMBER | Yes | Flag for ATP computation to include demand from WIP repetitive schedule jobs | |
INCLUDE_NONSTD_WIP_DEMAND | NUMBER | Yes | Flag for ATP computation to include demand from WIP non-standard jobs | |
INCLUDE_DISCRETE_MPS | NUMBER | Yes | Flag for ATP computation to include supply from discrete MPS schedule | |
MPS_DESIGNATOR | VARCHAR2 | (10) | (not currently used) | |
INCLUDE_USER_DEFINED_DEMAND | NUMBER | Yes | Flag for ATP computation to include user defined demand stored in MTL_USER_DEMAND table | |
USER_ATP_DEMAND_TABLE_NAME | VARCHAR2 | (30) | (not currently used) | |
INCLUDE_PURCHASE_ORDERS | NUMBER | Yes | Flag for ATP computation to include supply from purchase orders | |
INCLUDE_DISCRETE_WIP_RECEIPTS | NUMBER | Yes | Flag for ATP computation to include supply from WIP discrete jobs | |
INCLUDE_REP_WIP_RECEIPTS | NUMBER | Yes | Flag for ATP computation to include supply from WIP repetitive schedule jobs | |
INCLUDE_NONSTD_WIP_RECEIPTS | NUMBER | Yes | Flag for ATP computation to include supply from WIP non-standard jobs | |
INCLUDE_INTERORG_TRANSFERS | NUMBER | Yes | Flag for ATP computation to include supply from inter-organization transfers | |
INCLUDE_ONHAND_AVAILABLE | NUMBER | Yes | Flag for ATP computation to include supply from on hand inventory | |
INCLUDE_USER_DEFINED_SUPPLY | NUMBER | Yes | Flag for ATP computation to include supply from user defined sources (table MTL_USER_SUPPLY) | |
USER_ATP_SUPPLY_TABLE_NAME | VARCHAR2 | (30) | (not currently used) | |
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Descriptive flexfield structure defining column | |
ATTRIBUTE1 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ATTRIBUTE2 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ATTRIBUTE3 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ATTRIBUTE4 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ATTRIBUTE5 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ATTRIBUTE6 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ATTRIBUTE7 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ATTRIBUTE8 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ATTRIBUTE9 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ATTRIBUTE10 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ATTRIBUTE11 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ATTRIBUTE12 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ATTRIBUTE13 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ATTRIBUTE14 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ATTRIBUTE15 | VARCHAR2 | (150) | Descriptive flexfield segment | |
REQUEST_ID | NUMBER | Standard Who column | ||
PROGRAM_APPLICATION_ID | NUMBER | Standard Who column | ||
PROGRAM_ID | NUMBER | Standard Who column | ||
PROGRAM_UPDATE_DATE | DATE | Standard Who column | ||
ACCUMULATION_WINDOW | NUMBER | Maximum number of days that available supply should be accumulated, Only has an impact if Accumulate Available = Yes | ||
INCLUDE_REP_MPS | NUMBER | Yes | Flag for ATP computation to include supply from repetitive MPS schedules | |
INCLUDE_INTERNAL_REQS | NUMBER | (not currently used) | ||
INCLUDE_VENDOR_REQS | NUMBER | (not currently used) | ||
INCLUDE_INTERNAL_ORDERS | NUMBER | Flag for ATP computation to include demand from internal orders | ||
INCLUDE_FLOW_SCHEDULE_DEMAND | NUMBER | Flag for ATP computation to include demand from flow schedules | ||
INCLUDE_FLOW_SCHEDULE_RECEIPTS | NUMBER | Flag for ATP computation to include supply from flow schedules | ||
AGGREGATE_TIME_FENCE_CODE | NUMBER | Source code for aggregate order promising time fence | ||
AGGREGATE_TIME_FENCE | NUMBER | Aggregate Time Fence Days |
Cut, paste (and edit) the following text to query this object:
SELECT RULE_ID
, RULE_NAME
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, DESCRIPTION
, ACCUMULATE_AVAILABLE_FLAG
, BACKWARD_CONSUMPTION_FLAG
, FORWARD_CONSUMPTION_FLAG
, PAST_DUE_DEMAND_CUTOFF_FENCE
, PAST_DUE_SUPPLY_CUTOFF_FENCE
, INFINITE_SUPPLY_FENCE_CODE
, INFINITE_SUPPLY_TIME_FENCE
, ACCEPTABLE_EARLY_FENCE
, ACCEPTABLE_LATE_FENCE
, DEFAULT_ATP_SOURCES
, DEMAND_CLASS_ATP_FLAG
, INCLUDE_SALES_ORDERS
, INCLUDE_DISCRETE_WIP_DEMAND
, INCLUDE_REP_WIP_DEMAND
, INCLUDE_NONSTD_WIP_DEMAND
, INCLUDE_DISCRETE_MPS
, MPS_DESIGNATOR
, INCLUDE_USER_DEFINED_DEMAND
, USER_ATP_DEMAND_TABLE_NAME
, INCLUDE_PURCHASE_ORDERS
, INCLUDE_DISCRETE_WIP_RECEIPTS
, INCLUDE_REP_WIP_RECEIPTS
, INCLUDE_NONSTD_WIP_RECEIPTS
, INCLUDE_INTERORG_TRANSFERS
, INCLUDE_ONHAND_AVAILABLE
, INCLUDE_USER_DEFINED_SUPPLY
, USER_ATP_SUPPLY_TABLE_NAME
, ATTRIBUTE_CATEGORY
, ATTRIBUTE1
, ATTRIBUTE2
, ATTRIBUTE3
, ATTRIBUTE4
, ATTRIBUTE5
, ATTRIBUTE6
, ATTRIBUTE7
, ATTRIBUTE8
, ATTRIBUTE9
, ATTRIBUTE10
, ATTRIBUTE11
, ATTRIBUTE12
, ATTRIBUTE13
, ATTRIBUTE14
, ATTRIBUTE15
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
, ACCUMULATION_WINDOW
, INCLUDE_REP_MPS
, INCLUDE_INTERNAL_REQS
, INCLUDE_VENDOR_REQS
, INCLUDE_INTERNAL_ORDERS
, INCLUDE_FLOW_SCHEDULE_DEMAND
, INCLUDE_FLOW_SCHEDULE_RECEIPTS
, AGGREGATE_TIME_FENCE_CODE
, AGGREGATE_TIME_FENCE
FROM INV.MTL_ATP_RULES;
INV.MTL_ATP_RULES does not reference any database object
INV.MTL_ATP_RULES is referenced by following:
|
|
|