DBA Data[Home] [Help]

APPS.BEN_OPTION_IN_PLAN_IN_PGM_API dependencies on HR_UTILITY

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

63: l_object_version_number ben_oiplip_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_option_in_plan_in_pgm;

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

69: -- Issue a savepoint if operating in validation only mode
70: --
71: savepoint create_option_in_plan_in_pgm;
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_option_in_plan_in_pgm
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_oiplip_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 346: hr_utility.set_location('Entering:'|| l_proc, 10);

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

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

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

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

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

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

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

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

552: -- Only set output warning arguments
553: -- (Any key or derived arguments must be set to null
554: -- when validation only mode is being used.)
555: --
556: hr_utility.set_location(' Leaving:'||l_proc, 80);
557: --
558: when others then
559: --
560: -- A validation or unexpected error has occured

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

590: l_effective_end_date ben_oiplip_f.effective_end_date%TYPE;
591: --
592: begin
593: --
594: hr_utility.set_location('Entering:'|| l_proc, 10);
595: --
596: -- Issue a savepoint if operating in validation only mode
597: --
598: savepoint delete_option_in_plan_in_pgm;

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

596: -- Issue a savepoint if operating in validation only mode
597: --
598: savepoint delete_option_in_plan_in_pgm;
599: --
600: hr_utility.set_location(l_proc, 20);
601: --
602: -- Process Logic
603: --
604: l_object_version_number := p_object_version_number;

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

659: -- End of API User Hook for the after hook of delete_option_in_plan_in_pgm
660: --
661: end;
662: --
663: hr_utility.set_location(l_proc, 60);
664: --
665: -- When in validation only mode raise the Validate_Enabled exception
666: --
667: if p_validate then

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

667: if p_validate then
668: raise hr_api.validate_enabled;
669: end if;
670: --
671: hr_utility.set_location(' Leaving:'||l_proc, 70);
672: --
673: exception
674: --
675: when hr_api.validate_enabled then

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

721: l_validation_end_date date;
722: --
723: begin
724: --
725: hr_utility.set_location('Entering:'|| l_proc, 10);
726: --
727: ben_opp_shd.lck
728: (
729: p_oiplip_id => p_oiplip_id

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

733: ,p_effective_date => p_effective_date
734: ,p_datetrack_mode => p_datetrack_mode
735: );
736: --
737: hr_utility.set_location(' Leaving:'||l_proc, 70);
738: --
739: end lck;
740: --
741: end ben_option_in_plan_in_pgm_api;