DBA Data[Home] [Help]

APPS.MSC_ATP_PROC dependencies on MSC_APPS_INSTANCE_NODES

Line 3305: FROM msc_apps_instance_nodes

3301: BEGIN
3302: --Bug3765793 adding trim functions to remove spaces from db_link
3303: SELECT ltrim(rtrim(M2A_DBLINK))
3304: INTO l_dblink
3305: FROM msc_apps_instance_nodes
3306: WHERE instance_id = x_sr_instance_id and
3307: node_id = p_node_id;
3308: IF PG_DEBUG in ('Y', 'C') THEN
3309: msc_sch_wb.atp_debug('RAC instance');