DBA Data[Home] [Help]

PACKAGE: APPS.IGS_PR_PROG_OUT_WF_PKG

Source


1 PACKAGE igs_pr_prog_out_wf_pkg AUTHID CURRENT_USER AS
2 /* $Header: IGSPR36S.pls 115.1 2002/11/29 02:52:43 nsidana noship $ */
3 
4   /*************************************************************
5   Created By :Deepankar Dey
6   Date Created on : 30-Sept-2002
7   Purpose :  This procedure checks the Business Events Name and route the Workflow control to particular
8              Notification Activity and pass corresponding parameters to the Message Body of that Notification .
9   Change History
10   Who             When            What
11 
12   (reverse chronological order - newest change first)
13   ***************************************************************/
14 
15   PROCEDURE find_prog_out_notification(
16                          itemtype    IN VARCHAR2,
17                          itemkey     IN VARCHAR2,
18                          actid	    IN NUMBER,
19                          funcmode    IN VARCHAR2,
20                          resultout   IN OUT NOCOPY VARCHAR2
21 			 );
22 
23 
24 END igs_pr_prog_out_wf_pkg;