DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

225: --
226: -- End of API User Hook for post_update.
227: --
228: --
229: hr_utility.set_location(' Leaving:'||l_proc, 10);
230: End post_update;
231: --
232: -- ----------------------------------------------------------------------------
233: -- |-----------------------------< convert_defs >-----------------------------|

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

277: l_proc varchar2(72) := g_package||'convert_defs';
278: --
279: Begin
280: --
281: hr_utility.set_location('Entering:'||l_proc, 5);
282: --
283: -- We must now examine each argument value in the
284: -- p_rec plsql record structure
285: -- to see if a system default is being used. If a system default

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

311: End If;
312:
313:
314: --
315: hr_utility.set_location(' Leaving:'||l_proc, 10);
316: --
317: End convert_defs;
318: --
319: -- ----------------------------------------------------------------------------

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

327: --
328: l_proc varchar2(72) := g_package||'upd';
329: --
330: Begin
331: hr_utility.set_location('Entering:'||l_proc, 5);
332: --
333: -- We must lock the row which we need to update.
334: --
335: ben_xic_shd.lck

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

386: l_rec ben_xic_shd.g_rec_type;
387: l_proc varchar2(72) := g_package||'upd';
388: --
389: Begin
390: hr_utility.set_location('Entering:'||l_proc, 5);
391: --
392: -- Call conversion function to turn arguments into the
393: -- l_rec structure.
394: --

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

417: upd(
418: p_effective_date,l_rec);
419: p_object_version_number := l_rec.object_version_number;
420: --
421: hr_utility.set_location(' Leaving:'||l_proc, 10);
422: End upd;
423: --
424: end ben_xic_upd;