DBA Data[Home] [Help]

APPS.HXC_TIME_CATEGORY_UTILS_PKG dependencies on HR_FLEXFIELD_INFO

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

4510: , p_seg_info OUT NOCOPY t_seg_info
4511: , p_session_date IN DATE ) IS
4512:
4513: l_proc varchar2(72);
4514: r_segments_t hr_flexfield_info.hr_segments_info; -- remember this is a record of tables
4515: l_t_seg_info t_seg_info; -- local table
4516:
4517: l_where LONG;
4518: l_upper_where LONG;

Line 4557: hr_flexfield_info.initialize;

4553: l_proc := g_package||'get_flex_info';
4554: hr_utility.set_location('Processing:'||l_proc, 5);
4555: END IF;
4556:
4557: hr_flexfield_info.initialize;
4558:
4559: IF ( g_debug ) THEN
4560: hr_utility.set_location('Processing:'||l_proc, 10);
4561: END IF;

Line 4563: hr_flexfield_info.get_segments (

4559: IF ( g_debug ) THEN
4560: hr_utility.set_location('Processing:'||l_proc, 10);
4561: END IF;
4562:
4563: hr_flexfield_info.get_segments (
4564: p_appl_short_name => 'HXC'
4565: , p_flexfield_name => 'OTC Information Types'
4566: , p_context_code => p_context_code
4567: , p_enabled_only => TRUE