3910: wf_process_type wf_process_type,
3911: wf_process_name wf_process_name,
3912: subscription_parameters parameters,
3913: subscription_on_error_type error_type
3914: FROM wf_active_subscriptions_v wfact, wf_agents aa,
3915: wf_agents ab, wf_agents ac
3916: WHERE event_name = p_event_name
3917: and wfact.subscription_out_agent_guid = aa.guid(+)
3918: and wfact.subscription_to_agent_guid = ab.guid(+)
3921: l_cells tdType;
3922: i pls_integer;
3923:
3924: begin
3925: l_cells(1) := 'WH:Event Subscriptions from Database using the view WF_ACTIVE_SUBSCRIPTIONS_V';
3926: Get_table(l_cells, 1, 'H', l_result);
3927: l_cells.DELETE;
3928:
3929: l_cells(1) := '5%:Source Type';