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


MATERIALIZED VIEW: APPS.ISC_FS_004_MV

Object Details
Object Name: ISC_FS_004_MV
Object Type: MATERIALIZED VIEW
Owner: APPS
Subobject Name:
Status: VALID
M-View Details
Container: ISC_FS_004_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_003_MV
     ENI_OLTP_ITEM_STAR
     FII_TIME_DAY
     ISC_FS_TASK_ACTIVITY_F

[View Source Query]

Columns
Name Datatype Length Mandatory Comments
TIME_ID NUMBER

Nested Grouping ID Column for Time
PERIOD_TYPE_ID NUMBER

Period type identifier based on XTD nested model
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
FIRST_OPENED NUMBER

Count of First Opened tasks
REOPENED NUMBER

Count of Reopened tasks
CLOSED NUMBER

Count of Closed tasks
MV_GRP_ID NUMBER

Grouping ID Column
MV_COUNT NUMBER

Row Count
MV_FIRST_OPENED NUMBER

Count Column
MV_REOPENED NUMBER

Count Column
MV_CLOSED NUMBER

Count Column
Query Text

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


SELECT TIME_ID
,      PERIOD_TYPE_ID
,      PARENT_DISTRICT_ID
,      RECORD_TYPE
,      DISTRICT_ID
,      DISTRICT_ID_C
,      FIRST_OPENED
,      REOPENED
,      CLOSED
,      MV_GRP_ID
,      MV_COUNT
,      MV_FIRST_OPENED
,      MV_REOPENED
,      MV_CLOSED
FROM APPS.ISC_FS_004_MV;

Dependencies

[top of page]

APPS.ISC_FS_004_MV references the following:

SchemaAPPS
TableISC_FS_002_MV
Materialized ViewISC_FS_002_MV
Materialized ViewISC_FS_003_MV
TableISC_FS_003_MV
TableISC_FS_004_MV

APPS.ISC_FS_004_MV is not referenced by any database object