DBA Data[Home] [Help]

APPS.BEN_ELIG_BENFTS_GRP_PRTE_API dependencies on HR_UTILITY

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

65: l_object_version_number ben_elig_benfts_grp_prte_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_BENFTS_GRP_PRTE;

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

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

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

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

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

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

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

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

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

295: p_elig_benfts_grp_prte_id := null;
296: p_effective_start_date := null;
297: p_effective_end_date := null;
298: p_object_version_number := null;
299: hr_utility.set_location(' Leaving:'||l_proc, 90);
300: raise;
301: --
302: end create_ELIG_BENFTS_GRP_PRTE;
303: -- ----------------------------------------------------------------------------

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

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

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

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

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

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

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

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

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

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

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

580: --
581: ROLLBACK TO update_ELIG_BENFTS_GRP_PRTE;
582: p_effective_start_date := null;
583: p_effective_end_date := null;
584: hr_utility.set_location(' Leaving:'||l_proc, 90);
585: raise;
586: --
587: end update_ELIG_BENFTS_GRP_PRTE;
588: -- ----------------------------------------------------------------------------

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

607: l_effective_end_date ben_elig_benfts_grp_prte_f.effective_end_date%TYPE;
608: --
609: begin
610: --
611: hr_utility.set_location('Entering:'|| l_proc, 10);
612: --
613: -- Issue a savepoint if operating in validation only mode
614: --
615: savepoint delete_ELIG_BENFTS_GRP_PRTE;

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

613: -- Issue a savepoint if operating in validation only mode
614: --
615: savepoint delete_ELIG_BENFTS_GRP_PRTE;
616: --
617: hr_utility.set_location(l_proc, 20);
618: --
619: -- Process Logic
620: --
621: l_object_version_number := p_object_version_number;

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

685: p_base_table_reference_column => 'ELIG_BENFTS_GRP_FLAG',
686: p_reference_table => 'BEN_ELIG_BENFTS_GRP_PRTE_F',
687: p_reference_table_column => 'ELIGY_PRFL_ID');
688: --
689: hr_utility.set_location(l_proc, 60);
690: --
691: -- When in validation only mode raise the Validate_Enabled exception
692: --
693: if p_validate then

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

693: if p_validate then
694: raise hr_api.validate_enabled;
695: end if;
696: --
697: hr_utility.set_location(' Leaving:'||l_proc, 70);
698: --
699: exception
700: --
701: when hr_api.validate_enabled then

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

718: --
719: ROLLBACK TO delete_ELIG_BENFTS_GRP_PRTE;
720: p_effective_start_date := null;
721: p_effective_end_date := null;
722: hr_utility.set_location(' Leaving:'||l_proc, 90);
723: raise;
724: --
725: end delete_ELIG_BENFTS_GRP_PRTE;
726: --

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

746: l_validation_end_date date;
747: --
748: begin
749: --
750: hr_utility.set_location('Entering:'|| l_proc, 10);
751: --
752: ben_ebn_shd.lck
753: (
754: p_elig_benfts_grp_prte_id => p_elig_benfts_grp_prte_id

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

758: ,p_effective_date => p_effective_date
759: ,p_datetrack_mode => p_datetrack_mode
760: );
761: --
762: hr_utility.set_location(' Leaving:'||l_proc, 70);
763: --
764: end lck;
765: --
766: end ben_ELIG_BENFTS_GRP_PRTE_api;