DBA Data[Home] [Help]

APPS.BEN_ELIG_PPL_GRP_PRTE_API dependencies on HR_UTILITY

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

65: l_object_version_number ben_elig_ppl_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_PPL_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_PPL_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_PPL_GRP_FLAG',
251: p_reference_table => 'BEN_ELIG_PPL_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_ppl_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 366: hr_utility.set_location('Entering:'|| l_proc, 10);

362: l_effective_end_date ben_elig_ppl_grp_prte_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_PPL_GRP_PRTE;

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

368: -- Issue a savepoint if operating in validation only mode
369: --
370: savepoint update_ELIG_PPL_GRP_PRTE;
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_PPL_GRP_PRTE
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 582: hr_utility.set_location(' Leaving:'||l_proc, 80);

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

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

615: l_effective_end_date ben_elig_ppl_grp_prte_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_PPL_GRP_PRTE;

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

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

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

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

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