DBA Data[Home] [Help]

APPS.PER_ESTAB_ATTENDANCES_API dependencies on HR_UTILITY

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

55: l_attended_end_date date;
56: l_attendance_id number;
57: l_object_version_number number;
58: begin
59: hr_utility.set_location('Entering:'|| l_proc, 10);
60: --
61: -- Issue a savepoint
62: --
63: savepoint CREATE_ATTENDED_ESTAB;

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

208: --
209: --
210: p_attendance_id := l_attendance_id;
211: p_object_version_number := l_object_version_number;
212: hr_utility.set_location(' Leaving:'||l_proc, 70);
213: exception
214: when hr_api.validate_enabled then
215: --
216: -- As the Validate_Enabled exception has been raised

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

223: -- when validation only mode is being used.)
224: --
225: p_attendance_id := null;
226: p_object_version_number := null;
227: hr_utility.set_location(' Leaving:'||l_proc, 80);
228: when others then
229: --
230: -- A validation or unexpected error has occured
231: --

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

234: -- set in out parameters and set out parameters
235: --
236: p_attendance_id := null;
237: p_object_version_number := null;
238: hr_utility.set_location(' Leaving:'||l_proc, 90);
239: raise;
240: end CREATE_ATTENDED_ESTAB;
241: --
242: --

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

287: l_attended_end_date date;
288: l_object_version_number number;
289: l_ovn number := p_object_version_number;
290: begin
291: hr_utility.set_location('Entering:'|| l_proc, 10);
292: --
293: -- Issue a savepoint
294: --
295: savepoint UPDATE_ATTENDED_ESTAB;

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

435: -- Set all output arguments
436: --
437: --
438: p_object_version_number := l_object_version_number;
439: hr_utility.set_location(' Leaving:'||l_proc, 70);
440: exception
441: when hr_api.validate_enabled then
442: --
443: -- As the Validate_Enabled exception has been raised

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

448: -- Only set output warning arguments
449: -- (Any key or derived arguments must be set to null
450: -- when validation only mode is being used.)
451: --
452: hr_utility.set_location(' Leaving:'||l_proc, 80);
453: when others then
454: --
455: -- A validation or unexpected error has occured
456: --

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

458: --
459: -- set in out parameters and set out parameters
460: --
461: p_object_version_number := l_ovn;
462: hr_utility.set_location(' Leaving:'||l_proc, 90);
463: raise;
464: end UPDATE_ATTENDED_ESTAB;
465: --
466:

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

479: --
480:
481: l_proc varchar2(72) := g_package||'delete_attended_estab';
482: begin
483: hr_utility.set_location('Entering:'|| l_proc, 10);
484: --
485: -- Issue a savepoint
486: --
487: savepoint DELETE_ATTENDED_ESTAB;

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

536: --
537: -- Set all output arguments
538: --
539: --
540: hr_utility.set_location(' Leaving:'||l_proc, 70);
541: exception
542: when hr_api.validate_enabled then
543: --
544: -- As the Validate_Enabled exception has been raised

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

549: -- Only set output warning arguments
550: -- (Any key or derived arguments must be set to null
551: -- when validation only mode is being used.)
552: --
553: hr_utility.set_location(' Leaving:'||l_proc, 80);
554: when others then
555: --
556: -- A validation or unexpected error has occured
557: --

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

555: --
556: -- A validation or unexpected error has occured
557: --
558: rollback to DELETE_ATTENDED_ESTAB;
559: hr_utility.set_location(' Leaving:'||l_proc, 90);
560: raise;
561: end DELETE_ATTENDED_ESTAB;
562: --
563: end PER_ESTAB_ATTENDANCES_API;