[Home] [Help]
183: return true;
184: elsif(l_wipEntityType is null) then
185: select entity_type
186: into l_wipEntityType
187: from wip_entities
188: where wip_entity_id = l_wipEntityID
189: and organization_id = l_orgID;
190:
191: if (l_logLevel <= wip_constants.trace_logging) then