[Home] [Help]
[Dependency Information]
Object Name: | MTL_EAM_ITEMS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
CONCATENATED_SEGMENTS | VARCHAR2 | (40) | Concatenated segments of the item. | |
INVENTORY_ITEM_ID | NUMBER | Yes | Inventory Item ID | |
MAINT_ORGANIZATION_ID | NUMBER | Maintenance Organization Id | ||
ORGANIZATION_ID | NUMBER | Yes | Organization ID | |
DESCRIPTION | VARCHAR2 | (240) | Description | |
MEANING | VARCHAR2 | (80) | Yes | Meaning of the Eam Item Type. Either "Capital" or "Rebuildable Inventory". |
EAM_ITEM_TYPE | NUMBER | EAM Item Type. 1=Capital. 3=Rebuildable Inventory. | ||
SERIAL_NUMBER_CONTROL_CODE | NUMBER | Serial Number Control Code |
Cut, paste (and edit) the following text to query this object:
SELECT CONCATENATED_SEGMENTS
, INVENTORY_ITEM_ID
, MAINT_ORGANIZATION_ID
, ORGANIZATION_ID
, DESCRIPTION
, MEANING
, EAM_ITEM_TYPE
, SERIAL_NUMBER_CONTROL_CODE
FROM APPS.MTL_EAM_ITEMS_V;
APPS.MTL_EAM_ITEMS_V is not referenced by any database object
|
|
|