DBA Data[Home] [Help]

APPS.BEN_POPL_ENRT_TYP_CYCL_API dependencies on HR_UTILITY

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

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

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

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

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

229: -- End of API User Hook for the after hook of create_Popl_Enrt_Typ_Cycl
230: --
231: end;
232: --
233: hr_utility.set_location(l_proc, 60);
234: --
235: -- When in validation only mode raise the Validate_Enabled exception
236: --
237: if p_validate then

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

244: p_effective_start_date := l_effective_start_date;
245: p_effective_end_date := l_effective_end_date;
246: p_object_version_number := l_object_version_number;
247: --
248: hr_utility.set_location(' Leaving:'||l_proc, 70);
249: --
250: exception
251: --
252: when hr_api.validate_enabled then

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

263: p_popl_enrt_typ_cycl_id := null;
264: p_effective_start_date := null;
265: p_effective_end_date := null;
266: p_object_version_number := null;
267: hr_utility.set_location(' Leaving:'||l_proc, 80);
268: --
269: when others then
270: --
271: -- A validation or unexpected error has occured

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

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

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

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

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

508: -- End of API User Hook for the after hook of update_Popl_Enrt_Typ_Cycl
509: --
510: end;
511: --
512: hr_utility.set_location(l_proc, 60);
513: --
514: -- When in validation only mode raise the Validate_Enabled exception
515: --
516: if p_validate then

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

522: p_object_version_number := l_object_version_number;
523: p_effective_start_date := l_effective_start_date;
524: p_effective_end_date := l_effective_end_date;
525: --
526: hr_utility.set_location(' Leaving:'||l_proc, 70);
527: --
528: exception
529: --
530: when hr_api.validate_enabled then

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

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

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

575: l_effective_end_date ben_popl_enrt_typ_cycl_f.effective_end_date%TYPE;
576: --
577: begin
578: --
579: hr_utility.set_location('Entering:'|| l_proc, 10);
580: --
581: -- Issue a savepoint if operating in validation only mode
582: --
583: savepoint delete_Popl_Enrt_Typ_Cycl;

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

581: -- Issue a savepoint if operating in validation only mode
582: --
583: savepoint delete_Popl_Enrt_Typ_Cycl;
584: --
585: hr_utility.set_location(l_proc, 20);
586: --
587: -- Process Logic
588: --
589: l_object_version_number := p_object_version_number;

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

644: -- End of API User Hook for the after hook of delete_Popl_Enrt_Typ_Cycl
645: --
646: end;
647: --
648: hr_utility.set_location(l_proc, 60);
649: --
650: -- When in validation only mode raise the Validate_Enabled exception
651: --
652: if p_validate then

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

652: if p_validate then
653: raise hr_api.validate_enabled;
654: end if;
655: --
656: hr_utility.set_location(' Leaving:'||l_proc, 70);
657: --
658: exception
659: --
660: when hr_api.validate_enabled then

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

706: l_validation_end_date date;
707: --
708: begin
709: --
710: hr_utility.set_location('Entering:'|| l_proc, 10);
711: --
712: ben_pet_shd.lck
713: (
714: p_popl_enrt_typ_cycl_id => p_popl_enrt_typ_cycl_id

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

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