DBA Data[Home] [Help]

APPS.FII_AR_CASH_PKG dependencies on V$DATABASE

Line 78: from v$database;

74: -- Findwarehouse database name
75: -- ----------------------------
76: select name
77: into l_db_name1
78: from v$database;
79:
80: -- --------------------------------------------------------
81: -- Only if the customer is Oracle IT, then we will use
82: -- Cons Revenue. Otherwise, we will use AR Revenue

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

137: -- Check if same instance
138: -- ----------------------------
139: IF g_rec(i).valid THEN
140: l_stmt := 'select name '||
141: 'from v$database@'||g_rec(i).db_link;
142:
143: if g_debug_flag = 'Y' then
144: edw_log.debug_line('');
145: edw_log.debug_line(l_stmt);