[Home] [Help]
[Dependency Information]
| Object Name: | EDW_ITEMS_ITEM_ORG_FKV |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | ENG.EDW_ITEMS_ITEM_ORG_FKV
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
This holds item id - organization id 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 | |
| ITEM_ORG_FK | VARCHAR2 | (49) | Foreign key of the organization item |
Cut, paste (and edit) the following text to query this object:
SELECT INVENTORY_ITEM_ID
, ORGANIZATION_ID
, ITEM_ORG_FK
FROM APPS.EDW_ITEMS_ITEM_ORG_FKV;
APPS
MTL_PARAMETERS
MTL_SYSTEM_ITEMS_KFV
APPS.EDW_ITEMS_ITEM_ORG_FKV is not referenced by any database object
|
|
|
|