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


MATERIALIZED VIEW: APPS.ISC_FS_008_MV

Object Details
Object Name: ISC_FS_008_MV
Object Type: MATERIALIZED VIEW
Owner: APPS
Subobject Name:
Status: VALID
M-View Details
Container: ISC_FS_008_MV
Updatable: N
Rewrite Enabled: N
Rewrite Capability: GENERAL
Refresh Mode: DEMAND
Refresh Method: FAST
Build Mode: DEFERRED
Fast Refreshable: DIRLOAD_DML
MV Log Dependencies:

ISC_FS_002_MV
     ISC_FS_001_MV
          JTF_RS_GROUPS_DENORM
          JTF_RS_GROUP_USAGES
     JTF_RS_GROUPS_DENORM
     JTF_RS_GROUP_USAGES
ISC_FS_007_MV
     BIS_BUCKET
     BIS_BUCKET_CUSTOMIZATIONS
     ENI_OLTP_ITEM_STAR
     ISC_FS_TASK_BACKLOG_F
     ISC_FS_TASK_BAC_DATES_F

[View Source Query]

Columns
Name Datatype Length Mandatory Comments
REPORT_DATE DATE
Yes Backlog Aging report date
PARENT_DISTRICT_ID NUMBER

Parent District identifier
RECORD_TYPE VARCHAR2 (8)
Indicates if DISTRICT_ID contains RESOURCE_ID, GROUP_ID or TEAM_ID
DISTRICT_ID NUMBER

District identifier, may be for RESOURCE, GROUP or TEAM
DISTRICT_ID_C VARCHAR2 (81)
Concatenated District identifier, either DISTRICT_ID for non-leaf node or DISTRICT_ID.PARENT_DISTRICT_ID for leaf node
BACKLOG_COUNT NUMBER

Count of Tasks in backlog
TOTAL_BACKLOG_AGE NUMBER

Total Age in Days for Tasks in backlog
BACKLOG_AGE_B1 NUMBER

Count of Tasks in backlog in aging bucket range 1
BACKLOG_AGE_B2 NUMBER

Count of Tasks in backlog in aging bucket range 2
BACKLOG_AGE_B3 NUMBER

Count of Tasks in backlog in aging bucket range 3
BACKLOG_AGE_B4 NUMBER

Count of Tasks in backlog in aging bucket range 4
BACKLOG_AGE_B5 NUMBER

Count of Tasks in backlog in aging bucket range 5
BACKLOG_AGE_B6 NUMBER

Count of Tasks in backlog in aging bucket range 6
BACKLOG_AGE_B7 NUMBER

Count of Tasks in backlog in aging bucket range 7
BACKLOG_AGE_B8 NUMBER

Count of Tasks in backlog in aging bucket range 8
BACKLOG_AGE_B9 NUMBER

Count of Tasks in backlog in aging bucket range 9
BACKLOG_AGE_B10 NUMBER

Count of Tasks in backlog in aging bucket range 10
MV_GRP_ID NUMBER

Grouping ID Column
MV_COUNT NUMBER

Row Count
MV_BACKLOG_COUNT NUMBER

Count Column
MV_TOTAL_BACKLOG_AGE NUMBER

Count Column
MV_BACKLOG_AGE_B1 NUMBER

Count Column
MV_BACKLOG_AGE_B2 NUMBER

Count Column
MV_BACKLOG_AGE_B3 NUMBER

Count Column
MV_BACKLOG_AGE_B4 NUMBER

Count Column
MV_BACKLOG_AGE_B5 NUMBER

Count Column
MV_BACKLOG_AGE_B6 NUMBER

Count Column
MV_BACKLOG_AGE_B7 NUMBER

Count Column
MV_BACKLOG_AGE_B8 NUMBER

Count Column
MV_BACKLOG_AGE_B9 NUMBER

Count Column
MV_BACKLOG_AGE_B10 NUMBER

Count Column
Query Text

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


SELECT REPORT_DATE
,      PARENT_DISTRICT_ID
,      RECORD_TYPE
,      DISTRICT_ID
,      DISTRICT_ID_C
,      BACKLOG_COUNT
,      TOTAL_BACKLOG_AGE
,      BACKLOG_AGE_B1
,      BACKLOG_AGE_B2
,      BACKLOG_AGE_B3
,      BACKLOG_AGE_B4
,      BACKLOG_AGE_B5
,      BACKLOG_AGE_B6
,      BACKLOG_AGE_B7
,      BACKLOG_AGE_B8
,      BACKLOG_AGE_B9
,      BACKLOG_AGE_B10
,      MV_GRP_ID
,      MV_COUNT
,      MV_BACKLOG_COUNT
,      MV_TOTAL_BACKLOG_AGE
,      MV_BACKLOG_AGE_B1
,      MV_BACKLOG_AGE_B2
,      MV_BACKLOG_AGE_B3
,      MV_BACKLOG_AGE_B4
,      MV_BACKLOG_AGE_B5
,      MV_BACKLOG_AGE_B6
,      MV_BACKLOG_AGE_B7
,      MV_BACKLOG_AGE_B8
,      MV_BACKLOG_AGE_B9
,      MV_BACKLOG_AGE_B10
FROM APPS.ISC_FS_008_MV;

Dependencies

[top of page]

APPS.ISC_FS_008_MV references the following:

SchemaAPPS
TableISC_FS_002_MV
Materialized ViewISC_FS_002_MV
Materialized ViewISC_FS_007_MV
TableISC_FS_007_MV
TableISC_FS_008_MV

APPS.ISC_FS_008_MV is not referenced by any database object