[Home] [Help]
[Dependency Information]
| Object Name: | IMC_GROWTH_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 |
|---|---|---|---|---|
| MONTH | VARCHAR2 | (4000) | Month | |
| MONTH_NO | NUMBER | Month Number | ||
| PER_PARTY | NUMBER | Count of Party of type Person | ||
| PER_PCT | VARCHAR2 | (40) | Percent of Party of type Person | |
| ORG_PARTY | NUMBER | count of party of type Organization | ||
| ORG_PCT | VARCHAR2 | (40) | percent of party of type Organization | |
| REL_PARTY | NUMBER | Count of party of type Relationship | ||
| REL_PCT | VARCHAR2 | (40) | percentage of parties of type Relationship | |
| TOTAL_CNT | NUMBER | Count of all parties | ||
| TOTAL_PCT | VARCHAR2 | (40) | Percentage of total parties |
Cut, paste (and edit) the following text to query this object:
SELECT MONTH
, MONTH_NO
, PER_PARTY
, PER_PCT
, ORG_PARTY
, ORG_PCT
, REL_PARTY
, REL_PCT
, TOTAL_CNT
, TOTAL_PCT
FROM APPS.IMC_GROWTH_RPT_V;
APPS
FND_MESSAGE
- show dependent code
IMC_GROWTH_PARTIES_V
IMC_GROWTH_TIME_V
PUBLIC
DUAL
APPS.IMC_GROWTH_RPT_V is not referenced by any database object
|
|
|
|