DBA Data[Home] [Help]

APPS.WF_DIAGNOSTICS dependencies on WF_ACTIVE_SUBSCRIPTIONS_V

Line 4265: FROM wf_active_subscriptions_v wfact, wf_agents aa,

4261: wf_process_type wf_process_type,
4262: wf_process_name wf_process_name,
4263: subscription_parameters parameters,
4264: subscription_on_error_type error_type
4265: FROM wf_active_subscriptions_v wfact, wf_agents aa,
4266: wf_agents ab, wf_agents ac
4267: WHERE event_name = p_event_name
4268: and wfact.subscription_out_agent_guid = aa.guid(+)
4269: and wfact.subscription_to_agent_guid = ab.guid(+)

Line 4276: l_cells(1) := 'WH:Event Subscriptions from Database using the view WF_ACTIVE_SUBSCRIPTIONS_V';

4272: l_cells tdType;
4273: i pls_integer;
4274:
4275: begin
4276: l_cells(1) := 'WH:Event Subscriptions from Database using the view WF_ACTIVE_SUBSCRIPTIONS_V';
4277: Get_table(l_cells, 1, 'H', l_result);
4278: l_cells.DELETE;
4279:
4280: l_cells(1) := '5%:Source Type';