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 128: hr_utility.set_location('Leaving:'|| l_proc, 9999);

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

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

182: l_proc VARCHAR2(80) := g_package||'hr_run_alu_ee';
183: --
184: BEGIN
185: --
186: hr_utility.set_location('Entering:'|| l_proc, 5);
187: --
188: -- Issue a savepoint.
189: --
190: SAVEPOINT hr_run_alu_ee;

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

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

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

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

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

255: l_proc VARCHAR2(80) := g_package||'move_elements_with_fpd';
256: --
257: BEGIN
258: --
259: hr_utility.set_location('Entering:'|| l_proc, 5);
260: --
261: -- Issue a savepoint.
262: --
263: SAVEPOINT move_elements_with_fpd;

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

261: -- Issue a savepoint.
262: --
263: SAVEPOINT move_elements_with_fpd;
264: --
265: hr_utility.set_location(l_proc, 10);
266: --
267: --
268: --
269: hrentmnt.move_fpd_entries

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

275: );
276: --
277: --
278: --
279: hr_utility.set_location('Leaving:'|| l_proc, 9999);
280: --
281: EXCEPTION
282: --
283: WHEN OTHERS THEN