DBA Data[Home] [Help]

APPS.BEN_ELIG_AGE_CVG_API dependencies on HR_UTILITY

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

66: l_object_version_number ben_elig_age_cvg_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_AGE_CVG;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

615: l_effective_end_date ben_elig_age_cvg_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_AGE_CVG;

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

621: -- Issue a savepoint if operating in validation only mode
622: --
623: savepoint delete_ELIG_AGE_CVG;
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 => 'DPNT_AGE_FLAG',
694: p_reference_table => 'BEN_ELIG_AGE_CVG_F',
695: p_reference_table_column => 'DPNT_CVG_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 760: hr_utility.set_location('Entering:'|| l_proc, 10);

756: l_validation_end_date date;
757: --
758: begin
759: --
760: hr_utility.set_location('Entering:'|| l_proc, 10);
761: --
762: ben_eac_shd.lck
763: (
764: p_elig_age_cvg_id => p_elig_age_cvg_id

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

768: ,p_effective_date => p_effective_date
769: ,p_datetrack_mode => p_datetrack_mode
770: );
771: --
772: hr_utility.set_location(' Leaving:'||l_proc, 70);
773: --
774: end lck;
775: --
776: end ben_ELIG_AGE_CVG_api;