DBA Data[Home] [Help]

APPS.BEN_SERVICE_AREA_API dependencies on HR_UTILITY

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

61: l_object_version_number ben_svc_area_f.object_version_number%TYPE;
62: --
63: begin
64: --
65: hr_utility.set_location('Entering:'|| l_proc, 10);
66: --
67: -- Issue a savepoint if operating in validation only mode
68: --
69: savepoint create_SERVICE_AREA;

Line 71: hr_utility.set_location(l_proc, 20);

67: -- Issue a savepoint if operating in validation only mode
68: --
69: savepoint create_SERVICE_AREA;
70: --
71: hr_utility.set_location(l_proc, 20);
72: --
73: -- Process Logic
74: --
75: begin

Line 229: hr_utility.set_location(l_proc, 60);

225: -- End of API User Hook for the after hook of create_SERVICE_AREA
226: --
227: end;
228: --
229: hr_utility.set_location(l_proc, 60);
230: --
231: -- When in validation only mode raise the Validate_Enabled exception
232: --
233: if p_validate then

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

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

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

259: p_svc_area_id := null;
260: p_effective_start_date := null;
261: p_effective_end_date := null;
262: p_object_version_number := null;
263: hr_utility.set_location(' Leaving:'||l_proc, 80);
264: --
265: when others then
266: --
267: -- A validation or unexpected error has occured

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

271: p_svc_area_id := null;
272: p_effective_start_date := null;
273: p_effective_end_date := null;
274: p_object_version_number := null;
275: hr_utility.set_location(' Leaving:'||l_proc, 80);
276: --
277: raise;
278: --
279: end create_SERVICE_AREA;

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

333: l_effective_end_date ben_svc_area_f.effective_end_date%TYPE;
334: --
335: begin
336: --
337: hr_utility.set_location('Entering:'|| l_proc, 10);
338: --
339: -- Issue a savepoint if operating in validation only mode
340: --
341: savepoint update_SERVICE_AREA;

Line 343: hr_utility.set_location(l_proc, 20);

339: -- Issue a savepoint if operating in validation only mode
340: --
341: savepoint update_SERVICE_AREA;
342: --
343: hr_utility.set_location(l_proc, 20);
344: --
345: -- Process Logic
346: --
347: l_object_version_number := p_object_version_number;

Line 507: hr_utility.set_location(l_proc, 60);

503: -- End of API User Hook for the after hook of update_SERVICE_AREA
504: --
505: end;
506: --
507: hr_utility.set_location(l_proc, 60);
508: --
509: -- When in validation only mode raise the Validate_Enabled exception
510: --
511: if p_validate then

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

517: p_object_version_number := l_object_version_number;
518: p_effective_start_date := l_effective_start_date;
519: p_effective_end_date := l_effective_end_date;
520: --
521: hr_utility.set_location(' Leaving:'||l_proc, 70);
522: --
523: exception
524: --
525: when hr_api.validate_enabled then

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

532: -- Only set output warning arguments
533: -- (Any key or derived arguments must be set to null
534: -- when validation only mode is being used.)
535: --
536: hr_utility.set_location(' Leaving:'||l_proc, 80);
537: --
538: when others then
539: --
540: -- A validation or unexpected error has occured

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

543: --
544: p_effective_start_date := null;
545: p_effective_end_date := null;
546: p_object_version_number := l_object_version_number;
547: hr_utility.set_location(' Leaving:'||l_proc, 80);
548: --
549: raise;
550: --
551: end update_SERVICE_AREA;

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

571: l_effective_end_date ben_svc_area_f.effective_end_date%TYPE;
572: --
573: begin
574: --
575: hr_utility.set_location('Entering:'|| l_proc, 10);
576: --
577: -- Issue a savepoint if operating in validation only mode
578: --
579: savepoint delete_SERVICE_AREA;

Line 581: hr_utility.set_location(l_proc, 20);

577: -- Issue a savepoint if operating in validation only mode
578: --
579: savepoint delete_SERVICE_AREA;
580: --
581: hr_utility.set_location(l_proc, 20);
582: --
583: -- Process Logic
584: --
585: l_object_version_number := p_object_version_number;

Line 644: hr_utility.set_location(l_proc, 60);

640: -- End of API User Hook for the after hook of delete_SERVICE_AREA
641: --
642: end;
643: --
644: hr_utility.set_location(l_proc, 60);
645: --
646: -- When in validation only mode raise the Validate_Enabled exception
647: --
648: if p_validate then

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

648: if p_validate then
649: raise hr_api.validate_enabled;
650: end if;
651: --
652: hr_utility.set_location(' Leaving:'||l_proc, 70);
653: --
654: exception
655: --
656: when hr_api.validate_enabled then

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

675: --
676: p_effective_start_date := null;
677: p_effective_end_date := null;
678: p_object_version_number := l_object_version_number;
679: hr_utility.set_location(' Leaving:'||l_proc, 80);
680: --
681: raise;
682: --
683: end delete_SERVICE_AREA;

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

704: l_validation_end_date date;
705: --
706: begin
707: --
708: hr_utility.set_location('Entering:'|| l_proc, 10);
709: --
710: ben_sva_shd.lck
711: (
712: p_svc_area_id => p_svc_area_id

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

716: ,p_effective_date => p_effective_date
717: ,p_datetrack_mode => p_datetrack_mode
718: );
719: --
720: hr_utility.set_location(' Leaving:'||l_proc, 70);
721: --
722: end lck;
723: --
724: end ben_SERVICE_AREA_api;