DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.BIM_DIMV_PROD_HIER

Object Details
Object Name: BIM_DIMV_PROD_HIER
Object Type: VIEW
Owner: APPS
FND Design Data: ViewBIM.BIM_DIMV_PROD_HIER
Subobject Name:
Status: VALID

View Type

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.
.


[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.BIM_DIMV_PROD_HIER references the following:

SchemaAPPS
SynonymMTL_CATEGORIES
SynonymMTL_ITEM_CATEGORIES

APPS.BIM_DIMV_PROD_HIER is not referenced by any database object