Edit D:\app\Administrator\product\11.2.0\dbhome_1\owb\wf\sql\WFGLOBLB.pls
REM dbdrv: sql ~PROD ~PATH ~FILE none none none package &phase=plb \ REM dbdrv: checkfile:~PROD:~PATH:~FILE /*=======================================================================+ | Copyright (c) 1996, 2004, Oracle. All rights reserved. | +=======================================================================+ | FILENAME | WFGLOBLB.pls | | DESCRIPTION | PL/SQL body for package: WF_GLOBAL | *=======================================================================*/ SET VERIFY OFF; WHENEVER SQLERROR EXIT FAILURE ROLLBACK; WHENEVER OSERROR EXIT FAILURE ROLLBACK; create or replace package body WF_GLOBAL as /* $Header: WFGLOBLB.pls 26.0 2004/07/23 08:16:21 vshanmug noship $ */ -- Init -- Procedure to initialize or reset the Workflow State variables and cache -- when Apps Initialize is performed. procedure Init is begin -- Workflow engine context variables Wf_Engine.setctx_itemtype := ''; Wf_Engine.setctx_itemkey := ''; -- Set threshold to the default value if in case it was reset in other sessions Wf_Engine.threshold := 50; -- Clear Woreflow error stack Wf_Core.Clear; -- Add other initialize/reset code here end Init; end WF_GLOBAL; / commit; exit;
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de