DBA Data[Home] [Help]

APPS.BEN_LER_PER_INFO_CS_LER_API dependencies on HR_UTILITY

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

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

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

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

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

233: -- End of API User Hook for the after hook of create_Ler_Per_Info_Cs_Ler
234: --
235: end;
236: --
237: hr_utility.set_location(l_proc, 60);
238: --
239: -- When in validation only mode raise the Validate_Enabled exception
240: --
241: if p_validate then

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

248: p_effective_start_date := l_effective_start_date;
249: p_effective_end_date := l_effective_end_date;
250: p_object_version_number := l_object_version_number;
251: --
252: hr_utility.set_location(' Leaving:'||l_proc, 70);
253: --
254: exception
255: --
256: when hr_api.validate_enabled then

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

267: p_ler_per_info_cs_ler_id := null;
268: p_effective_start_date := null;
269: p_effective_end_date := null;
270: p_object_version_number := null;
271: hr_utility.set_location(' Leaving:'||l_proc, 80);
272: --
273: when others then
274: --
275: -- A validation or unexpected error has occured

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

340: l_effective_end_date ben_ler_per_info_cs_ler_f.effective_end_date%TYPE;
341: --
342: begin
343: --
344: hr_utility.set_location('Entering:'|| l_proc, 10);
345: --
346: -- Issue a savepoint if operating in validation only mode
347: --
348: savepoint update_Ler_Per_Info_Cs_Ler;

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

346: -- Issue a savepoint if operating in validation only mode
347: --
348: savepoint update_Ler_Per_Info_Cs_Ler;
349: --
350: hr_utility.set_location(l_proc, 20);
351: --
352: -- Process Logic
353: --
354: l_object_version_number := p_object_version_number;

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

516: -- End of API User Hook for the after hook of update_Ler_Per_Info_Cs_Ler
517: --
518: end;
519: --
520: hr_utility.set_location(l_proc, 60);
521: --
522: -- When in validation only mode raise the Validate_Enabled exception
523: --
524: if p_validate then

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

530: p_object_version_number := l_object_version_number;
531: p_effective_start_date := l_effective_start_date;
532: p_effective_end_date := l_effective_end_date;
533: --
534: hr_utility.set_location(' Leaving:'||l_proc, 70);
535: --
536: exception
537: --
538: when hr_api.validate_enabled then

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

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

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

581: l_effective_end_date ben_ler_per_info_cs_ler_f.effective_end_date%TYPE;
582: --
583: begin
584: --
585: hr_utility.set_location('Entering:'|| l_proc, 10);
586: --
587: -- Issue a savepoint if operating in validation only mode
588: --
589: savepoint delete_Ler_Per_Info_Cs_Ler;

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

587: -- Issue a savepoint if operating in validation only mode
588: --
589: savepoint delete_Ler_Per_Info_Cs_Ler;
590: --
591: hr_utility.set_location(l_proc, 20);
592: --
593: -- Process Logic
594: --
595: l_object_version_number := p_object_version_number;

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

650: -- End of API User Hook for the after hook of delete_Ler_Per_Info_Cs_Ler
651: --
652: end;
653: --
654: hr_utility.set_location(l_proc, 60);
655: --
656: -- When in validation only mode raise the Validate_Enabled exception
657: --
658: if p_validate then

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

658: if p_validate then
659: raise hr_api.validate_enabled;
660: end if;
661: --
662: hr_utility.set_location(' Leaving:'||l_proc, 70);
663: --
664: exception
665: --
666: when hr_api.validate_enabled then

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

712: l_validation_end_date date;
713: --
714: begin
715: --
716: hr_utility.set_location('Entering:'|| l_proc, 10);
717: --
718: ben_lpl_shd.lck
719: (
720: p_ler_per_info_cs_ler_id => p_ler_per_info_cs_ler_id

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

724: ,p_effective_date => p_effective_date
725: ,p_datetrack_mode => p_datetrack_mode
726: );
727: --
728: hr_utility.set_location(' Leaving:'||l_proc, 70);
729: --
730: end lck;
731: --
732: end ben_Ler_Per_Info_Cs_Ler_api;