[Home] [Help]
3080: --27:12:05 : psomanat
3081: -- holds the control associated with the Constraint
3082: CURSOR C_Control_Ids(l_constraint_id in NUMBER) IS
3083: SELECT CONTROL_ID
3084: FROM AMW_CONTROLS_ALL_VL ctl
3085: WHERE ctl.AUTOMATION_TYPE ='SOD'
3086: AND CURR_APPROVED_FLAG ='Y'
3087: AND ctl.SOURCE =l_constraint_id;
3088: