DBA Data[Home] [Help]

APPS.IRC_SEEKER_VAC_MATCHING_PKG dependencies on CATSEARCH

Line 277: AND catsearch(loc.derived_locale, p_location_to_match, null) > 0;

273: l_return := 1;
274: ELSE
275: select count(*) into l_return from hr_locations_all loc
276: where LOC.location_id = p_location_id
277: AND catsearch(loc.derived_locale, p_location_to_match, null) > 0;
278: END IF;
279: --
280:
281: RETURN l_return;

Line 1475: AND catsearch( loc.derived_locale(+), nvl(icrit.location,''*''), null) > 0 ';

1471: OR contains (ipc_tl.name, nvl(:keywords,''123Sys_Def321''))>0
1472: ) ';
1473: -- Location Keyword Match
1474: l_sql := l_sql||' AND loc.location_id(+)=:location_id
1475: AND catsearch( loc.derived_locale(+), nvl(icrit.location,''*''), null) > 0 ';
1476: -- Location Distance Match
1477: l_sql := l_sql||' AND (icrit.geometry.sdo_point.x is null or exists (select 1 from hr_locations_all loc2 where
1478: loc2.location_id=:location_id
1479: and icrit.geometry.sdo_point.x is not null