Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

CASE

WHEN v_get_grid = FALSE AND v_list_of_param(v_idx).IsDefaulted = 'N' THEN


v_result := FALSE;
EXIT;
WHEN v_get_grid = FALSE AND v_list_of_param(v_idx).IsDefaulted = 'Y' THEN
v_temp := 'NULL';
EXIT;
END CASE;

You might also like