DBA Data[Home] [Help]

APPS.WF_BES_CACHE dependencies on WF_EVENTS

Line 219: FROM wf_events

215:
216: CURSOR c_get_event (cp_event_name varchar2) IS
217: SELECT guid, name, type, status, generate_function,
218: java_generate_func, licensed_flag
219: FROM wf_events
220: WHERE name = cp_event_name;
221:
222: begin
223: if (p_event_obj is null) then

Line 317: wf_events evt

313: sub.standard_code std_code,
314: sub.on_error_code on_error,
315: sub.action_code action
316: from wf_event_subscriptions sub,
317: wf_events evt
318: where sub.system_guid = wf_event.local_system_guid
319: and sub.status = 'ENABLED'
320: and sub.licensed_flag = 'Y'
321: and sub.source_type = cp_source_type