DBA Data[Home] [Help]

APPS.FND_BES_PROC dependencies on WF_EVENT_T

Line 6: p_event in out nocopy wf_event_t)

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;