DBA Data[Home] [Help]

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

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

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

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

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

146: --
147: Begin
148: hr_utility.set_location('Entering:'||l_proc, 5);
149: --
150: hr_utility.set_location(' Leaving:'||l_proc, 10);
151: End pre_update;
152: --
153: -- ----------------------------------------------------------------------------
154: -- |-----------------------------< 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 240: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

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

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

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

340: p_rec.actn_cd :=
341: ben_bdi_shd.g_old_rec.actn_cd;
342: End If;
343: --
344: hr_utility.set_location(' Leaving:'||l_proc, 10);
345: --
346: End convert_defs;
347: --
348: -- ----------------------------------------------------------------------------

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

356: --
357: l_proc varchar2(72) := g_package||'upd';
358: --
359: Begin
360: hr_utility.set_location('Entering:'||l_proc, 5);
361: --
362: -- We must lock the row which we need to update.
363: --
364: ben_bdi_shd.lck

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

413: l_rec ben_bdi_shd.g_rec_type;
414: l_proc varchar2(72) := g_package||'upd';
415: --
416: Begin
417: hr_utility.set_location('Entering:'||l_proc, 5);
418: --
419: -- Call conversion function to turn arguments into the
420: -- l_rec structure.
421: --

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

443: --
444: upd(p_effective_date,l_rec);
445: p_object_version_number := l_rec.object_version_number;
446: --
447: hr_utility.set_location(' Leaving:'||l_proc, 10);
448: End upd;
449: --
450: end ben_bdi_upd;