DBA Data[Home] [Help]

APPS.PER_PDS_UTILS dependencies on HR_UTILITY

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

77: l_proc VARCHAR2(80) := g_package||'check_move_hire_date';
78: --
79: BEGIN
80: --
81: hr_utility.set_location('Entering:'|| l_proc, 5);
82: --
83: -- Issue a savepoint even though this is a check routine to
84: -- handle potential DB writes that may be issued by routines
85: -- invoked from herein by any product team.

Line 89: hr_utility.set_location(l_proc, 10);

85: -- invoked from herein by any product team.
86: --
87: SAVEPOINT check_move_hire_date;
88: --
89: hr_utility.set_location(l_proc, 10);
90: --
91: -- {Product teams should place code calls BELOW THIS POINT}
92: -- Benefits Validations
93: open max_fpd(p_person_id);

Line 124: hr_utility.set_location('Leaving:'|| l_proc, 9999);

120: --
121: --
122: -- {Product teams should place code calls ABOVE THIS POINT}
123: --
124: hr_utility.set_location('Leaving:'|| l_proc, 9999);
125: --
126: EXCEPTION
127: --
128: WHEN OTHERS THEN

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

178: l_proc VARCHAR2(80) := g_package||'hr_run_alu_ee';
179: --
180: BEGIN
181: --
182: hr_utility.set_location('Entering:'|| l_proc, 5);
183: --
184: -- Issue a savepoint.
185: --
186: SAVEPOINT hr_run_alu_ee;

Line 188: hr_utility.set_location(l_proc, 10);

184: -- Issue a savepoint.
185: --
186: SAVEPOINT hr_run_alu_ee;
187: --
188: hr_utility.set_location(l_proc, 10);
189: --
190: -- {PAY team should place code calls BELOW THIS POINT}
191: --
192: --

Line 197: hr_utility.set_location('Leaving:'|| l_proc, 9999);

193: --
194: --
195: -- {PAY team should place code calls ABOVE THIS POINT}
196: --
197: hr_utility.set_location('Leaving:'|| l_proc, 9999);
198: --
199: EXCEPTION
200: --
201: WHEN OTHERS THEN

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

251: l_proc VARCHAR2(80) := g_package||'move_elements_with_fpd';
252: --
253: BEGIN
254: --
255: hr_utility.set_location('Entering:'|| l_proc, 5);
256: --
257: -- Issue a savepoint.
258: --
259: SAVEPOINT move_elements_with_fpd;

Line 261: hr_utility.set_location(l_proc, 10);

257: -- Issue a savepoint.
258: --
259: SAVEPOINT move_elements_with_fpd;
260: --
261: hr_utility.set_location(l_proc, 10);
262: --
263: --
264: --
265: hrentmnt.move_fpd_entries

Line 275: hr_utility.set_location('Leaving:'|| l_proc, 9999);

271: );
272: --
273: --
274: --
275: hr_utility.set_location('Leaving:'|| l_proc, 9999);
276: --
277: EXCEPTION
278: --
279: WHEN OTHERS THEN