290: if ParamType = 'WORKITEM' then
291: begin
292: select 1 into l_ParamCount from dual
293: where exists ( select LOOKUP_CODE
294: from CSI_LOOKUPS
295: where LOOKUP_CODE = Param
296: and lookup_type = 'CSI_EXTEND_ATTRIB_POOL');
297:
298: