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


MATERIALIZED VIEW: APPS.MSC_CURRENCY_CONV_MV

Object Details
Object Name: MSC_CURRENCY_CONV_MV
Object Type: MATERIALIZED VIEW
Owner: APPS
Subobject Name:
Status: VALID
M-View Details
Container: MSC_CURRENCY_CONV_MV
Updatable: N
Rewrite Enabled: N
Rewrite Capability: NONE
Refresh Mode: DEMAND
Refresh Method: COMPLETE
Build Mode: PREBUILT
Fast Refreshable: NO
MV Log Dependencies:

MSC_PHUB_DATES_MV
     MSC_BIS_PERIODS

[View Source Query]

Columns
Name Datatype Length Mandatory Comments
FROM_CURRENCY VARCHAR2 (30) Yes
TO_CURRENCY VARCHAR2 (30) Yes
CALENDAR_DATE DATE

CONV_RATE NUMBER
Yes
Query Text

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


SELECT FROM_CURRENCY
,      TO_CURRENCY
,      CALENDAR_DATE
,      CONV_RATE
FROM APPS.MSC_CURRENCY_CONV_MV;

Dependencies

[top of page]

APPS.MSC_CURRENCY_CONV_MV references the following:

SchemaAPPS
TableMSC_CURRENCY_CONV_MV
TableMSC_PHUB_DATES_MV
Materialized ViewMSC_PHUB_DATES_MV
SchemaMSC
TableMSC_APCC_CONFIG
TableMSC_CURRENCY_CONVERSIONS

APPS.MSC_CURRENCY_CONV_MV is not referenced by any database object