[Home] [Help]
[Dependency Information]
Object Name: | MTL_CUSTOMER_ITEMS |
---|---|
Object Type: | TABLE |
Owner: | INV |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
MTL_CUSTOMER_ITEMS stores customer item information for a specific
customer. Each record can be defined at one of the following
levels: Customer, Address Category, and Address.
The customer item definition is organization independent.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
MTL_CUSTOMER_ITEMS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() ![]() |
MTL_CUSTOMER_ITEMS_U2 | NORMAL | UNIQUE |
![]() |
![]() |
MTL_CUSTOMER_ITEMS_N2 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
MTL_CUSTOMER_ITEMS_N3 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
MTL_CUSTOMER_ITEMS_N4 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() ![]() |
MTL_CUSTOMER_ITEMS_N5 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() ![]() |
MTL_CUSTOMER_ITEMS_N6 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
CUSTOMER_ITEM_ID | NUMBER | Yes | Customer item unique identifier | |
LAST_UPDATED_BY | NUMBER | Yes | Standard Who column | |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATE_LOGIN | NUMBER | Standard Who column | ||
CREATED_BY | NUMBER | Yes | Standard Who column | |
CREATION_DATE | DATE | Yes | 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 | ||
CUSTOMER_ID | NUMBER | Yes | Customer unique identifier | |
CUSTOMER_CATEGORY_CODE | VARCHAR2 | (30) | User-definable category (lookup type = CUSTOMER_CATEGORY). Used tostore Address Category code | |
ADDRESS_ID | NUMBER | Address unique identifier | ||
CUSTOMER_ITEM_NUMBER | VARCHAR2 | (50) | Yes | Customer item name or number |
ITEM_DEFINITION_LEVEL | VARCHAR2 | (1) | Yes | Customer item definition level. These levels are: 1 (Customer), 2 (Address Category), 3 (Address) |
CUSTOMER_ITEM_DESC | VARCHAR2 | (240) | Description of the customer item | |
MODEL_CUSTOMER_ITEM_ID | NUMBER | Default parent model customer item unique identifier | ||
COMMODITY_CODE_ID | NUMBER | Customer item commodity code unique identifier | ||
MASTER_CONTAINER_ITEM_ID | NUMBER | Master container item unique identifier | ||
CONTAINER_ITEM_ORG_ID | NUMBER | Item master organization unique identifier for the master and detail container items | ||
DETAIL_CONTAINER_ITEM_ID | NUMBER | Detail container item unique identifier | ||
MIN_FILL_PERCENTAGE | NUMBER | Minimum fill percentage of the master and detail container items. Acceptable values range from 0-100 | ||
DEP_PLAN_REQUIRED_FLAG | VARCHAR2 | (1) | Flag indicating if departure planning is required for this customer item. Default value is 'N' (not required) | |
DEP_PLAN_PRIOR_BLD_FLAG | VARCHAR2 | (1) | Flag indicating if departure planning prior to build is required. Default value is 'N' (not required) | |
INACTIVE_FLAG | VARCHAR2 | (1) | Yes | Flag indicating whether this customer item is active or inactive. An inactive customer item can not receive new demand. The default value is 'N' (active) |
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 | |
DEMAND_TOLERANCE_POSITIVE | NUMBER | Positive tolerance (high end) for the customer item demand | ||
DEMAND_TOLERANCE_NEGATIVE | NUMBER | Negative tolerance (low end) for the customer item demand |
Cut, paste (and edit) the following text to query this object:
SELECT CUSTOMER_ITEM_ID
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, CREATED_BY
, CREATION_DATE
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
, CUSTOMER_ID
, CUSTOMER_CATEGORY_CODE
, ADDRESS_ID
, CUSTOMER_ITEM_NUMBER
, ITEM_DEFINITION_LEVEL
, CUSTOMER_ITEM_DESC
, MODEL_CUSTOMER_ITEM_ID
, COMMODITY_CODE_ID
, MASTER_CONTAINER_ITEM_ID
, CONTAINER_ITEM_ORG_ID
, DETAIL_CONTAINER_ITEM_ID
, MIN_FILL_PERCENTAGE
, DEP_PLAN_REQUIRED_FLAG
, DEP_PLAN_PRIOR_BLD_FLAG
, INACTIVE_FLAG
, ATTRIBUTE_CATEGORY
, ATTRIBUTE1
, ATTRIBUTE2
, ATTRIBUTE3
, ATTRIBUTE4
, ATTRIBUTE5
, ATTRIBUTE6
, ATTRIBUTE7
, ATTRIBUTE8
, ATTRIBUTE9
, ATTRIBUTE10
, ATTRIBUTE11
, ATTRIBUTE12
, ATTRIBUTE13
, ATTRIBUTE14
, ATTRIBUTE15
, DEMAND_TOLERANCE_POSITIVE
, DEMAND_TOLERANCE_NEGATIVE
FROM INV.MTL_CUSTOMER_ITEMS;
INV.MTL_CUSTOMER_ITEMS does not reference any database object
INV.MTL_CUSTOMER_ITEMS is referenced by following:
|
|
|