[Home] [Help]
[Dependency Information]
| Object Name: | EDW_ITEMS_CATEGORY_FKV |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | ENG.EDW_ITEMS_CATEGORY_FKV
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
This view holds the item-category-category set associations. Each item that is assigned to a category set, will have an entry in this view, along with the control level of the category set.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| INVENTORY_ITEM_ID | NUMBER | Yes | Internal id of the item | |
| ORGANIZATION_ID | NUMBER | Yes | Internal id of the item's organization | |
| CONTROL_LEVEL | NUMBER | Yes | Control level | |
| CATEGORY_SET_NAME | VARCHAR2 | (30) | Yes | Category Set name |
| CATEGORY_ID | NUMBER | Yes | Internal id of the category | |
| LAST_UPDATE_DATE | DATE | Yes | Standard who column |
Cut, paste (and edit) the following text to query this object:
SELECT INVENTORY_ITEM_ID
, ORGANIZATION_ID
, CONTROL_LEVEL
, CATEGORY_SET_NAME
, CATEGORY_ID
, LAST_UPDATE_DATE
FROM APPS.EDW_ITEMS_CATEGORY_FKV;
APPS
MTL_CATEGORIES
MTL_CATEGORY_SETS
MTL_ITEM_CATEGORIES
APPS.EDW_ITEMS_CATEGORY_FKV is not referenced by any database object
|
|
|
|