DBA Data[Home] [Help]

PACKAGE: APPS.ZPB_WFMNT

Source


1 package ZPB_WFMNT AS
2 /* $Header: zpbwkfmnt.pls 120.0.12010.2 2006/08/03 18:49:12 appldev noship $ */
3 
4 
5 Procedure PURGEWF_BUSINESSAREA (p_business_area_id in number);
6 
7 procedure purge_Workflows (errbuf out nocopy varchar2,
8                           retcode out nocopy varchar2,
9                           p_inACID in Number,
10                           ACIDType in varchar2);
11 
12 
13 end ZPB_WFMNT;