DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

240: --
241: -- End of API User Hook for post_update.
242: --
243: --
244: hr_utility.set_location(' Leaving:'||l_proc, 10);
245: End post_update;
246: --
247: -- ----------------------------------------------------------------------------
248: -- |-----------------------------< convert_defs >-----------------------------|

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

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

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

345: p_rec.hide_flag :=
346: ben_xer_shd.g_old_rec.hide_flag;
347: End If;
348: --
349: hr_utility.set_location(' Leaving:'||l_proc, 10);
350: --
351: End convert_defs;
352: --
353: -- ----------------------------------------------------------------------------

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

361: --
362: l_proc varchar2(72) := g_package||'upd';
363: --
364: Begin
365: hr_utility.set_location('Entering:'||l_proc, 5);
366: --
367: -- We must lock the row which we need to update.
368: --
369: ben_xer_shd.lck

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

425: l_rec ben_xer_shd.g_rec_type;
426: l_proc varchar2(72) := g_package||'upd';
427: --
428: Begin
429: hr_utility.set_location('Entering:'||l_proc, 5);
430: --
431: -- Call conversion function to turn arguments into the
432: -- l_rec structure.
433: --

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

461: upd(
462: p_effective_date,l_rec);
463: p_object_version_number := l_rec.object_version_number;
464: --
465: hr_utility.set_location(' Leaving:'||l_proc, 10);
466: End upd;
467: --
468: end ben_xer_upd;