Edit D:\app\Administrator\product\11.2.0\dbhome_1\apex\core\cssapi.sql
set define '^' set verify off prompt ...wwv_flow_css_api_private Rem NAME Rem cssapi.sql Rem Rem RUNTIME DEPLOYMENT: YES Rem Rem Arguments: Rem 1: Rem 2: Rem 3: Flow user Rem Rem MODIFIED (MM/DD/YYYY) Rem sdillon 05/14/2001 - Created Rem sdillon 05/24/2001 - Removed unnecessary params to update_css Rem sdillon 05/24/2001 - Removed sec group id from new css repos record Rem jkallman 08/18/2003 - Remove write_css (Bug 3063954) Rem sspadafo 09/11/2004 - Add remove_css overloaded procedure (Bug 3821504) Rem jkallman 03/27/2006 - Add support for p_file_charset (Bug 5116366) Rem sspadafo 06/24/2006 - Changed package name. This package will contain only private entry points. (Bug 5308534) create or replace package wwv_flow_css_api_private as /* * create record in wwv_flow_css_repository, and find the associated * record in wwv_flow_file_object$ (key off of p_new_css_name) and * write that blob to the file system */ procedure process_new_css( p_flow_id in number, p_css_name in varchar2, p_notes in varchar2, p_file_charset in varchar2 default null) ; /* * update existing record in wwv_flow_css_repository, and find the * record in wwv_flow_file_object$ and update the blob with * p_css_contents */ procedure update_css( p_css_id in number, p_css_name in varchar2, p_css_contents in varchar2, p_css_notes in varchar2) ; /* * Create a new css_repository entry, returns unique id for * wwv_flow_css_repository table. */ function new_css_repository_record( p_name in out varchar2, p_varchar2_table in dbms_sql.varchar2_table, p_mimetype in varchar2, p_flow_id in number, p_notes in varchar2) return number ; -- -- F I L E S Y S T E M I N T E G R A T I O N -- /* * pass in the css id of the wwv_flow_css_repository record representing * the css file you want to drop. If this css does not exist according to the * wwv_flow_css_repository table, this will fail. */ procedure remove_css( p_id in number) ; -- -- remove by name -- procedure remove_css( p_css_name in varchar2) ; end wwv_flow_css_api_private; / show error
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de