set define '^' set verify off prompt ...wwv_flow_epg_include_modules Rem Rem MODIFIED (MM/DD/YYYY) Rem sspadafo 11/22/2005 - Created Rem sspadafo 11/26/2005 - revised Rem sspadafo 12/02/2005 - changed from standalone function to package Rem mhichwa 12/08/2005 - Changed name to application express -- -- The authorize function in this package implements the PL/SQL "inclusion list" for Application Express on XE. -- The package must be compiled in the Application Express product schema, e.g., FLOWS_020100. -- and referenced by name in the XDB config file, e.g., -- wwv_flow_epg_include_modules.authorize -- create or replace package wwv_flow_epg_include_modules as function authorize( procedure_name in varchar2) return boolean ; end wwv_flow_epg_include_modules; / show errors