DBA Data[Home] [Help]

PACKAGE: APPS.ZPB_WF_ERROR

Source


1 PACKAGE ZPB_WF_ERROR AS
2 /* $Header: zpbwferror.pls 120.1.12010.2 2006/08/03 18:46:22 appldev noship $  */
3 
4 
5 PROCEDURE SET_ERROR(itemtype in VARCHAR2,
6                     itemkey  in VARCHAR2,
7                     actid    in NUMBER,
8                     funcmode in VARCHAR2,
9                     resultout OUT NOCOPY VARCHAR2);
10 
11 PROCEDURE SET_CONC_ERROR(itemtype in VARCHAR2,
12                     itemkey  in VARCHAR2,
13                     actid    in NUMBER,
14                     funcmode in VARCHAR2,
15                     resultout OUT NOCOPY VARCHAR2);
16 
17 END ZPB_WF_ERROR;