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 423: FROM v$database;

419: WHERE user_id = p_user_id;
420:
421: CURSOR c_env IS
422: SELECT NAME
423: FROM v$database;
424: BEGIN
425: /***
426: a) Check if debug is ON
427: b) If rollback is allowed and debug is off then turn debug ON and Raise Exception