DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

249: --
250: -- End of API User Hook for post_update.
251: --
252: --
253: hr_utility.set_location(' Leaving:'||l_proc, 10);
254: End post_update;
255: --
256: -- ----------------------------------------------------------------------------
257: -- |-----------------------------< convert_defs >-----------------------------|

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

301: l_proc varchar2(72) := g_package||'convert_defs';
302: --
303: Begin
304: --
305: hr_utility.set_location('Entering:'||l_proc, 5);
306: --
307: -- We must now examine each argument value in the
308: -- p_rec plsql record structure
309: -- to see if a system default is being used. If a system default

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

366: p_rec.chg_rcd_upd_flag :=
367: ben_xrf_shd.g_old_rec.chg_rcd_upd_flag;
368: End If;
369: --
370: hr_utility.set_location(' Leaving:'||l_proc, 10);
371: --
372: End convert_defs;
373: --
374: -- ----------------------------------------------------------------------------

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

382: --
383: l_proc varchar2(72) := g_package||'upd';
384: --
385: Begin
386: hr_utility.set_location('Entering:'||l_proc, 5);
387: --
388: -- We must lock the row which we need to update.
389: --
390: ben_xrf_shd.lck

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

449: l_rec ben_xrf_shd.g_rec_type;
450: l_proc varchar2(72) := g_package||'upd';
451: --
452: Begin
453: hr_utility.set_location('Entering:'||l_proc, 5);
454: --
455: -- Call conversion function to turn arguments into the
456: -- l_rec structure.
457: --

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

488: upd(
489: p_effective_date,l_rec);
490: p_object_version_number := l_rec.object_version_number;
491: --
492: hr_utility.set_location(' Leaving:'||l_proc, 10);
493: End upd;
494: --
495: end ben_xrf_upd;