61: db_ludate date; -- entity update date in db
62:
63:
64: cursor c1 is
65: select cs_definition_id from msd_cs_definitions
66: where name = p_definition_name;
67:
68: /* cursor c2 is
69: select level_id from msd_levels
162: f_ludate date; -- entity update date in file
163:
164: cursor c1 is
165: select cs_definition_id
166: from msd_cs_definitions
167: where
168: name = p_definition_name;
169: /*
170: cursor c2 is