DBA Data[Home] [Help]

APPS.HXC_DEPOSIT_WRAPPER_UTILITIES dependencies on FND_GLOBAL

Line 2527: hr_utility.trace(' fnd_global.resp_id ::'||fnd_global.resp_id);

2523: hr_utility.trace(' p_resource_id ::'||p_resource_id);
2524: hr_utility.trace(' p_start_time ::'||p_start_time);
2525: hr_utility.trace(' p_stop_time ::'||p_stop_time);
2526: hr_utility.trace(' p_alias_or_element_id ::'||p_alias_or_element_id);
2527: hr_utility.trace(' fnd_global.resp_id ::'||fnd_global.resp_id);
2528: hr_utility.trace(' ****************End of Local values************************ ');
2529:
2530: hr_utility.trace(' ****************Start of Global values************************ ');
2531: hr_utility.trace(' g_ht_resource_id ::'||g_ht_resource_id);

Line 2553: g_ht_resp_id = fnd_global.resp_id )

2549: if( g_ht_resource_id = p_resource_id AND
2550: g_ht_start_time = p_start_time AND
2551: g_ht_stop_time = p_stop_time AND
2552: g_ht_alias_or_element_id = p_alias_or_element_id AND
2553: g_ht_resp_id = fnd_global.resp_id )
2554: THEN
2555:
2556: IF g_debug THEN
2557: hr_utility.trace(' IF l_time_diff < 5 then RETURN g_hours_type_list ::'||g_hours_type_list);

Line 2572: g_ht_resp_id := fnd_global.resp_id;

2568: g_ht_resource_id := p_resource_id;
2569: g_ht_start_time := p_start_time;
2570: g_ht_stop_time := p_stop_time;
2571: g_ht_alias_or_element_id := p_alias_or_element_id;
2572: g_ht_resp_id := fnd_global.resp_id;
2573: g_ht_time := sysdate;
2574:
2575: IF g_debug THEN
2576: hr_utility.trace(' if not able to use cached result, need to generate. Store params so that we could cache next time');