DBA Data[Home] [Help]

APPS.PER_PMS_UPD dependencies on HR_UTILITY

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

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

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

116: where scorecard_id = p_rec.scorecard_id;
117: --
118: --
119: --
120: hr_utility.set_location(' Leaving:'||l_proc, 10);
121: --
122: Exception
123: When hr_api.check_integrity_violated Then
124: -- A check constraint has been violated

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

178: --
179: l_proc varchar2(72) := g_package||'pre_update';
180: --
181: Begin
182: hr_utility.set_location('Entering:'||l_proc, 5);
183: --
184: hr_utility.set_location(' Leaving:'||l_proc, 10);
185: End pre_update;
186: --

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

180: --
181: Begin
182: hr_utility.set_location('Entering:'||l_proc, 5);
183: --
184: hr_utility.set_location(' Leaving:'||l_proc, 10);
185: End pre_update;
186: --
187: -- ----------------------------------------------------------------------------
188: -- |-----------------------------< post_update >------------------------------|

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

224: --
225: l_proc varchar2(72) := g_package||'post_update';
226: --
227: Begin
228: hr_utility.set_location('Entering:'||l_proc, 5);
229: begin
230: --
231: per_pms_rku.after_update
232: (p_effective_date => p_effective_date

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

425: ,p_hook_type => 'AU');
426: --
427: end;
428: --
429: hr_utility.set_location(' Leaving:'||l_proc, 10);
430: End post_update;
431: --
432: -- ----------------------------------------------------------------------------
433: -- |-----------------------------< convert_defs >-----------------------------|

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

677: --
678: l_proc varchar2(72) := g_package||'upd';
679: --
680: Begin
681: hr_utility.set_location('Entering:'||l_proc, 5);
682: --
683: -- We must lock the row which we need to update.
684: --
685: per_pms_shd.lck

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

778: l_rec per_pms_shd.g_rec_type;
779: l_proc varchar2(72) := g_package||'upd';
780: --
781: Begin
782: hr_utility.set_location('Entering:'||l_proc, 5);
783: --
784: -- Call conversion function to turn arguments into the
785: -- l_rec structure.
786: --

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

845: ,p_duplicate_name_warning => p_duplicate_name_warning
846: );
847: p_object_version_number := l_rec.object_version_number;
848: --
849: hr_utility.set_location(' Leaving:'||l_proc, 10);
850: End upd;
851: --
852: end per_pms_upd;