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


MATERIALIZED VIEW: APPS.ISC_MAINT_003_MV

Object Details
Object Name: ISC_MAINT_003_MV
Object Type: MATERIALIZED VIEW
Owner: APPS
Subobject Name:
Status: VALID
M-View Details
Container: ISC_MAINT_003_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:

BIS_BUCKET
BIS_BUCKET_CUSTOMIZATIONS
FII_TIME_DAY
ISC_MAINT_REQ_WO_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
GRP_ID NUMBER

Rollup group identifier. Used to identify the rollup group attributed to the row
ORGANIZATION_ID NUMBER

Maintenance Organization Id
REQUEST_TYPE VARCHAR2 (30)
Request Type, 1 - Work Request, 2 - Service Request
ASSET_GROUP_ID NUMBER

Work Order Asset Group ID
INSTANCE_ID NUMBER

Work Order Asset Number
DEPARTMENT_ID NUMBER

Department responsible for the scheduling and execution of the Work Order
BUCKET_NUM NUMBER

Completion Days Distribution Bucket number
TOTAL_REQUESTS NUMBER

Total Number of Work Request and Service Requests completed
TOTAL_RESPONSE_DAYS NUMBER

Sum of all Response Days.Average Response Days = TOTAL_RESPONSE_DAYS / TOTAL_REQUESTS
TOTAL_COMPLETION_DAYS NUMBER

Sum of all Completion Days.Average Compltion Days = TOTAL_COMPLETION_DAYS / TOTAL_REQUESTS
MV_GROUPING_ID NUMBER

Grouping ID Column
MV_DAY_ID NUMBER

FII Day Identifier
MV_WEEK_ID NUMBER

FII Week Identifier
MV_PERIOD_ID NUMBER

Enterprise Period Identifier
MV_ENT_QTR_ID NUMBER

Enterprise Quarter Identifier
MV_ENT_YEAR_ID NUMBER

Enterprise Year Identifier
MV_TOTAL_RESPONSE_DAYS NUMBER

Count Column
MV_TOTAL_COMPLETION_DAYS NUMBER

Count Column
MV_COUNT NUMBER

Row Count
Query Text

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


SELECT TIME_ID
,      PERIOD_TYPE_ID
,      GRP_ID
,      ORGANIZATION_ID
,      REQUEST_TYPE
,      ASSET_GROUP_ID
,      INSTANCE_ID
,      DEPARTMENT_ID
,      BUCKET_NUM
,      TOTAL_REQUESTS
,      TOTAL_RESPONSE_DAYS
,      TOTAL_COMPLETION_DAYS
,      MV_GROUPING_ID
,      MV_DAY_ID
,      MV_WEEK_ID
,      MV_PERIOD_ID
,      MV_ENT_QTR_ID
,      MV_ENT_YEAR_ID
,      MV_TOTAL_RESPONSE_DAYS
,      MV_TOTAL_COMPLETION_DAYS
,      MV_COUNT
FROM APPS.ISC_MAINT_003_MV;

Dependencies

[top of page]

APPS.ISC_MAINT_003_MV references the following:

SchemaAPPS
TableISC_MAINT_003_MV
SchemaBIS
TableBIS_BUCKET
TableBIS_BUCKET_CUSTOMIZATIONS
SchemaFII
TableFII_TIME_DAY
SchemaISC
TableISC_MAINT_REQ_WO_F

APPS.ISC_MAINT_003_MV is not referenced by any database object