DBA Data[Home] [Help]

APPS.BEN_XCV_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_crit_val_id = p_rec.ext_crit_val_id;
83: --
84: ben_xcv_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 188: hr_utility.set_location('Entering:'||l_proc, 5);

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

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

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

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

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

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

309: p_rec.legislation_code :=
310: ben_xcv_shd.g_old_rec.legislation_code;
311: End If;
312: --
313: hr_utility.set_location(' Leaving:'||l_proc, 10);
314: --
315: End convert_defs;
316: --
317: -- ----------------------------------------------------------------------------

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

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

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

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

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

413: --
414: upd(p_effective_date,l_rec);
415: p_object_version_number := l_rec.object_version_number;
416: --
417: hr_utility.set_location(' Leaving:'||l_proc, 10);
418: End upd;
419: --
420: end ben_xcv_upd;