DBA Data[Home] [Help]

APPS.BEN_CSS_RLTD_PER_IN_LER_API dependencies on HR_UTILITY

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

62: l_object_version_number ben_css_rltd_per_per_in_ler_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_Css_Rltd_Per_in_Ler;

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

68: -- Issue a savepoint if operating in validation only mode
69: --
70: savepoint create_Css_Rltd_Per_in_Ler;
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_Css_Rltd_Per_in_Ler
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_css_rltd_per_per_in_ler_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_css_rltd_per_per_in_ler_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_Css_Rltd_Per_in_Ler;

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

341: -- Issue a savepoint if operating in validation only mode
342: --
343: savepoint update_Css_Rltd_Per_in_Ler;
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_Css_Rltd_Per_in_Ler
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 544: hr_utility.set_location(' Leaving:'||l_proc, 80);

540: --
541:
542: p_effective_start_date := null;
543: p_effective_end_date := null;
544: hr_utility.set_location(' Leaving:'||l_proc, 80);
545: --
546: when others then
547: --
548: -- A validation or unexpected error has occured

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

575: l_effective_end_date ben_css_rltd_per_per_in_ler_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_Css_Rltd_Per_in_Ler;

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

581: -- Issue a savepoint if operating in validation only mode
582: --
583: savepoint delete_Css_Rltd_Per_in_Ler;
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_Css_Rltd_Per_in_Ler
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 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_csr_shd.lck
711: (
712: p_css_rltd_per_per_in_ler_id => p_css_rltd_per_per_in_ler_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_Css_Rltd_Per_in_Ler_api;