DBA Data[Home] [Help]

APPS.HXC_TIME_CATEGORY_UTILS_PKG dependencies on HR_FLEXFIELD_INFO

Line 4397: r_segments_t hr_flexfield_info.hr_segments_info; -- remember this is a record of tables

4393: , p_seg_info OUT NOCOPY t_seg_info
4394: , p_session_date IN DATE ) IS
4395:
4396: l_proc varchar2(72);
4397: r_segments_t hr_flexfield_info.hr_segments_info; -- remember this is a record of tables
4398: l_t_seg_info t_seg_info; -- local table
4399:
4400: l_where LONG;
4401: l_upper_where LONG;

Line 4440: hr_flexfield_info.initialize;

4436: l_proc := g_package||'get_flex_info';
4437: hr_utility.set_location('Processing:'||l_proc, 5);
4438: END IF;
4439:
4440: hr_flexfield_info.initialize;
4441:
4442: IF ( g_debug ) THEN
4443: hr_utility.set_location('Processing:'||l_proc, 10);
4444: END IF;

Line 4446: hr_flexfield_info.get_segments (

4442: IF ( g_debug ) THEN
4443: hr_utility.set_location('Processing:'||l_proc, 10);
4444: END IF;
4445:
4446: hr_flexfield_info.get_segments (
4447: p_appl_short_name => 'HXC'
4448: , p_flexfield_name => 'OTC Information Types'
4449: , p_context_code => p_context_code
4450: , p_enabled_only => TRUE