DBA Data[Home] [Help]

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

183: where incident_id = p_rec.incident_id;
184: --
185: --
186: --
187: hr_utility.set_location(' Leaving:'||l_proc, 10);
188: --
189: Exception
190: When hr_api.check_integrity_violated Then
191: -- A check constraint has been violated

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

245: --
246: l_proc varchar2(72) := g_package||'pre_update';
247: --
248: Begin
249: hr_utility.set_location('Entering:'||l_proc, 5);
250: --
251: hr_utility.set_location(' Leaving:'||l_proc, 10);
252: End pre_update;
253: --

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

247: --
248: Begin
249: hr_utility.set_location('Entering:'||l_proc, 5);
250: --
251: hr_utility.set_location(' Leaving:'||l_proc, 10);
252: End pre_update;
253: --
254: -- ----------------------------------------------------------------------------
255: -- |-----------------------------< post_update >------------------------------|

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

290: --
291: l_proc varchar2(72) := g_package||'post_update';
292: --
293: Begin
294: hr_utility.set_location('Entering:'||l_proc, 5);
295: begin
296: --
297: per_inc_rku.after_update
298: (p_effective_date => p_effective_date

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

725: ,p_hook_type => 'AU');
726: --
727: end;
728: --
729: hr_utility.set_location(' Leaving:'||l_proc, 10);
730: End post_update;
731: --
732: -- ----------------------------------------------------------------------------
733: -- |-----------------------------< convert_defs >-----------------------------|

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

1245: --
1246: l_proc varchar2(72) := g_package||'upd';
1247: --
1248: Begin
1249: hr_utility.set_location('Entering:'||l_proc, 5);
1250: --
1251: -- We must lock the row which we need to update.
1252: --
1253: per_inc_shd.lck

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

1404: l_rec per_inc_shd.g_rec_type;
1405: l_proc varchar2(72) := g_package||'upd';
1406: --
1407: Begin
1408: hr_utility.set_location('Entering:'||l_proc, 5);
1409: --
1410: -- Call conversion function to turn arguments into the
1411: -- l_rec structure.
1412: --

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

1534: ,l_rec
1535: );
1536: p_object_version_number := l_rec.object_version_number;
1537: --
1538: hr_utility.set_location(' Leaving:'||l_proc, 10);
1539: End upd;
1540: --
1541: end per_inc_upd;