DBA Data[Home] [Help]

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

92: where ext_rslt_id = p_rec.ext_rslt_id;
93: --
94: ben_xrs_shd.g_api_dml := false; -- Unset the api dml status
95: --
96: hr_utility.set_location(' Leaving:'||l_proc, 10);
97: --
98: Exception
99: When hr_api.check_integrity_violated Then
100: -- A check constraint has been violated

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

152: --
153: l_proc varchar2(72) := g_package||'pre_update';
154: --
155: Begin
156: hr_utility.set_location('Entering:'||l_proc, 5);
157: --
158: hr_utility.set_location(' Leaving:'||l_proc, 10);
159: End pre_update;
160: --

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

154: --
155: Begin
156: hr_utility.set_location('Entering:'||l_proc, 5);
157: --
158: hr_utility.set_location(' Leaving:'||l_proc, 10);
159: End pre_update;
160: --
161: -- ----------------------------------------------------------------------------
162: -- |-----------------------------< post_update >------------------------------|

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

195: --
196: l_proc varchar2(72) := g_package||'post_update';
197: --
198: Begin
199: hr_utility.set_location('Entering:'||l_proc, 5);
200: --
201: --
202: -- Start of API User Hook for post_update.
203: --

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

261: --
262: -- End of API User Hook for post_update.
263: --
264: --
265: hr_utility.set_location(' Leaving:'||l_proc, 10);
266: End post_update;
267: --
268: -- ----------------------------------------------------------------------------
269: -- |-----------------------------< convert_defs >-----------------------------|

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

313: l_proc varchar2(72) := g_package||'convert_defs';
314: --
315: Begin
316: --
317: hr_utility.set_location('Entering:'||l_proc, 5);
318: --
319: -- We must now examine each argument value in the
320: -- p_rec plsql record structure
321: -- to see if a system default is being used. If a system default

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

400: p_rec.xdo_template_id :=
401: ben_xrs_shd.g_old_rec.xdo_template_id;
402: End If;
403: --
404: hr_utility.set_location(' Leaving:'||l_proc, 10);
405: --
406: End convert_defs;
407: --
408: -- ----------------------------------------------------------------------------

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

416: --
417: l_proc varchar2(72) := g_package||'upd';
418: --
419: Begin
420: hr_utility.set_location('Entering:'||l_proc, 5);
421: --
422: -- We must lock the row which we need to update.
423: --
424: ben_xrs_shd.lck

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

483: l_rec ben_xrs_shd.g_rec_type;
484: l_proc varchar2(72) := g_package||'upd';
485: --
486: Begin
487: hr_utility.set_location('Entering:'||l_proc, 5);
488: --
489: -- Call conversion function to turn arguments into the
490: -- l_rec structure.
491: --

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

522: upd(
523: p_effective_date,l_rec);
524: p_object_version_number := l_rec.object_version_number;
525: --
526: hr_utility.set_location(' Leaving:'||l_proc, 10);
527: End upd;
528: --
529: end ben_xrs_upd;