DBA Data[Home] [Help]

APPS.HXC_GENERIC_RETRIEVAL_UTILS dependencies on HXC_PREFERENCE_EVALUATION

Line 308: l_tmp_otm_tab hxc_preference_evaluation.t_pref_table;

304:
305: l_ret_ranges_tmp_tab t_resource_rtr;
306:
307:
308: l_tmp_otm_tab hxc_preference_evaluation.t_pref_table;
309: l_tmp_rtr_tab hxc_preference_evaluation.t_pref_table;
310:
311:
312: l_ret_ranges t_ret_ranges;

Line 309: l_tmp_rtr_tab hxc_preference_evaluation.t_pref_table;

305: l_ret_ranges_tmp_tab t_resource_rtr;
306:
307:
308: l_tmp_otm_tab hxc_preference_evaluation.t_pref_table;
309: l_tmp_rtr_tab hxc_preference_evaluation.t_pref_table;
310:
311:
312: l_ret_ranges t_ret_ranges;
313: l_ret_ranges1 t_ret_ranges;

Line 485: hxc_preference_evaluation.resource_preferences(

481: --would return tables sorted on start date.
482:
483: BEGIN
484:
485: hxc_preference_evaluation.resource_preferences(
486: p_resource_id => l_resource_index,
487: p_preference_code => 'TS_PER_RETRIEVAL_RULES',
488: p_start_evaluation_date =>l_resource_start_time,
489: p_end_evaluation_date =>l_resource_stop_time,

Line 495: hxc_preference_evaluation.resource_preferences(

491: p_no_prefs_outside_asg => TRUE );
492:
493: IF l_process_id IN ( -1, l_bee_ret_id)
494: THEN
495: hxc_preference_evaluation.resource_preferences(
496: p_resource_id => l_resource_index,
497: p_preference_code => 'TC_W_RULES_EVALUATION',
498: p_start_evaluation_date => l_resource_start_time,
499: p_end_evaluation_date => l_resource_stop_time,

Line 506: hxc_preference_evaluation.clear_sort_pref_table_cache;

502: p_no_prefs_outside_asg => FALSE );
503: END IF;
504:
505: --clear the cache, since we have obtained the values
506: hxc_preference_evaluation.clear_sort_pref_table_cache;
507:
508: EXCEPTION
509: WHEN OTHERS THEN
510: IF ( g_debug ) THEN