DBA Data[Home] [Help]

APPS.BEN_ELIG_PER_TYP_PRTE_API dependencies on HR_UTILITY

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

66: l_object_version_number ben_elig_per_typ_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_PER_TYP_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_PER_TYP_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_PER_TYP_FLAG',
255: p_reference_table => 'BEN_ELIG_PER_TYP_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_per_typ_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 371: hr_utility.set_location('Entering:'|| l_proc, 10);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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