DBA Data[Home] [Help]

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

80: where csr_activities_id = p_rec.csr_activities_id;
81: --
82: ben_ola_shd.g_api_dml := false; -- Unset the api dml status
83: --
84: hr_utility.set_location(' Leaving:'||l_proc, 10);
85: --
86: Exception
87: When hr_api.check_integrity_violated Then
88: -- A check constraint has been violated

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

140: --
141: l_proc varchar2(72) := g_package||'pre_update';
142: --
143: Begin
144: hr_utility.set_location('Entering:'||l_proc, 5);
145: --
146: hr_utility.set_location(' Leaving:'||l_proc, 10);
147: End pre_update;
148: --

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

142: --
143: Begin
144: hr_utility.set_location('Entering:'||l_proc, 5);
145: --
146: hr_utility.set_location(' Leaving:'||l_proc, 10);
147: End pre_update;
148: --
149: -- ----------------------------------------------------------------------------
150: -- |-----------------------------< post_update >------------------------------|

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

182: --
183: l_proc varchar2(72) := g_package||'post_update';
184: --
185: Begin
186: hr_utility.set_location('Entering:'||l_proc, 5);
187: --
188: --
189: -- Start of API User Hook for post_update.
190: --

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

223: --
224: -- End of API User Hook for post_update.
225: --
226: --
227: hr_utility.set_location(' Leaving:'||l_proc, 10);
228: End post_update;
229: --
230: -- ----------------------------------------------------------------------------
231: -- |-----------------------------< convert_defs >-----------------------------|

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

275: l_proc varchar2(72) := g_package||'convert_defs';
276: --
277: Begin
278: --
279: hr_utility.set_location('Entering:'||l_proc, 5);
280: --
281: -- We must now examine each argument value in the
282: -- p_rec plsql record structure
283: -- to see if a system default is being used. If a system default

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

311: p_rec.end_date :=
312: ben_ola_shd.g_old_rec.end_date;
313: End If;
314: --
315: hr_utility.set_location(' Leaving:'||l_proc, 10);
316: --
317: End convert_defs;
318: --
319: -- ----------------------------------------------------------------------------

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

326: --
327: l_proc varchar2(72) := g_package||'upd';
328: --
329: Begin
330: hr_utility.set_location('Entering:'||l_proc, 5);
331: --
332: -- We must lock the row which we need to update.
333: --
334: ben_ola_shd.lck

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

378: l_rec ben_ola_shd.g_rec_type;
379: l_proc varchar2(72) := g_package||'upd';
380: --
381: Begin
382: hr_utility.set_location('Entering:'||l_proc, 5);
383: --
384: -- Call conversion function to turn arguments into the
385: -- l_rec structure.
386: --

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

404: --
405: upd(l_rec);
406: p_object_version_number := l_rec.object_version_number;
407: --
408: hr_utility.set_location(' Leaving:'||l_proc, 10);
409: End upd;
410: --
411: end ben_ola_upd;