DBA Data[Home] [Help]

APPS.RCV_DCP_PVT dependencies on V$DATABASE

Line 115: FROM v$database;

111: l_module_name CONSTANT VARCHAR2(100) := g_pkg_name || '.' || 'SEND_MAIL';
112:
113: CURSOR c_env IS
114: SELECT NAME
115: FROM v$database;
116: BEGIN
117: --
118: IF g_debug_on = 'Y' THEN
119: l_debug_on := TRUE;

Line 402: FROM v$database;

398: WHERE user_id = p_user_id;
399:
400: CURSOR c_env IS
401: SELECT NAME
402: FROM v$database;
403: BEGIN
404: /***
405: a) Check if debug is ON
406: b) If rollback is allowed and debug is off then turn debug ON and Raise Exception