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


VIEW: APPS.IMC_GROWTH_RPT_V

Object Details
Object Name: IMC_GROWTH_RPT_V
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

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

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;

Dependencies

[top of page]

APPS.IMC_GROWTH_RPT_V references the following:

SchemaAPPS
PL/SQL PackageFND_MESSAGE - show dependent code
ViewIMC_GROWTH_PARTIES_V
ViewIMC_GROWTH_TIME_V
SchemaPUBLIC
SynonymDUAL

APPS.IMC_GROWTH_RPT_V is not referenced by any database object