In PL/SQL, how are dynamic variable names built? For example, a cursor has fields week_1_date, week_2_date and so forth along with week_1_qty, etc. In a FOR LOOP, the date would be checked, "week_"+i+"_date", if date is within a certain timeframe then the corresponding qty would be zeroed out. Any suggestions how to handle this? Many thanks!