[Home] [Help]
[Dependency Information]
Object Name: | IMC_INDUSTRY_RPT_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
INDUSTRY | VARCHAR2 | (80) | Industry | |
CATEGORY_CODE | VARCHAR2 | (30) | Category Code | |
CUSTOMERS | NUMBER | Number of Customers | ||
PERCENT | VARCHAR2 | (40) | Percent of Customers |
Cut, paste (and edit) the following text to query this object:
SELECT INDUSTRY
, CATEGORY_CODE
, CUSTOMERS
, PERCENT
FROM APPS.IMC_INDUSTRY_RPT_V;
APPS.IMC_INDUSTRY_RPT_V is not referenced by any database object
|
|
|