DBA Data[Home] [Help]

APPS.HZ_EVENT_PKG dependencies on WF_SYSTEMS

Line 76: wf_systems ws

72: CURSOR cu0 IS
73: SELECT 'Y'
74: FROM wf_events eve,
75: wf_event_subscriptions sub,
76: wf_systems ws
77: WHERE eve.name = p_event_name
78: AND eve.status = 'ENABLED'
79: AND eve.guid = sub.event_filter_guid
80: AND UPPER(sub.rule_function) = 'HZ_EVENT_ELT.HZ_PARAM_DELETE'