DBA Data[Home] [Help]

APPS.BEN_CBR_QUALD_BNF_RT_API dependencies on HR_UTILITY

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

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

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

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

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

248: p_reference_table => 'BEN_CBR_QUALD_BNF_RT_F',
249: p_reference_table_column => 'vrbl_rt_prfl_id');
250: --
251:
252: hr_utility.set_location(l_proc, 60);
253: --
254: -- When in validation only mode raise the Validate_Enabled exception
255: --
256: if p_validate then

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

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

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

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

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

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

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

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

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

537: -- End of API User Hook for the after hook of update_cbr_quald_bnf_rt
538: --
539: end;
540: --
541: hr_utility.set_location(l_proc, 60);
542: --
543: -- When in validation only mode raise the Validate_Enabled exception
544: --
545: if p_validate then

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

551: p_object_version_number := l_object_version_number;
552: p_effective_start_date := l_effective_start_date;
553: p_effective_end_date := l_effective_end_date;
554: --
555: hr_utility.set_location(' Leaving:'||l_proc, 70);
556: --
557: exception
558: --
559: when hr_api.validate_enabled then

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

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

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

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

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

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

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

683: p_base_table_reference_column => 'RT_CBR_QUALD_BNF_FLAG',
684: p_reference_table => 'BEN_CBR_QUALD_BNF_RT_F',
685: p_reference_table_column => 'VRBL_RT_PRFL_ID');
686: --
687: hr_utility.set_location(l_proc, 60);
688: --
689: -- When in validation only mode raise the Validate_Enabled exception
690: --
691: if p_validate then

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

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

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

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

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

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