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


TABLE: IMC.IMC_REPORTS_OLDINFO

Object Details
Object Name: IMC_REPORTS_OLDINFO
Object Type: TABLE
Owner: IMC
Subobject Name:
Status: VALID


This table is used as a backup of the summary table IMC_REPORTS_SUMMARY. This table contains the data that was present on IMC_REPORTS_SUMMARY just before running the concurrent program.


Storage Details
Tablespace: TablespaceAPPS_TS_NOLOGGING
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IMC_REPORTS_OLDINFO_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_NOLOGGING ColumnREPORT_NAME
Columns
Name Datatype Length Mandatory Comments
REPORT_NAME VARCHAR2 (30)
Report Name
REPORT_TYPE VARCHAR2 (5)
Report Type
CATEGORY VARCHAR2 (80)
Various categories under which the party records can be grouped, for each report
PARENT_CATEGORY VARCHAR2 (30)
Parent Category to the Category value
PER_CNT NUMBER

Person Count
PER_PCT NUMBER

Person Percentage
REL_CNT NUMBER

Relationship Count
REL_PCT NUMBER

Relationship Percentage
ORG_CNT NUMBER

Organization Count
ORG_PCT NUMBER

Organization Percentage
TOTAL_CNT NUMBER

Total Count
TOTAL_PCT NUMBER

Total Percentage
TIME_STAMP DATE

Time Stamp information
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT REPORT_NAME
,      REPORT_TYPE
,      CATEGORY
,      PARENT_CATEGORY
,      PER_CNT
,      PER_PCT
,      REL_CNT
,      REL_PCT
,      ORG_CNT
,      ORG_PCT
,      TOTAL_CNT
,      TOTAL_PCT
,      TIME_STAMP
FROM IMC.IMC_REPORTS_OLDINFO;

Dependencies

[top of page]

IMC.IMC_REPORTS_OLDINFO does not reference any database object

IMC.IMC_REPORTS_OLDINFO is referenced by following:

SchemaAPPS
SynonymIMC_REPORTS_OLDINFO