DBA Data[Home] [Help]

APPS.PER_SUCCESSION_PLAN_API dependencies on HR_UTILITY

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

56: l_start_date date;
57: l_end_date date;
58: l_proc varchar2(72) := g_package||'create_succession_plan';
59: begin
60: hr_utility.set_location('Entering:'|| l_proc, 10);
61: --
62: -- Issue a savepoint
63: --
64: savepoint create_succession_plan;

Line 129: hr_utility.set_location('Entering:'|| 'per_suc_ins.ins', 50);

125: --
126: -- Process Logic
127: --
128:
129: hr_utility.set_location('Entering:'|| 'per_suc_ins.ins', 50);
130:
131: per_suc_ins.ins
132: (
133: p_succession_plan_id => l_succession_plan_id

Line 169: hr_utility.set_location('Entering:'|| 'PER_SUCCESSION_PLAN_BK1.create_succession_plan_a', 60);

165: ,p_job_id => p_job_id
166: ,p_successee_person_id => p_successee_person_id
167: );
168:
169: hr_utility.set_location('Entering:'|| 'PER_SUCCESSION_PLAN_BK1.create_succession_plan_a', 60);
170: --
171: -- Call After Process User Hook
172: --
173: begin

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

227: p_succession_plan_id := l_succession_plan_id;
228: p_object_version_number := l_object_version_number;
229:
230: --
231: hr_utility.set_location(' Leaving:'||l_proc, 70);
232: exception
233: when hr_api.validate_enabled then
234: --
235: -- As the Validate_Enabled exception has been raised

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

244:
245: p_succession_plan_id := null;
246: p_object_version_number := null;
247:
248: hr_utility.set_location(' Leaving:'||l_proc, 80);
249: when others then
250: --
251: -- A validation or unexpected error has occured
252: --

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

258:
259: p_succession_plan_id := null;
260: p_object_version_number := null;
261:
262: hr_utility.set_location(' Leaving:'||l_proc, 90);
263: raise;
264: end create_succession_plan;
265: --
266: -- ----------------------------------------------------------------------------

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

315: l_start_date date;
316: l_end_date date;
317: l_proc varchar2(72) := g_package||'update_succession_plan';
318: begin
319: hr_utility.set_location('Entering:'|| l_proc, 10);
320: --
321: -- Issue a savepoint
322: --
323: savepoint update_succession_plan;

Line 394: hr_utility.set_location('Entering:'|| 'per_suc_upd.upd', 50);

390: --
391: -- Process Logic
392: --
393:
394: hr_utility.set_location('Entering:'|| 'per_suc_upd.upd', 50);
395:
396: per_suc_upd.upd
397: (
398: p_succession_plan_id => p_succession_plan_id

Line 434: hr_utility.set_location('Entering:'|| 'PER_SUCCESSION_PLAN_BK1.update_succession_plan_a', 60);

430: ,p_job_id => p_job_id
431: ,p_successee_person_id => p_successee_person_id
432: );
433:
434: hr_utility.set_location('Entering:'|| 'PER_SUCCESSION_PLAN_BK1.update_succession_plan_a', 60);
435: --
436: -- Call After Process User Hook
437: --
438: begin

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

492:
493: p_object_version_number := l_object_version_number;
494:
495: --
496: hr_utility.set_location(' Leaving:'||l_proc, 70);
497: exception
498: when hr_api.validate_enabled then
499: --
500: -- As the Validate_Enabled exception has been raised

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

508: --
509:
510: p_object_version_number := l_ovn;
511:
512: hr_utility.set_location(' Leaving:'||l_proc, 80);
513: when others then
514: --
515: -- A validation or unexpected error has occured
516: --

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

521: --
522:
523: p_object_version_number := l_ovn;
524:
525: hr_utility.set_location(' Leaving:'||l_proc, 90);
526: raise;
527: end update_succession_plan;
528: --
529: -- ---------------------------------------------------------------------------

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

542: --
543: --
544: l_proc varchar2(72) := g_package||'delete_succession_plan';
545: begin
546: hr_utility.set_location('Entering:'|| l_proc, 5);
547: --
548: -- Issue a savepoint
549: --
550: savepoint delete_succession_plan;

Line 571: hr_utility.set_location(l_proc, 6);

567: end;
568: --
569: -- End of API User Hook for the before hook of delete_objective
570: --
571: hr_utility.set_location(l_proc, 6);
572: --
573: -- Validation in addition to Table Handlers
574: --
575: hr_utility.set_location(l_proc, 7);

Line 575: hr_utility.set_location(l_proc, 7);

571: hr_utility.set_location(l_proc, 6);
572: --
573: -- Validation in addition to Table Handlers
574: --
575: hr_utility.set_location(l_proc, 7);
576: --
577: -- Process Logic
578: --
579: -- flemonni added cascade delete of obj performance rating

Line 595: hr_utility.set_location(l_proc, 8);

591: (p_succession_plan_id => p_succession_plan_id
592: ,p_object_version_number => p_object_version_number
593: );
594: --
595: hr_utility.set_location(l_proc, 8);
596: --
597: begin
598: --
599: -- Start of API User Hook for the after hook delete_objective

Line 621: hr_utility.set_location(' Leaving:'||l_proc, 11);

617: if p_validate then
618: raise hr_api.validate_enabled;
619: end if;
620: --
621: hr_utility.set_location(' Leaving:'||l_proc, 11);
622: exception
623: when hr_api.validate_enabled then
624: --
625: -- As the Validate_Enabled exception has been raised

Line 634: hr_utility.set_location(' Leaving:'||l_proc, 12);

630: -- Only set output warning arguments
631: -- (Any key or derived arguments must be set to null
632: -- when validation only mode is being used.)
633: --
634: hr_utility.set_location(' Leaving:'||l_proc, 12);
635: --
636: when others then
637: --
638: -- A validation or unexpected error has occured