DBA Data[Home] [Help]

APPS.AMW_CONTROLS_PAGE_PKG dependencies on FND_PROFILE_OPTIONS_VL

Line 269: from fnd_profile_options_vl

265:
266: if ((p_control_type = 'A' or p_control_type = 'C') AND (p_automation_type = '1')) then
267: select user_profile_option_name
268: into l_control_source_name
269: from fnd_profile_options_vl
270: --where to_char(profile_option_id) = p_control_source_id
271: where to_char(profile_option_id) = l_control_source_id
272: and application_id = p_application_id;
273: elsif ((p_control_type = 'A' or p_control_type = 'C') AND (p_automation_type = '2')) then