DBA Data[Home] [Help]

APPS.AMW_CM_EVENT_LISTNER_PKG dependencies on WF_EVENT_T

Line 6: p_event in out NOCOPY wf_event_t

2: /*$Header: amwcmlsb.pls 120.2 2006/08/25 10:58:43 yreddy noship $*/
3:
4: FUNCTION listen_cm_approval
5: ( p_subscription_guid in raw,
6: p_event in out NOCOPY wf_event_t
7: ) return VARCHAR2
8: IS
9:
10: l_key varchar2(240) := p_event.GetEventKey();