DBA Data[Home] [Help]

APPS.PER_PEOPLE13_PKG dependencies on HR_UTILITY

Line 159: g_debug := hr_utility.debug_enabled; -- get debug status

155: --
156: l_proc varchar2(10) := 'lock_row1';
157: --
158: begin
159: g_debug := hr_utility.debug_enabled; -- get debug status
160: IF g_debug THEN
161: hr_utility.set_location('Entering: '|| g_package || l_proc, 5);
162: END IF;
163:

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

157: --
158: begin
159: g_debug := hr_utility.debug_enabled; -- get debug status
160: IF g_debug THEN
161: hr_utility.set_location('Entering: '|| g_package || l_proc, 5);
162: END IF;
163:
164: open per;
165: fetch per into per_rec;

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

164: open per;
165: fetch per into per_rec;
166: close per;
167: IF g_debug THEN
168: hr_utility.set_location('Entering: '|| g_package || l_proc, 10);
169: END IF;
170: --
171: -- Fix to ensure column values are rtrim before
172: -- comparison (as forms truncates all char fields for trailing spaces.)

Line 719: hr_utility.set_location('Leaving: '|| g_package || l_proc, 20);

715: end if;
716: end if;
717: end if;
718: IF g_debug THEN
719: hr_utility.set_location('Leaving: '|| g_package || l_proc, 20);
720: END IF;
721:
722: -- Record changed by another user.
723: --