DBA Data[Home] [Help]

APPS.MSC_ATP_PUB dependencies on GV$INSTANCE

Line 2391: from gv$instance;

2387: --bug3520746
2388: BEGIN
2389: SELECT count(*)
2390: into l_rac_count
2391: from gv$instance;
2392: IF l_rac_count > 1 then
2393: l_node_id := userenv('INSTANCE');
2394: IF PG_DEBUG in ('Y', 'C') THEN
2395: msc_sch_wb.atp_debug('RAC Instance id is:' || l_node_id);