DBA Data[Home] [Help]

APPS.WF_PUB_ICC dependencies on WF_EVENT_T

Line 43: p_event in out NOCOPY WF_EVENT_T) return varchar2;

39: *If the systems to which the icc is published contain the system defined in susbcription paramter 'PUB_SYSTEM',
40: *start workflow process 'WF_PUB_ICC_NOTIFICATION' to send notification.
41: */
42: FUNCTION SEND_NOTIFICATION(p_subscription in RAW,
43: p_event in out NOCOPY WF_EVENT_T) return varchar2;
44:
45: END WF_PUB_ICC;
46: