DBA Data[Home] [Help]

APPS.HR_TCA_UTILITY dependencies on HR_UTILITY

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

60: multiple_person_type multiple_person_cur%rowtype;
61: --
62: Begin
63: --
64: hr_utility.set_location('Entering '||l_proc,10);
65: --
66: l_effective_date := trunc(p_effective_date);
67: -- initially set this to 'N'.
68: p_matches := 'N';

Line 97: hr_utility.set_location('Leaving '||l_proc,100);

93: if multiple_person_cur%ISOPEN then
94: close multiple_person_cur;
95: end if;
96: --
97: hr_utility.set_location('Leaving '||l_proc,100);
98: --
99: end;
100: --
101: end hr_tca_utility;