DBA Data[Home] [Help]

APPS.MSC_SCH_WB dependencies on GV$INSTANCE

Line 518: from gv$instance;

514: --bug3610706 start
515: BEGIN
516: SELECT count(*)
517: into l_rac_count
518: from gv$instance;
519: IF l_rac_count > 1 then
520: l_node_id := userenv('INSTANCE');
521: IF PG_DEBUG in ('Y', 'C') THEN
522: msc_sch_wb.atp_debug('RAC Instance id is:' || l_node_id);