DBA Data[Home] [Help]

APPS.FII_AR_RISK_PKG dependencies on V$DATABASE

Line 68: from v$database;

64: -- Find warehouse database name
65: -- ----------------------------
66: select name
67: into l_db_name1
68: from v$database;
69:
70: -- --------------------------------------------------------
71: -- Loop the complete set of instances
72: -- --------------------------------------------------------

Line 115: 'from v$database@'||g_rec(i).db_link;

111: -- Check if same instance
112: -- ----------------------------
113: IF g_rec(i).valid THEN
114: l_stmt := 'select name '||
115: 'from v$database@'||g_rec(i).db_link;
116:
117: if g_debug_flag = 'Y' then
118: edw_log.debug_line('');
119: edw_log.debug_line(l_stmt);