DBA Data[Home] [Help]

APPS.BEN_XWC_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_where_clause_id = p_rec.ext_where_clause_id;
88: --
89: ben_xwc_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 348: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

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

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

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

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

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

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