DBA Data[Home] [Help]

APPS.HXC_APPROVAL_UTILITIES dependencies on HXC_TIMECARD_SEARCH_PKG

Line 298: hxc_timecard_search_pkg.get_attributes(

294: ,p_bld_blk_info_type_id => l_bld_blk_info_type_id
295: );
296:
297: l_flex_search_value :=
298: hxc_timecard_search_pkg.get_attributes(
299: p_search_by => p_search_by
300: ,p_search_value => p_search_value
301: ,p_flex_segment => l_segment
302: ,p_flex_context => l_context

Line 312: if l_flex_search_value = hxc_timecard_search_pkg.c_no_valueset_attached

308: );
309:
310:
311:
312: if l_flex_search_value = hxc_timecard_search_pkg.c_no_valueset_attached
313: then
314:
315: IF instr(p_search_operator, 'LIKE') <> 0
316: THEN