[Home] [Help]
[Dependency Information]
Object Name: | MTL_ITEM_REVISIONS_ORG_VAL_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 |
---|---|---|---|---|
REVISION | VARCHAR2 | (3) | Yes | Revision Code - 3 character legacy column - replaced by REVISION_ID |
ORGANIZATION_ID | NUMBER | Yes | ||
INVENTORY_ITEM_ID | NUMBER | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT REVISION
, ORGANIZATION_ID
, INVENTORY_ITEM_ID
FROM APPS.MTL_ITEM_REVISIONS_ORG_VAL_V;
|
|
|