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: amwcmlss.pls 120.1 2005/12/06 07:15:03 appldev 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:
9: ---10.11.2005 npanandi: changed the signature of
10: ---listen_cm_approval to the below procedure