DBA Data[Home] [Help]

APPS.BEN_CWB_PERSON_TASKS_API dependencies on HR_UTILITY

Line 7: g_debug boolean := hr_utility.debug_enabled;

3: --
4: -- Package Variables
5: --
6: g_package varchar2(33) := ' BEN_CWB_PERSON_TASKS_API.';
7: g_debug boolean := hr_utility.debug_enabled;
8: --
9: -- ----------------------------------------------------------------------------
10: -- |--------------------------< create_person_task >--------------------------|
11: -- ----------------------------------------------------------------------------

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

29: --
30: l_proc varchar2(72) := g_package||'create_person_task';
31: begin
32: if g_debug then
33: hr_utility.set_location('Entering:'|| l_proc, 10);
34: end if;
35: --
36: -- Issue a savepoint
37: --

Line 112: hr_utility.set_location(' Leaving:'||l_proc, 70);

108: --
109: p_object_version_number := l_object_version_number;
110: --
111: if g_debug then
112: hr_utility.set_location(' Leaving:'||l_proc, 70);
113: end if;
114: exception
115: when hr_api.validate_enabled then
116: --

Line 123: hr_utility.set_location(' Leaving:'||l_proc, 80);

119: --
120: rollback to create_person_task;
121: --
122: if g_debug then
123: hr_utility.set_location(' Leaving:'||l_proc, 80);
124: end if;
125: when others then
126: --
127: -- A validation or unexpected error has occured

Line 132: hr_utility.set_location(' Leaving:'||l_proc, 90);

128: --
129: rollback to create_person_task;
130: --
131: if g_debug then
132: hr_utility.set_location(' Leaving:'||l_proc, 90);
133: end if;
134: raise;
135: end create_person_task;
136: --

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

158: l_proc varchar2(72) := g_package||'update_person_task';
159: --
160: begin
161: if g_debug then
162: hr_utility.set_location('Entering:'|| l_proc, 10);
163: end if;
164: --
165: l_object_version_number := p_object_version_number;
166: --

Line 244: hr_utility.set_location(' Leaving:'||l_proc, 70);

240: --
241: p_object_version_number := l_object_version_number;
242: --
243: if g_debug then
244: hr_utility.set_location(' Leaving:'||l_proc, 70);
245: end if;
246: exception
247: when hr_api.validate_enabled then
248: --

Line 255: hr_utility.set_location(' Leaving:'||l_proc, 80);

251: --
252: rollback to update_person_task;
253: --
254: if g_debug then
255: hr_utility.set_location(' Leaving:'||l_proc, 80);
256: end if;
257: when others then
258: --
259: -- A validation or unexpected error has occured

Line 264: hr_utility.set_location(' Leaving:'||l_proc, 90);

260: --
261: rollback to update_person_task;
262: --
263: if g_debug then
264: hr_utility.set_location(' Leaving:'||l_proc, 90);
265: end if;
266: raise;
267: end update_person_task;
268: --

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

282: l_proc varchar2(72) := g_package||'delete_person_task';
283: --
284: begin
285: if g_debug then
286: hr_utility.set_location('Entering:'|| l_proc, 10);
287: end if;
288: --
289: -- Issue a savepoint
290: --

Line 346: hr_utility.set_location(' Leaving:'||l_proc, 70);

342: --
343: -- Set all IN OUT and OUT parameters with out values
344: --
345: if g_debug then
346: hr_utility.set_location(' Leaving:'||l_proc, 70);
347: end if;
348: exception
349: when hr_api.validate_enabled then
350: --

Line 357: hr_utility.set_location(' Leaving:'||l_proc, 80);

353: --
354: rollback to delete_person_task;
355: --
356: if g_debug then
357: hr_utility.set_location(' Leaving:'||l_proc, 80);
358: end if;
359: when others then
360: --
361: -- A validation or unexpected error has occured

Line 366: hr_utility.set_location(' Leaving:'||l_proc, 90);

362: --
363: rollback to delete_person_task;
364: --
365: if g_debug then
366: hr_utility.set_location(' Leaving:'||l_proc, 90);
367: end if;
368: raise;
369: end delete_person_task;
370: --