DBA Data[Home] [Help]

APPS.BEN_ELIG_COMPTNCY_PRTE_API dependencies on HR_UTILITY

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

66: l_object_version_number ben_ELIG_COMPTNCY_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_COMPTNCY_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_COMPTNCY_PRTE;
75: --
76: hr_utility.set_location(l_proc, 20);
77: --
78: -- Process Logic
79: --
80: begin

Line 139: hr_utility.set_location(l_proc, 30);

135: -- End of API User Hook for the before hook of create_ELIG_COMPTNCY_PRTE
136: --
137: end;
138: --
139: hr_utility.set_location(l_proc, 30);
140: ben_ecy_ins.ins
141: (
142: p_ELIG_COMPTNCY_PRTE_id => l_ELIG_COMPTNCY_PRTE_id
143: ,p_effective_start_date => l_effective_start_date

Line 188: hr_utility.set_location(l_proc, 40);

184: ,p_criteria_score => p_criteria_score
185: ,p_criteria_weight => p_criteria_weight
186: );
187: --
188: hr_utility.set_location(l_proc, 40);
189: begin
190: --
191: -- Start of API User Hook for the after hook of create_ELIG_COMPTNCY_PRTE
192: --

Line 250: hr_utility.set_location(l_proc, 50);

246: --
247: -- End of API User Hook for the after hook of create_ELIG_COMPTNCY_PRTE
248: --
249: end;
250: hr_utility.set_location(l_proc, 50);
251: --
252: ben_profile_handler.event_handler
253: (p_event => 'CREATE',
254: p_base_table => 'BEN_ELIGY_PRFL_F',

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

257: p_base_table_reference_column => 'ELIG_COMPTNCY_FLAG',
258: p_reference_table => 'BEN_ELIG_COMPTNCY_PRTE_F',
259: p_reference_table_column => 'ELIGY_PRFL_ID');
260: --
261: hr_utility.set_location(l_proc, 60);
262: --
263: -- When in validation only mode raise the Validate_Enabled exception
264: --
265: if p_validate then

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

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

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

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

Line 307: hr_utility.set_location(' Leaving:'||l_proc, 90);

303: p_ELIG_COMPTNCY_PRTE_id := null;
304: p_effective_start_date := null;
305: p_effective_end_date := null;
306: p_object_version_number := null ;
307: hr_utility.set_location(' Leaving:'||l_proc, 90);
308: raise;
309: --
310: end create_ELIG_COMPTNCY_PRTE;
311: -- ----------------------------------------------------------------------------

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

369: l_effective_end_date ben_ELIG_COMPTNCY_PRTE_f.effective_end_date%TYPE;
370: --
371: begin
372: --
373: hr_utility.set_location('Entering:'|| l_proc, 10);
374: --
375: -- Issue a savepoint if operating in validation only mode
376: --
377: savepoint update_ELIG_COMPTNCY_PRTE;

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

375: -- Issue a savepoint if operating in validation only mode
376: --
377: savepoint update_ELIG_COMPTNCY_PRTE;
378: --
379: hr_utility.set_location(l_proc, 20);
380: --
381: -- Process Logic
382: --
383: l_object_version_number := p_object_version_number;

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

554: -- End of API User Hook for the after hook of update_ELIG_COMPTNCY_PRTE
555: --
556: end;
557: --
558: hr_utility.set_location(l_proc, 60);
559: --
560: -- When in validation only mode raise the Validate_Enabled exception
561: --
562: if p_validate then

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

568: p_object_version_number := l_object_version_number;
569: p_effective_start_date := l_effective_start_date;
570: p_effective_end_date := l_effective_end_date;
571: --
572: hr_utility.set_location(' Leaving:'||l_proc, 70);
573: --
574: exception
575: --
576: when hr_api.validate_enabled then

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

583: -- Only set output warning arguments
584: -- (Any key or derived arguments must be set to null
585: -- when validation only mode is being used.)
586: --
587: hr_utility.set_location(' Leaving:'||l_proc, 80);
588: --
589: when others then
590: --
591: -- A validation or unexpected error has occured

Line 598: hr_utility.set_location(' Leaving:'||l_proc, 90);

594: -- NOCOPY Changes
595: p_effective_start_date := null;
596: p_effective_end_date := null;
597: p_object_version_number := l_object_version_number ;
598: hr_utility.set_location(' Leaving:'||l_proc, 90);
599: raise;
600: --
601: end update_ELIG_COMPTNCY_PRTE;
602: -- ----------------------------------------------------------------------------

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

621: l_effective_end_date ben_ELIG_COMPTNCY_PRTE_f.effective_end_date%TYPE;
622: --
623: begin
624: --
625: hr_utility.set_location('Entering:'|| l_proc, 10);
626: --
627: -- Issue a savepoint if operating in validation only mode
628: --
629: savepoint delete_ELIG_COMPTNCY_PRTE;

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

627: -- Issue a savepoint if operating in validation only mode
628: --
629: savepoint delete_ELIG_COMPTNCY_PRTE;
630: --
631: hr_utility.set_location(l_proc, 20);
632: --
633: -- Process Logic
634: --
635: l_object_version_number := p_object_version_number;

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

699: p_base_table_reference_column => 'ELIG_COMPTNCY_FLAG',
700: p_reference_table => 'BEN_ELIG_COMPTNCY_PRTE_F',
701: p_reference_table_column => 'ELIGY_PRFL_ID');
702: --
703: hr_utility.set_location(l_proc, 60);
704: --
705: -- When in validation only mode raise the Validate_Enabled exception
706: --
707: if p_validate then

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

707: if p_validate then
708: raise hr_api.validate_enabled;
709: end if;
710: --
711: hr_utility.set_location(' Leaving:'||l_proc, 70);
712: --
713: exception
714: --
715: when hr_api.validate_enabled then

Line 738: hr_utility.set_location(' Leaving:'||l_proc, 90);

734: -- NOCOPY Changes
735: p_effective_start_date := null;
736: p_effective_end_date := null;
737: p_object_version_number := l_object_version_number ;
738: hr_utility.set_location(' Leaving:'||l_proc, 90);
739: raise;
740: --
741: end delete_ELIG_COMPTNCY_PRTE;
742: --

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

762: l_validation_end_date date;
763: --
764: begin
765: --
766: hr_utility.set_location('Entering:'|| l_proc, 10);
767: --
768: ben_ecy_shd.lck
769: (
770: p_ELIG_COMPTNCY_PRTE_id => p_ELIG_COMPTNCY_PRTE_id

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

774: ,p_effective_date => p_effective_date
775: ,p_datetrack_mode => p_datetrack_mode
776: );
777: --
778: hr_utility.set_location(' Leaving:'||l_proc, 70);
779: --
780: end lck;
781: --
782: end ben_ELIG_COMPTNCY_PRTE_api;