[Home] [Help]
[Dependency Information]
| Object Name: | BIM_DIMV_PROD_HIER |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | BIM.BIM_DIMV_PROD_HIER
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
BIM_DIMV_PROD_HIER is a view showing the relationship between inventory items, interest types, primary interest codes and secondary interest codes.
.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| INVENTORY_ITEM_ID | NUMBER | Yes | inventory item id | |
| ORGANIZATION_ID | NUMBER | Yes | organization id | |
| INTEREST_TYPE_ID | NUMBER | MTL_CATEGORIES.SEGMENT1 | ||
| PRIMARY_INTEREST_CODE_ID | NUMBER | MTL_CATEGORIES.SEGMENT2 | ||
| SECONDARY_INTEREST_CODE_ID | NUMBER | MTL_CATEGORIES.SEGMENT3 |
Cut, paste (and edit) the following text to query this object:
SELECT INVENTORY_ITEM_ID
, ORGANIZATION_ID
, INTEREST_TYPE_ID
, PRIMARY_INTEREST_CODE_ID
, SECONDARY_INTEREST_CODE_ID
FROM APPS.BIM_DIMV_PROD_HIER;
APPS
MTL_CATEGORIES
MTL_ITEM_CATEGORIES
APPS.BIM_DIMV_PROD_HIER is not referenced by any database object
|
|
|
|