DBA Data[Home] [Help]

APPS.PER_PPS_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 140: hr_utility.set_location(' Leaving:'||l_proc, 10);

136: where parent_spine_id = p_rec.parent_spine_id;
137: --
138: per_pps_shd.g_api_dml := false; -- Unset the api dml status
139: --
140: hr_utility.set_location(' Leaving:'||l_proc, 10);
141: --
142: Exception
143: When hr_api.check_integrity_violated Then
144: -- A check constraint has been violated

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

198: --
199: l_proc varchar2(72) := g_package||'pre_update';
200: --
201: Begin
202: hr_utility.set_location('Entering:'||l_proc, 5);
203: --
204: hr_utility.set_location(' Leaving:'||l_proc, 10);
205: End pre_update;
206: --

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

200: --
201: Begin
202: hr_utility.set_location('Entering:'||l_proc, 5);
203: --
204: hr_utility.set_location(' Leaving:'||l_proc, 10);
205: End pre_update;
206: --
207: -- ----------------------------------------------------------------------------
208: -- |-----------------------------< post_update >------------------------------|

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

243: --
244: l_proc varchar2(72) := g_package||'post_update';
245: --
246: Begin
247: hr_utility.set_location('Entering:'||l_proc, 5);
248: begin
249: --
250: per_pps_rku.after_update
251: (p_effective_date => p_effective_date

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

514: ,p_hook_type => 'AU');
515: --
516: end;
517: --
518: hr_utility.set_location(' Leaving:'||l_proc, 10);
519: End post_update;
520: --
521: -- ----------------------------------------------------------------------------
522: -- |-----------------------------< convert_defs >-----------------------------|

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

834: --
835: l_proc varchar2(72) := g_package||'upd';
836: --
837: Begin
838: hr_utility.set_location('Entering:'||l_proc, 5);
839: --
840: -- We must lock the row which we need to update.
841: --
842: per_pps_shd.lck

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

952: l_rec per_pps_shd.g_rec_type;
953: l_proc varchar2(72) := g_package||'upd';
954: --
955: Begin
956: hr_utility.set_location('Entering:'||l_proc, 5);
957: --
958: -- Call conversion function to turn arguments into the
959: -- l_rec structure.
960: --

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

1035: ,l_rec
1036: );
1037: p_object_version_number := l_rec.object_version_number;
1038: --
1039: hr_utility.set_location(' Leaving:'||l_proc, 10);
1040: End upd;
1041: --
1042: end per_pps_upd;