DBA Data[Home] [Help]

APPS.MSC_ATP_PUB dependencies on GV$INSTANCE

Line 2420: from gv$instance;

2416: --bug3520746
2417: BEGIN
2418: SELECT count(*)
2419: into l_rac_count
2420: from gv$instance;
2421: IF l_rac_count > 1 then
2422: l_node_id := userenv('INSTANCE');
2423: IF PG_DEBUG in ('Y', 'C') THEN
2424: msc_sch_wb.atp_debug('RAC Instance id is:' || l_node_id);