Edit D:\app\Administrator\product\11.2.0\dbhome_1\apex\core\flowg.sql
set define '^' set verify off Rem MODIFIED (MM/DD/YYYY) Rem mhichwa 08/04/1999 - Created Rem mhichwa 03/18/2003 - Added n_arr (bug 2845535) Rem jkallman 09/22/2005 - Added g_xe Rem jkallman 09/27/2005 - Change g_xe to be boolean Rem jkallman 02/06/2007 - Change g_image_prefix to use wwv_flow_image_prefix create or replace package wwv_flow_global -- Copyright (c) Oracle Corporation 1999 - 2003. All Rights Reserved. -- -- DESCRIPTION -- Flow global package variables. -- -- SECURITY -- Publicly executable. -- -- NOTES -- Allows sharing of data within a session that does not belong to any given package. -- Includes type declaration(s). -- -- RUNTIME DEPLOYMENT: YES -- is g_v255_result varchar2(255) := null; g_v1_result varchar2(1) := null; g_image_prefix constant varchar2(255) := wwv_flow_image_prefix.g_image_prefix; g_xe boolean := case '^10' when '1' then true else false end; -------- -- types -- type vc_arr2 is table of varchar2(32767) index by binary_integer; type n_arr is table of number index by binary_integer; end; / show errors grant execute on wwv_flow_global to public;
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de