DBA Data[Home] [Help]

APPS.PER_PYP_UPD dependencies on HR_UTILITY

Line 59: hr_utility.set_location('Entering:'||l_proc, 5);

55: --
56: l_proc varchar2(72) := g_package||'update_dml';
57: --
58: Begin
59: hr_utility.set_location('Entering:'||l_proc, 5);
60: --
61: -- Increment the object version
62: --
63: p_rec.object_version_number := p_rec.object_version_number + 1;

Line 112: hr_utility.set_location(' Leaving:'||l_proc, 10);

108: where pay_proposal_id = p_rec.pay_proposal_id;
109: --
110: per_pyp_shd.g_api_dml := false; -- Unset the api dml status
111: --
112: hr_utility.set_location(' Leaving:'||l_proc, 10);
113: --
114: Exception
115: When hr_api.check_integrity_violated Then
116: -- A check constraint has been violated

Line 172: hr_utility.set_location('Entering:'||l_proc, 5);

168: --
169: l_proc varchar2(72) := g_package||'pre_update';
170: --
171: Begin
172: hr_utility.set_location('Entering:'||l_proc, 5);
173: --
174: hr_utility.set_location(' Leaving:'||l_proc, 10);
175: End pre_update;
176: --

Line 174: hr_utility.set_location(' Leaving:'||l_proc, 10);

170: --
171: Begin
172: hr_utility.set_location('Entering:'||l_proc, 5);
173: --
174: hr_utility.set_location(' Leaving:'||l_proc, 10);
175: End pre_update;
176: --
177: -- ----------------------------------------------------------------------------
178: -- |-----------------------------< post_update >------------------------------|

Line 230: hr_utility.set_location('Entering:'||l_proc, 5);

226: l_old_salary number;
227: --
228:
229: Begin
230: hr_utility.set_location('Entering:'||l_proc, 5);
231: --
232: -- Call to user hook for post_update.
233: --
234: --

Line 500: hr_utility.set_location('DM Mode pro ' ||hr_general.g_data_migrator_mode ,379);

496: p_multiple_components_o => per_pyp_shd.g_old_rec.multiple_components,
497: p_approved_o => per_pyp_shd.g_old_rec.approved
498: );
499: --
500: hr_utility.set_location('DM Mode pro ' ||hr_general.g_data_migrator_mode ,379);
501: --
502: -- OAB Bug 1863413 : Detect potential life events when salary
503: -- information changes
504: --

Line 514: hr_utility.set_location('Extract event logged called for pay proposal',99) ;

510:
511: -- extract change event log call
512: if hr_general.g_data_migrator_mode <> 'Y' then
513:
514: hr_utility.set_location('Extract event logged called for pay proposal',99) ;
515: ben_ext_chlg.log_per_pay_chg
516: (p_event => l_event
517: ,p_old_rec => l_ext_old_rec
518: ,p_new_rec => l_ext_new_rec

Line 520: hr_utility.set_location('Extract event logged out',99) ;

516: (p_event => l_event
517: ,p_old_rec => l_ext_old_rec
518: ,p_new_rec => l_ext_new_rec
519: );
520: hr_utility.set_location('Extract event logged out',99) ;
521: end if ;
522:
523:
524: exception

Line 532: hr_utility.set_location(' Leaving:'||l_proc, 10);

528: ,p_hook_type => 'AU'
529: );
530: end;
531: -- End of API User Hook for post_update.
532: hr_utility.set_location(' Leaving:'||l_proc, 10);
533: End post_update;
534: --
535: -- ----------------------------------------------------------------------------
536: -- |-----------------------------< convert_defs >-----------------------------|

Line 585: hr_utility.set_location('Entering:'||l_proc, 5);

581: l_proc varchar2(72) := g_package||'convert_defs';
582: --
583: Begin
584: --
585: hr_utility.set_location('Entering:'||l_proc, 5);
586: --
587: -- We must now examine each argument value in the
588: -- p_rec plsql record structure
589: -- to see if a system default is being used. If a system default

Line 729: hr_utility.set_location(' Leaving:'||l_proc, 10);

725: p_rec.approved :=
726: per_pyp_shd.g_old_rec.approved;
727: End If;
728: --
729: hr_utility.set_location(' Leaving:'||l_proc, 10);
730: --
731: End convert_defs;
732: --
733: -- ----------------------------------------------------------------------------

Line 754: hr_utility.set_location('Entering:'||l_proc, 5);

750: l_payroll_warning boolean;
751:
752: --
753: Begin
754: hr_utility.set_location('Entering:'||l_proc, 5);
755: --
756: -- Determine if the business process is to be validated.
757: --
758: If p_validate then

Line 817: hr_utility.set_location(' Leaving:'||l_proc, 10);

813: If p_validate then
814: Raise HR_Api.Validate_Enabled;
815: End If;
816: --
817: hr_utility.set_location(' Leaving:'||l_proc, 10);
818: Exception
819: When HR_Api.Validate_Enabled Then
820: --
821: -- As the Validate_Enabled exception has been raised

Line 877: hr_utility.set_location('Entering:'||l_proc, 5);

873: l_rec per_pyp_shd.g_rec_type;
874: l_proc varchar2(72) := g_package||'upd';
875: --
876: Begin
877: hr_utility.set_location('Entering:'||l_proc, 5);
878: hr_utility.set_location('ovn= '||to_char(p_object_version_number)||l_proc, 5);
879: --
880: -- Call conversion function to turn arguments into the
881: -- l_rec structure.

Line 878: hr_utility.set_location('ovn= '||to_char(p_object_version_number)||l_proc, 5);

874: l_proc varchar2(72) := g_package||'upd';
875: --
876: Begin
877: hr_utility.set_location('Entering:'||l_proc, 5);
878: hr_utility.set_location('ovn= '||to_char(p_object_version_number)||l_proc, 5);
879: --
880: -- Call conversion function to turn arguments into the
881: -- l_rec structure.
882: --

Line 938: hr_utility.set_location(' Leaving:'||l_proc, 10);

934: );
935: --
936: p_object_version_number := l_rec.object_version_number;
937: --
938: hr_utility.set_location(' Leaving:'||l_proc, 10);
939: End upd;
940: --
941: end per_pyp_upd;