DBA Data[Home] [Help]

APPS.BEN_DPNT_ELIG_CRIT_VAL_API dependencies on HR_UTILITY

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

77: l_object_version_number ben_dpnt_eligy_crit_values_f.object_version_number%TYPE;
78: --
79: begin
80: --
81: hr_utility.set_location('Entering:'|| l_proc, 10);
82: --
83: -- Issue a savepoint if operating in validation only mode
84: --
85: savepoint dpnt_create_eligy_crit_values;

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

83: -- Issue a savepoint if operating in validation only mode
84: --
85: savepoint dpnt_create_eligy_crit_values;
86: --
87: hr_utility.set_location(l_proc, 20);
88: --
89: -- Process Logic
90: --
91: begin

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

296: p_base_table_reference_column => 'DPNT_CRIT_FLAG',
297: p_reference_table => 'ben_dpnt_eligy_crit_values_f',
298: p_reference_table_column => 'dpnt_cvg_eligy_prfl_id');
299: --
300: hr_utility.set_location(l_proc, 60);
301: --
302: -- When in validation only mode raise the Validate_Enabled exception
303: --
304: if p_validate then

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

311: p_effective_start_date := l_effective_start_date;
312: p_effective_end_date := l_effective_end_date;
313: p_object_version_number := l_object_version_number;
314: --
315: hr_utility.set_location(' Leaving:'||l_proc, 70);
316: --
317: exception
318: --
319: when hr_api.validate_enabled then

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

330: p_dpnt_eligy_crit_values_id := NULL;
331: p_effective_start_date := NULL;
332: p_effective_end_date := NULL;
333: p_object_version_number := NULL;
334: hr_utility.set_location(' Leaving:'||l_proc, 80);
335: --
336: when others then
337: --
338: -- A validation or unexpected error has occured

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

419: l_effective_end_date ben_dpnt_eligy_crit_values_f.effective_end_date%TYPE;
420: --
421: begin
422: --
423: hr_utility.set_location('Entering:'|| l_proc, 10);
424: --
425: -- Issue a savepoint if operating in validation only mode
426: --
427: savepoint dpnt_update_eligy_crit_values;

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

425: -- Issue a savepoint if operating in validation only mode
426: --
427: savepoint dpnt_update_eligy_crit_values;
428: --
429: hr_utility.set_location(l_proc, 20);
430: --
431: -- Process Logic
432: --
433: l_object_version_number := p_object_version_number;

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

634: -- End of API User Hook for the after hook of update_eligy_crit_values
635: --
636: end;
637: --
638: hr_utility.set_location(l_proc, 60);
639: --
640: -- When in validation only mode raise the Validate_Enabled exception
641: --
642: if p_validate then

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

648: p_object_version_number := l_object_version_number;
649: p_effective_start_date := l_effective_start_date;
650: p_effective_end_date := l_effective_end_date;
651: --
652: hr_utility.set_location(' Leaving:'||l_proc, 70);
653: --
654: exception
655: --
656: when hr_api.validate_enabled then

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

663: -- Only set output warning arguments
664: -- (Any key or derived arguments must be set to null
665: -- when validation only mode is being used.)
666: --
667: hr_utility.set_location(' Leaving:'||l_proc, 80);
668: --
669: when others then
670: --
671: -- A validation or unexpected error has occured

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

702: l_effective_end_date ben_dpnt_eligy_crit_values_f.effective_end_date%TYPE;
703: --
704: begin
705: --
706: hr_utility.set_location('Entering:'|| l_proc, 10);
707: --
708: -- Issue a savepoint if operating in validation only mode
709: --
710: savepoint dpnt_delete_eligy_crit_values;

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

708: -- Issue a savepoint if operating in validation only mode
709: --
710: savepoint dpnt_delete_eligy_crit_values;
711: --
712: hr_utility.set_location(l_proc, 20);
713: --
714: -- Process Logic
715: --
716: l_object_version_number := p_object_version_number;

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

780: p_base_table_reference_column => 'DPNT_CRIT_FLAG',
781: p_reference_table => 'ben_dpnt_eligy_crit_values_f',
782: p_reference_table_column => 'dpnt_cvg_eligy_prfl_id');
783: --
784: hr_utility.set_location(l_proc, 60);
785: --
786: -- When in validation only mode raise the Validate_Enabled exception
787: --
788: if p_validate then

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

788: if p_validate then
789: raise hr_api.validate_enabled;
790: end if;
791: --
792: hr_utility.set_location(' Leaving:'||l_proc, 70);
793: --
794: exception
795: --
796: when hr_api.validate_enabled then

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

844: l_validation_end_date date;
845: --
846: begin
847: --
848: hr_utility.set_location('Entering:'|| l_proc, 10);
849: --
850: ben_dpnt_edc_shd.lck
851: (
852: p_dpnt_eligy_crit_values_id => p_dpnt_eligy_crit_values_id

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

856: ,p_effective_date => p_effective_date
857: ,p_datetrack_mode => p_datetrack_mode
858: );
859: --
860: hr_utility.set_location(' Leaving:'||l_proc, 70);
861: --
862: end lck;
863: --
864: end ben_dpnt_elig_crit_val_api;