[Home] [Help]
[Dependency Information]
| Object Name: | EDW_ITEMS_ITEM_REV_FKV |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | ENG.EDW_ITEMS_ITEM_REV_FKV
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
This view holds internal item id - oragnization id - item revision associations
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| INVENTORY_ITEM_ID | NUMBER | Yes | Internal id of the item | |
| ORGANIZATION_ID | NUMBER | Yes | Internal id of the organization | |
| REVISION | VARCHAR2 | (3) | Yes | Item Revision |
| ITEM_REV_FK | VARCHAR2 | (48) | Foreign key to the item revision |
Cut, paste (and edit) the following text to query this object:
SELECT INVENTORY_ITEM_ID
, ORGANIZATION_ID
, REVISION
, ITEM_REV_FK
FROM APPS.EDW_ITEMS_ITEM_REV_FKV;
APPS
MTL_ITEM_REVISIONS
MTL_PARAMETERS
MTL_SYSTEM_ITEMS_KFV
APPS.EDW_ITEMS_ITEM_REV_FKV is not referenced by any database object
|
|
|
|