DBA Data[Home] [Help]

APPS.AMW_CONTROLS_PAGE_PKG dependencies on AMW_CONSTRAINTS_VL

Line 338: from AMW_Constraints_vl ac

334: --psomanat 12.04.2004: added to support association of canstraint to Control
335: elsif ((p_control_type = 'A' or p_control_type = 'C') AND (p_automation_type = 'SOD')) then
336: select distinct ac.CONSTRAINT_NAME
337: into l_control_source_name
338: from AMW_Constraints_vl ac
339: where to_char(ac.CONSTRAINT_ID) = l_control_source_id;
340: elsif ((p_control_type = 'A' or p_control_type = 'C') AND (p_automation_type = '10')) then
341: begin
342: l_ita_installed := 'N';