DBA Data[Home] [Help]

APPS.BIS_MV_REFRESH dependencies on ALL_OBJECTS

Line 881: all_objects c

877: select
878: distinct
879: c.object_name mview_name
880: from
881: all_objects c
882: where c.object_name=mvNameFromBOP
883: and c.owner=g_apps_schema_name
884: and c.object_type='MATERIALIZED VIEW'
885: and c.status='INVALID';