DBA Data[Home] [Help]

APPS.WS_RULE dependencies on WF_EVENT_FUNCTIONS_PKG

Line 102: if (WF_EVENT_FUNCTIONS_PKG.SubParamInEvent(p_subscription_guid, p_event))

98: l_retmsg varchar2(2000) := null;
99:
100: begin
101:
102: if (WF_EVENT_FUNCTIONS_PKG.SubParamInEvent(p_subscription_guid, p_event))
103: then
104:
105: select ecx_inlstn_s.nextval into i_message_counter from dual ;
106: status := 2;