DBA Data[Home] [Help]

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

85: where batch_proc_id = p_rec.batch_proc_id;
86: --
87: ben_bpi_shd.g_api_dml := false; -- Unset the api dml status
88: --
89: hr_utility.set_location(' Leaving:'||l_proc, 10);
90: --
91: Exception
92: When hr_api.check_integrity_violated Then
93: -- A check constraint has been violated

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

145: --
146: l_proc varchar2(72) := g_package||'pre_update';
147: --
148: Begin
149: hr_utility.set_location('Entering:'||l_proc, 5);
150: --
151: hr_utility.set_location(' Leaving:'||l_proc, 10);
152: End pre_update;
153: --

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

147: --
148: Begin
149: hr_utility.set_location('Entering:'||l_proc, 5);
150: --
151: hr_utility.set_location(' Leaving:'||l_proc, 10);
152: End pre_update;
153: --
154: -- ----------------------------------------------------------------------------
155: -- |-----------------------------< post_update >------------------------------|

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

187: --
188: l_proc varchar2(72) := g_package||'post_update';
189: --
190: Begin
191: hr_utility.set_location('Entering:'||l_proc, 5);
192: --
193: --
194: -- Start of API User Hook for post_update.
195: --

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

237: --
238: -- End of API User Hook for post_update.
239: --
240: --
241: hr_utility.set_location(' Leaving:'||l_proc, 10);
242: End post_update;
243: --
244: -- ----------------------------------------------------------------------------
245: -- |-----------------------------< convert_defs >-----------------------------|

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

289: l_proc varchar2(72) := g_package||'convert_defs';
290: --
291: Begin
292: --
293: hr_utility.set_location('Entering:'||l_proc, 5);
294: --
295: -- We must now examine each argument value in the
296: -- p_rec plsql record structure
297: -- to see if a system default is being used. If a system default

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

346: ben_bpi_shd.g_old_rec.business_group_id;
347: End If;
348:
349: --
350: hr_utility.set_location(' Leaving:'||l_proc, 10);
351: --
352: End convert_defs;
353: --
354: -- ----------------------------------------------------------------------------

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

361: --
362: l_proc varchar2(72) := g_package||'upd';
363: --
364: Begin
365: hr_utility.set_location('Entering:'||l_proc, 5);
366: --
367: -- We must lock the row which we need to update.
368: --
369: ben_bpi_shd.lck

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

418: l_rec ben_bpi_shd.g_rec_type;
419: l_proc varchar2(72) := g_package||'upd';
420: --
421: Begin
422: hr_utility.set_location('Entering:'||l_proc, 5);
423: --
424: -- Call conversion function to turn arguments into the
425: -- l_rec structure.
426: --

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

449: --
450: upd(l_rec);
451: p_object_version_number := l_rec.object_version_number;
452: --
453: hr_utility.set_location(' Leaving:'||l_proc, 10);
454: End upd;
455: --
456: end ben_bpi_upd;