DBA Data[Home] [Help]

APPS.BEN_ELIG_DSBLD_STAT_CVG_API dependencies on HR_UTILITY

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

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

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

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

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

251: p_reference_table => 'BEN_ELIG_DSBLD_STAT_CVG_F',
252: p_reference_table_column => 'DPNT_CVG_ELIGY_PRFL_ID');
253: --
254:
255: hr_utility.set_location(l_proc, 60);
256: --
257: -- When in validation only mode raise the Validate_Enabled exception
258: --
259: if p_validate then

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

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

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

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

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

297: p_elig_dsbld_stat_cvg_id := null;
298: p_effective_start_date := null;
299: p_effective_end_date := null;
300: p_object_version_number := null ;
301: hr_utility.set_location(' Leaving:'||l_proc, 90);
302: raise;
303: --
304: end create_ELIG_DSBLD_STAT_CVG;
305: -- ----------------------------------------------------------------------------

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

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

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

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

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

544: -- End of API User Hook for the after hook of update_ELIG_DSBLD_STAT_CVG
545: --
546: end;
547: --
548: hr_utility.set_location(l_proc, 60);
549: --
550: -- When in validation only mode raise the Validate_Enabled exception
551: --
552: if p_validate then

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

558: p_object_version_number := l_object_version_number;
559: p_effective_start_date := l_effective_start_date;
560: p_effective_end_date := l_effective_end_date;
561: --
562: hr_utility.set_location(' Leaving:'||l_proc, 70);
563: --
564: exception
565: --
566: when hr_api.validate_enabled then

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

573: -- Only set output warning arguments
574: -- (Any key or derived arguments must be set to null
575: -- when validation only mode is being used.)
576: --
577: hr_utility.set_location(' Leaving:'||l_proc, 80);
578: --
579: when others then
580: --
581: -- A validation or unexpected error has occured

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

584: -- NOCOPY Changes
585: p_effective_start_date := null;
586: p_effective_end_date := null;
587: p_object_version_number := l_object_version_number ;
588: hr_utility.set_location(' Leaving:'||l_proc, 90);
589: raise;
590: --
591: end update_ELIG_DSBLD_STAT_CVG;
592: -- ----------------------------------------------------------------------------

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

611: l_effective_end_date ben_elig_dsbld_stat_cvg_f.effective_end_date%TYPE;
612: --
613: begin
614: --
615: hr_utility.set_location('Entering:'|| l_proc, 10);
616: --
617: -- Issue a savepoint if operating in validation only mode
618: --
619: savepoint delete_ELIG_DSBLD_STAT_CVG;

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

617: -- Issue a savepoint if operating in validation only mode
618: --
619: savepoint delete_ELIG_DSBLD_STAT_CVG;
620: --
621: hr_utility.set_location(l_proc, 20);
622: --
623: -- Process Logic
624: --
625: l_object_version_number := p_object_version_number;

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

689: p_base_table_reference_column => 'DPNT_DSBLD_FLAG',
690: p_reference_table => 'BEN_ELIG_DSBLD_STAT_CVG_F',
691: p_reference_table_column => 'DPNT_CVG_ELIGY_PRFL_ID');
692: --
693: hr_utility.set_location(l_proc, 60);
694: --
695: -- When in validation only mode raise the Validate_Enabled exception
696: --
697: if p_validate then

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

697: if p_validate then
698: raise hr_api.validate_enabled;
699: end if;
700: --
701: hr_utility.set_location(' Leaving:'||l_proc, 70);
702: --
703: exception
704: --
705: when hr_api.validate_enabled then

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

724: -- NOCOPY Changes
725: p_effective_start_date := null;
726: p_effective_end_date := null;
727: p_object_version_number := l_object_version_number ;
728: hr_utility.set_location(' Leaving:'||l_proc, 90);
729: raise;
730: --
731: end delete_ELIG_DSBLD_STAT_CVG;
732: --

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

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

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

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