DBA Data[Home] [Help]

PACKAGE: APPS.FND_BES_PROC

Source


1 package fnd_bes_proc as
2 /* $Header: AFBESPROCS.pls 120.2 2005/10/20 21:47:32 mputhiya ship $ */
3 
4 --------------------------------------------------------------------------------
5 function process_event(p_subscription_guid in     raw,
6                        p_event             in out nocopy wf_event_t)
7    return varchar2;
8 
9 end fnd_bes_proc;