DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

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

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

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

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

334: p_rec.ext_rslt_id :=
335: ben_xre_shd.g_old_rec.ext_rslt_id;
336: End If;
337: --
338: hr_utility.set_location(' Leaving:'||l_proc, 10);
339: --
340: End convert_defs;
341: --
342: -- ----------------------------------------------------------------------------

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

350: --
351: l_proc varchar2(72) := g_package||'upd';
352: --
353: Begin
354: hr_utility.set_location('Entering:'||l_proc, 5);
355: --
356: -- We must lock the row which we need to update.
357: --
358: ben_xre_shd.lck

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

408: l_rec ben_xre_shd.g_rec_type;
409: l_proc varchar2(72) := g_package||'upd';
410: --
411: Begin
412: hr_utility.set_location('Entering:'||l_proc, 5);
413: --
414: -- Call conversion function to turn arguments into the
415: -- l_rec structure.
416: --

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

438: upd(
439: p_effective_date,l_rec);
440: p_object_version_number := l_rec.object_version_number;
441: --
442: hr_utility.set_location(' Leaving:'||l_proc, 10);
443: End upd;
444: --
445: end ben_xre_upd;