DBA Data[Home] [Help]

APPS.AMW_CONTROLS_PAGE_PKG dependencies on WF_ACTIVITIES_VL

Line 299: from wf_activities_vl

295:
296: elsif ((p_control_type = 'A' or p_control_type = 'C') AND (p_automation_type = '5')) then
297: select distinct display_name
298: into l_control_source_name
299: from wf_activities_vl
300: --where name = p_control_source_id and type='PROCESS'
301: where name = l_control_source_id and type='PROCESS'
302: and end_date is null;
303: elsif ((p_control_type = 'A' or p_control_type = 'C') AND (p_automation_type = '7')) then