DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

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

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

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

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

319: ben_bei_shd.g_old_rec.business_group_id;
320: End If;
321:
322: --
323: hr_utility.set_location(' Leaving:'||l_proc, 10);
324: --
325: End convert_defs;
326: --
327: -- ----------------------------------------------------------------------------

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

335: --
336: l_proc varchar2(72) := g_package||'upd';
337: --
338: Begin
339: hr_utility.set_location('Entering:'||l_proc, 5);
340: --
341: -- We must lock the row which we need to update.
342: --
343: ben_bei_shd.lck

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

390: l_rec ben_bei_shd.g_rec_type;
391: l_proc varchar2(72) := g_package||'upd';
392: --
393: Begin
394: hr_utility.set_location('Entering:'||l_proc, 5);
395: --
396: -- Call conversion function to turn arguments into the
397: -- l_rec structure.
398: --

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

417: --
418: upd(p_effective_date,l_rec);
419: p_object_version_number := l_rec.object_version_number;
420: --
421: hr_utility.set_location(' Leaving:'||l_proc, 10);
422: End upd;
423: --
424: end ben_bei_upd;