DBA Data[Home] [Help]

APPS.WF_PUB_ICC dependencies on WF_EVENT_T

Line 77: p_event in out NOCOPY WF_EVENT_T)return varchar2

73: *If the systems to which the icc is published contain the system defined in susbcription paramter 'PUB_SYSTEM',
74: *start workflow process 'WF_PUB_ICC_NOTIFICATION' to send notification.
75: */
76: FUNCTION SEND_NOTIFICATION(p_subscription in RAW,
77: p_event in out NOCOPY WF_EVENT_T)return varchar2
78: IS
79: l_rule VARCHAR2(20);
80: l_batch_id NUMBER;
81: l_mail_to VARCHAR2(320);