DBA Data[Home] [Help]

APPS.HXC_GENERIC_RETRIEVAL_UTILS dependencies on HXC_PREFERENCE_EVALUATION

Line 391: l_tmp_otm_tab hxc_preference_evaluation.t_pref_table;

387:
388: l_ret_ranges_tmp_tab t_resource_rtr;
389:
390:
391: l_tmp_otm_tab hxc_preference_evaluation.t_pref_table;
392: l_tmp_rtr_tab hxc_preference_evaluation.t_pref_table;
393:
394:
395: l_ret_ranges t_ret_ranges;

Line 392: l_tmp_rtr_tab hxc_preference_evaluation.t_pref_table;

388: l_ret_ranges_tmp_tab t_resource_rtr;
389:
390:
391: l_tmp_otm_tab hxc_preference_evaluation.t_pref_table;
392: l_tmp_rtr_tab hxc_preference_evaluation.t_pref_table;
393:
394:
395: l_ret_ranges t_ret_ranges;
396: l_ret_ranges1 t_ret_ranges;

Line 568: hxc_preference_evaluation.resource_preferences(

564: --would return tables sorted on start date.
565:
566: BEGIN
567:
568: hxc_preference_evaluation.resource_preferences(
569: p_resource_id => l_resource_index,
570: p_preference_code => 'TS_PER_RETRIEVAL_RULES',
571: p_start_evaluation_date =>l_resource_start_time,
572: p_end_evaluation_date =>l_resource_stop_time,

Line 578: hxc_preference_evaluation.resource_preferences(

574: p_no_prefs_outside_asg => TRUE );
575:
576: IF l_process_id IN ( -1, l_bee_ret_id)
577: THEN
578: hxc_preference_evaluation.resource_preferences(
579: p_resource_id => l_resource_index,
580: p_preference_code => 'TC_W_RULES_EVALUATION',
581: p_start_evaluation_date => l_resource_start_time,
582: p_end_evaluation_date => l_resource_stop_time,

Line 589: hxc_preference_evaluation.clear_sort_pref_table_cache;

585: p_no_prefs_outside_asg => FALSE );
586: END IF;
587:
588: --clear the cache, since we have obtained the values
589: hxc_preference_evaluation.clear_sort_pref_table_cache;
590:
591: EXCEPTION
592: WHEN OTHERS THEN
593: IF ( g_debug ) THEN