DBA Data[Home] [Help]

APPS.MSC_ATP_PROC dependencies on MSC_APPS_INSTANCE_NODES

Line 3314: FROM msc_apps_instance_nodes

3310: BEGIN
3311: --Bug3765793 adding trim functions to remove spaces from db_link
3312: SELECT ltrim(rtrim(M2A_DBLINK))
3313: INTO l_dblink
3314: FROM msc_apps_instance_nodes
3315: WHERE instance_id = x_sr_instance_id and
3316: node_id = p_node_id;
3317: IF PG_DEBUG in ('Y', 'C') THEN
3318: msc_sch_wb.atp_debug('RAC instance');