DBA Data[Home] [Help]

APPS.WF_BES_CACHE dependencies on WF_EVENTS

Line 215: FROM wf_events

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

Line 313: wf_events evt

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