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


TABLE: APPS.ISC_FS_004_MV

Object Details
Object Name: ISC_FS_004_MV
Object Type: TABLE
Owner: APPS
FND Design Data: TableFND.ISC_FS_004_MV
Subobject Name:
Status: VALID
Storage Details
Tablespace: TablespaceAPPS_TS_SUMMARY
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
I_SNAP$_ISC_FS_004_MV FUNCTION-BASED NORMAL UNIQUE TablespaceAPPS_TS_SUMMARY ColumnSYS_OP_MAP_NONNULL("TIME_ID")
ColumnSYS_OP_MAP_NONNULL("PERIOD_TYPE_ID")
ColumnSYS_OP_MAP_NONNULL("PARENT_DISTRICT_ID")
ColumnSYS_OP_MAP_NONNULL("RECORD_TYPE")
ColumnSYS_OP_MAP_NONNULL("DISTRICT_ID")
ColumnSYS_OP_MAP_NONNULL("DISTRICT_ID_C")
ISC_FS_004_MV_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SUMMARY ColumnMV_COUNT
ISC_FS_004_MV_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_SUMMARY ColumnTIME_ID
ColumnPERIOD_TYPE_ID
ColumnPARENT_DISTRICT_ID
ColumnDISTRICT_ID_C
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 does not reference any database object

APPS.ISC_FS_004_MV is referenced by following:

SchemaAPPS
Materialized ViewISC_FS_004_MV