[Home] [Help]
[Dependency Information]
Object Name: | EGO_PROD_CAT_SALES_MARKET_AGV |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Business Intelligence System view
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
CATEGORY_SET_ID | NUMBER | (15) | Yes | This is one of the primary keys for category; foreign key to MTL_CATEGORY_SETS_B |
CATEGORY_ID | NUMBER | (15) | This is one of the primary keys for category; foreign key to MTL_CATEGORIES_B | |
INCLUDE_IN_FORECAST | VARCHAR2 | (1) | Specifies if this category should be included in forecast | |
EXPECTED_PURCHASE | VARCHAR2 | (1) | Specifies if there is a purchase interest for this category | |
EXCLUDE_USER_VIEW | VARCHAR2 | (1) | Used to know if a node needs to be skipped |
Cut, paste (and edit) the following text to query this object:
SELECT CATEGORY_SET_ID
, CATEGORY_ID
, INCLUDE_IN_FORECAST
, EXPECTED_PURCHASE
, EXCLUDE_USER_VIEW
FROM APPS.EGO_PROD_CAT_SALES_MARKET_AGV;
|
|
|