DBA Data[Home] [Help]

APPS.AMW_UTILITY_PVT dependencies on AMW_CONTROLS_ALL_VL

Line 878: from amw_controls_all_vl ct

874: l_control_name varchar2(240);
875:
876: begin
877: select ct.name into l_control_name
878: from amw_controls_all_vl ct
879: where
880: ct.control_id = p_control_id and
881: ct.LATEST_REVISION_FLAG = 'Y';
882: