Hi,
My procedure accepts one parameter, group_id. But its optional. If its left NULL, the program has to process all records. If it has a value, the program process all records with a group_id = the value.
I'm using a cursor that accepts the parameter currently...
CURSOR...