DBA Data[Home] [Help]

APPS.BEN_SVC_AREA_PSTL_ZIP_RNG_API dependencies on HR_UTILITY

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

61: l_object_version_number ben_svc_area_pstl_zip_rng_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_SVC_AREA_PSTL_ZIP_RNG;

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

67: -- Issue a savepoint if operating in validation only mode
68: --
69: savepoint create_SVC_AREA_PSTL_ZIP_RNG;
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_SVC_AREA_PSTL_ZIP_RNG
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_pstl_zip_rng_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 334: hr_utility.set_location('Entering:'|| l_proc, 10);

330: l_effective_end_date ben_svc_area_pstl_zip_rng_f.effective_end_date%TYPE;
331: --
332: begin
333: --
334: hr_utility.set_location('Entering:'|| l_proc, 10);
335: --
336: -- Issue a savepoint if operating in validation only mode
337: --
338: savepoint update_SVC_AREA_PSTL_ZIP_RNG;

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

336: -- Issue a savepoint if operating in validation only mode
337: --
338: savepoint update_SVC_AREA_PSTL_ZIP_RNG;
339: --
340: hr_utility.set_location(l_proc, 20);
341: --
342: -- Process Logic
343: --
344: l_object_version_number := p_object_version_number;

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

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

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

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

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

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

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

564: l_effective_end_date ben_svc_area_pstl_zip_rng_f.effective_end_date%TYPE;
565: --
566: begin
567: --
568: hr_utility.set_location('Entering:'|| l_proc, 10);
569: --
570: -- Issue a savepoint if operating in validation only mode
571: --
572: savepoint delete_SVC_AREA_PSTL_ZIP_RNG;

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

570: -- Issue a savepoint if operating in validation only mode
571: --
572: savepoint delete_SVC_AREA_PSTL_ZIP_RNG;
573: --
574: hr_utility.set_location(l_proc, 20);
575: --
576: -- Process Logic
577: --
578: l_object_version_number := p_object_version_number;

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

633: -- End of API User Hook for the after hook of delete_SVC_AREA_PSTL_ZIP_RNG
634: --
635: end;
636: --
637: hr_utility.set_location(l_proc, 60);
638: --
639: -- When in validation only mode raise the Validate_Enabled exception
640: --
641: if p_validate then

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

641: if p_validate then
642: raise hr_api.validate_enabled;
643: end if;
644: --
645: hr_utility.set_location(' Leaving:'||l_proc, 70);
646: --
647: exception
648: --
649: when hr_api.validate_enabled then

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

693: l_validation_end_date date;
694: --
695: begin
696: --
697: hr_utility.set_location('Entering:'|| l_proc, 10);
698: --
699: ben_saz_shd.lck
700: (
701: p_svc_area_pstl_zip_rng_id => p_svc_area_pstl_zip_rng_id

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

705: ,p_effective_date => p_effective_date
706: ,p_datetrack_mode => p_datetrack_mode
707: );
708: --
709: hr_utility.set_location(' Leaving:'||l_proc, 70);
710: --
711: end lck;
712: --
713: end ben_SVC_AREA_PSTL_ZIP_RNG_api;