DBA Data[Home] [Help]

APPS.BEN_ELIG_PERF_RTNG_PRTE_API dependencies on HR_UTILITY

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

66: l_object_version_number ben_ELIG_PERF_RTNG_PRTE_f.object_version_number%TYPE;
67: --
68: begin
69: --
70: hr_utility.set_location('Entering:'|| l_proc, 10);
71: --
72: -- Issue a savepoint if operating in validation only mode
73: --
74: savepoint create_ELIG_PERF_RTNG_PRTE;

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

72: -- Issue a savepoint if operating in validation only mode
73: --
74: savepoint create_ELIG_PERF_RTNG_PRTE;
75: --
76: hr_utility.set_location(l_proc, 20);
77: --
78: -- Process Logic
79: --
80: begin

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

254: p_base_table_reference_column => 'ELIG_PERF_RTNG_FLAG',
255: p_reference_table => 'BEN_ELIG_PERF_RTNG_PRTE_F',
256: p_reference_table_column => 'ELIGY_PRFL_ID');
257: --
258: hr_utility.set_location(l_proc, 60);
259: --
260: -- When in validation only mode raise the Validate_Enabled exception
261: --
262: if p_validate then

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

269: p_effective_start_date := l_effective_start_date;
270: p_effective_end_date := l_effective_end_date;
271: p_object_version_number := l_object_version_number;
272: --
273: hr_utility.set_location(' Leaving:'||l_proc, 70);
274: --
275: exception
276: --
277: when hr_api.validate_enabled then

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

288: p_ELIG_PERF_RTNG_PRTE_id := null;
289: p_effective_start_date := null;
290: p_effective_end_date := null;
291: p_object_version_number := null;
292: hr_utility.set_location(' Leaving:'||l_proc, 80);
293: --
294: when others then
295: --
296: -- A validation or unexpected error has occured

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

364: l_effective_end_date ben_ELIG_PERF_RTNG_PRTE_f.effective_end_date%TYPE;
365: --
366: begin
367: --
368: hr_utility.set_location('Entering:'|| l_proc, 10);
369: --
370: -- Issue a savepoint if operating in validation only mode
371: --
372: savepoint update_ELIG_PERF_RTNG_PRTE;

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

370: -- Issue a savepoint if operating in validation only mode
371: --
372: savepoint update_ELIG_PERF_RTNG_PRTE;
373: --
374: hr_utility.set_location(l_proc, 20);
375: --
376: -- Process Logic
377: --
378: l_object_version_number := p_object_version_number;

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

549: -- End of API User Hook for the after hook of update_ELIG_PERF_RTNG_PRTE
550: --
551: end;
552: --
553: hr_utility.set_location(l_proc, 60);
554: --
555: -- When in validation only mode raise the Validate_Enabled exception
556: --
557: if p_validate then

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

563: p_object_version_number := l_object_version_number;
564: p_effective_start_date := l_effective_start_date;
565: p_effective_end_date := l_effective_end_date;
566: --
567: hr_utility.set_location(' Leaving:'||l_proc, 70);
568: --
569: exception
570: --
571: when hr_api.validate_enabled then

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

580: -- when validation only mode is being used.)
581: --
582: p_effective_start_date := null;
583: p_effective_end_date := null;
584: hr_utility.set_location(' Leaving:'||l_proc, 80);
585: --
586: when others then
587: --
588: -- A validation or unexpected error has occured

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

615: l_effective_end_date ben_ELIG_PERF_RTNG_PRTE_f.effective_end_date%TYPE;
616: --
617: begin
618: --
619: hr_utility.set_location('Entering:'|| l_proc, 10);
620: --
621: -- Issue a savepoint if operating in validation only mode
622: --
623: savepoint delete_ELIG_PERF_RTNG_PRTE;

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

621: -- Issue a savepoint if operating in validation only mode
622: --
623: savepoint delete_ELIG_PERF_RTNG_PRTE;
624: --
625: hr_utility.set_location(l_proc, 20);
626: --
627: -- Process Logic
628: --
629: l_object_version_number := p_object_version_number;

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

693: p_base_table_reference_column => 'ELIG_PERF_RTNG_FLAG',
694: p_reference_table => 'BEN_ELIG_PERF_RTNG_PRTE_F',
695: p_reference_table_column => 'ELIGY_PRFL_ID');
696: --
697: hr_utility.set_location(l_proc, 60);
698: --
699: -- When in validation only mode raise the Validate_Enabled exception
700: --
701: if p_validate then

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

701: if p_validate then
702: raise hr_api.validate_enabled;
703: end if;
704: --
705: hr_utility.set_location(' Leaving:'||l_proc, 70);
706: --
707: exception
708: --
709: when hr_api.validate_enabled then

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

753: l_validation_end_date date;
754: --
755: begin
756: --
757: hr_utility.set_location('Entering:'|| l_proc, 10);
758: --
759: ben_erg_shd.lck
760: (
761: p_ELIG_PERF_RTNG_PRTE_id => p_ELIG_PERF_RTNG_PRTE_id

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

765: ,p_effective_date => p_effective_date
766: ,p_datetrack_mode => p_datetrack_mode
767: );
768: --
769: hr_utility.set_location(' Leaving:'||l_proc, 70);
770: --
771: end lck;
772: --
773: end ben_ELIG_PERF_RTNG_PRTE_api;