DBA Data[Home] [Help]

PACKAGE: APPS.CSD_WF_PROCESS_PVT

Source


1 PACKAGE CSD_WF_PROCESS_PVT AS
2 /* $Header: csdvwfps.pls 120.0 2008/05/12 07:39:57 subhat noship $ */
3 
4 /* ---------------------------------------------------------*/
5 /* Define global variables                                  */
6 /* ---------------------------------------------------------*/
7 G_PKG_NAME  CONSTANT VARCHAR2(30) := 'CSD_WF_DEMO_PVT';
8 G_FILE_NAME CONSTANT VARCHAR2(12) := 'csdvrwfs.pls';
9 
10 
11 /*-----------------------------------------------------------------*/
12 /* procedure name: get_ro_details_wf                               */
13 /* description   : Derive RO details for the workflow              */
14 /* The procedure also checks to see if a role already exists for   */
15 /* the user, if not, it will create a ad-hoc role for the user     */
16 /*-----------------------------------------------------------------*/
17 PROCEDURE get_ro_details_wf(itemtype   in         varchar2,
18                             itemkey    in         varchar2,
19                             actid      in         number,
20                             funcmode   in         varchar2,
21                             resultout  out NOCOPY varchar2);
22 
23 END CSD_WF_PROCESS_PVT;