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.0 2005/05/31 01:06:38 appldev noship $ */
3: --
4: -- Package Variables
5: --

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

2: /* $Header: hrkfutil.pkb 120.0 2005/05/31 01:06:38 appldev noship $ */
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 2427: end hr_kflex_utility;

2423: raise;
2424: end;
2425: --
2426: --
2427: end hr_kflex_utility;