[Home] [Help]
[Dependency Information]
Object Name: | MTL_ITEM_SUB_DEFAULTS |
---|---|
Object Type: | TABLE |
Owner: | INV |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
MTL_ITEM_SUB_DEFAULTS contains the list of optional default shipping
and receiving subinventories for items in an organization. This
information is used by Oracle Order Management, Oracle Shipping Execution, and
Oracle Purchasing respectively. DEFAULT_TYPE indicates whether the
subinventory is meant
for default shipping or receiving.
.
.
.
.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
MTL_ITEM_SUB_DEFAULTS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
INVENTORY_ITEM_ID | NUMBER | Yes | Inventory item identifier | |
ORGANIZATION_ID | NUMBER | Yes | Organization identifier | |
SUBINVENTORY_CODE | VARCHAR2 | (10) | Yes | Subinventory name |
DEFAULT_TYPE | NUMBER | Yes | Default type - shipping or receiving | |
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 | ||
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 |
Cut, paste (and edit) the following text to query this object:
SELECT INVENTORY_ITEM_ID
, ORGANIZATION_ID
, SUBINVENTORY_CODE
, DEFAULT_TYPE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
FROM INV.MTL_ITEM_SUB_DEFAULTS;
INV.MTL_ITEM_SUB_DEFAULTS does not reference any database object
INV.MTL_ITEM_SUB_DEFAULTS is referenced by following:
|
|
|