DBA Data[Home] [Help]

APPS.BEN_EXT_SORT dependencies on HR_UTILITY

Line 64: hr_utility.set_location('Entering'||l_proc, 5);

60:
61: --
62: BEGIN
63: --
64: hr_utility.set_location('Entering'||l_proc, 5);
65: --
66:
67: if p_low_lvl_cd = 'P' then -- pers
68: l_plane := 1;

Line 74: hr_utility.set_location('return withoit '||p_low_lvl_cd, 5);

70: l_plane := 2;
71: elsif p_low_lvl_cd in ('D','B','A','ED','PR') then -- dpnt, bnf, act itm, el dpnt,prem.
72: l_plane := 3;
73: else -- no sorting should occur
74: hr_utility.set_location('return withoit '||p_low_lvl_cd, 5);
75: return;
76: end if;
77: --
78: g_trans_count := g_trans_count + 1;

Line 286: hr_utility.set_location('Exiting'||l_proc, 15);

282: p_prmy_sort_val := g_prmy_sort_val;
283: p_scnd_sort_val := g_scnd_sort_val;
284: p_thrd_sort_val := g_thrd_sort_val;
285: --
286: hr_utility.set_location('Exiting'||l_proc, 15);
287: --
288: END; -- main
289: --
290: END; -- package