DBA Data[Home] [Help]

APPS.HR_KFLEX_UTILITY dependencies on HR_KFLEX_UTILITY

Line 1: Package Body hr_kflex_utility as

1: Package Body hr_kflex_utility as
2: /* $Header: hrkfutil.pkb 120.2.12020000.4 2012/11/21 10:19:01 lbodired ship $ */
3: --
4: -- Package Variables
5: --

Line 6: g_package varchar2(33) := 'hr_kflex_utility';

2: /* $Header: hrkfutil.pkb 120.2.12020000.4 2012/11/21 10:19:01 lbodired ship $ */
3: --
4: -- Package Variables
5: --
6: g_package varchar2(33) := 'hr_kflex_utility';
7: g_kfcode_structure l_ignore_kfcode_varray := l_ignore_kfcode_varray();
8: g_delimiter_escape varchar2(1) := '\';
9: g_debug boolean := hr_utility.debug_enabled;
10: --

Line 176: l_proc := 'hr_kflex_utility.find_error_segment';

172: --
173: -- First get the flexfield information
174: --
175: if g_debug then
176: l_proc := 'hr_kflex_utility.find_error_segment';
177: hr_utility.set_location('Entering:'|| l_proc, 10);
178: end if;
179: l_flexfield := fnd_flex_key_api.find_flexfield(
180: appl_short_name => p_appl_short_name,

Line 2240: l_proc varchar2(72):=' hr_kflex_utility.set_profiles ';

2236: ,p_location_id in per_all_assignments_f.location_id%type default null
2237: ,p_person_id in per_all_assignments_f.person_id%type default null
2238: ) is
2239: --
2240: l_proc varchar2(72):=' hr_kflex_utility.set_profiles ';
2241: --
2242: begin
2243: g_debug := hr_utility.debug_enabled;
2244: --

Line 2442: end hr_kflex_utility;

2438: raise;
2439: end;
2440: --
2441: --
2442: end hr_kflex_utility;