DBA Data[Home] [Help]

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

142: where absence_case_id = p_rec.absence_case_id;
143: --
144: per_abc_shd.g_api_dml := false; -- Unset the api dml status
145: --
146: hr_utility.set_location(' Leaving:'||l_proc, 10);
147: --
148: Exception
149: When hr_api.check_integrity_violated Then
150: -- A check constraint has been violated

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

204: --
205: l_proc varchar2(72) := g_package||'pre_update';
206: --
207: Begin
208: hr_utility.set_location('Entering:'||l_proc, 5);
209: --
210: hr_utility.set_location(' Leaving:'||l_proc, 10);
211: End pre_update;
212: --

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

206: --
207: Begin
208: hr_utility.set_location('Entering:'||l_proc, 5);
209: --
210: hr_utility.set_location(' Leaving:'||l_proc, 10);
211: End pre_update;
212: --
213: -- ----------------------------------------------------------------------------
214: -- |-----------------------------< post_update >------------------------------|

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

248: --
249: l_proc varchar2(72) := g_package||'post_update';
250: --
251: Begin
252: hr_utility.set_location('Entering:'||l_proc, 5);
253: begin
254: --
255: per_abc_rku.after_update
256: (p_absence_case_id

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

542: ,p_hook_type => 'AU');
543: --
544: end;
545: --
546: hr_utility.set_location(' Leaving:'||l_proc, 10);
547: End post_update;
548: --
549: -- ----------------------------------------------------------------------------
550: -- |-----------------------------< convert_defs >-----------------------------|

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

884: --
885: l_proc varchar2(72) := g_package||'upd';
886: --
887: Begin
888: hr_utility.set_location('Entering:'||l_proc, 5);
889: --
890: -- We must lock the row which we need to update.
891: --
892: per_abc_shd.lck

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

1005: l_rec per_abc_shd.g_rec_type;
1006: l_proc varchar2(72) := g_package||'upd';
1007: --
1008: Begin
1009: hr_utility.set_location('Entering:'||l_proc, 5);
1010: --
1011: -- Call conversion function to turn arguments into the
1012: -- l_rec structure.
1013: --

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

1093: (l_rec
1094: );
1095: p_object_version_number := l_rec.object_version_number;
1096: --
1097: hr_utility.set_location(' Leaving:'||l_proc, 10);
1098: End upd;
1099: --
1100: end per_abc_upd;