[Home] [Help]
[Dependency Information]
Object Name: | MTL_USER_SUPPLY |
---|---|
Object Type: | TABLE |
Owner: | INV |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
MTL_USER_SUPPLY provides an interface mechanism for users to
populate their own supply information, ie, the supply sources that are
not
predefined by Oracle Inventory, to be included in ATP calculation.
Once the table is populated, the information can be viewed by the
Supply / Demand Detail window. Furthermore, users can utilize ATP
rules
to include/exclude this supply source in the ATP calculation. If
"Include User-Defined Supply" option in the ATP rule is set to Yes,
then the ATP calculation will include the supply information stored
in this table, otherwise, no supply information in this table is
included.
.
The SOURCE_TYPE_ID column stores the source type, for example, 1 for
purchase order, 3 for account number, 4 for WIP job/schedule and 5 for
account alias. SOURCE_ID stores the sources for source types. This
column is context sensitive, it depends on source type. For example,
if the source type is Purchase Order, then this column represents
purchasing header id. If source type is WIP job/schedule, this means
WIP entity id. If source type is account number, then source id
should store the GL code combination id for the account number.
.
.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
MTL_USER_SUPPLY_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
LAST_UPDATED_BY | NUMBER | Yes | Standard Who column | |
LAST_UPDATE_DATE | DATE | 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 | ||
ORGANIZATION_ID | NUMBER | Yes | Organization identifier | |
INVENTORY_ITEM_ID | NUMBER | Yes | Inventory item identifier | |
SOURCE_TYPE_ID | NUMBER | Yes | Code to indicate the source of the supply | |
SOURCE_ID | NUMBER | Yes | Header ID for the source of the demand. | |
SOURCE_NAME | VARCHAR2 | (30) | Identifier for user-defined source type | |
PRIMARY_UOM_QUANTITY | NUMBER | Yes | Supplied quantity expressed in the item's primary unit of measure | |
EXPECTED_DELIVERY_DATE | DATE | Date when supply will be available | ||
DEMAND_CLASS | VARCHAR2 | (30) | Demand class to be used if demand class ATP is on. |
Cut, paste (and edit) the following text to query this object:
SELECT LAST_UPDATED_BY
, LAST_UPDATE_DATE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, ORGANIZATION_ID
, INVENTORY_ITEM_ID
, SOURCE_TYPE_ID
, SOURCE_ID
, SOURCE_NAME
, PRIMARY_UOM_QUANTITY
, EXPECTED_DELIVERY_DATE
, DEMAND_CLASS
FROM INV.MTL_USER_SUPPLY;
INV.MTL_USER_SUPPLY does not reference any database object
INV.MTL_USER_SUPPLY is referenced by following:
|
|
|