DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

264: --
265: -- End of API User Hook for post_update.
266: --
267: --
268: hr_utility.set_location(' Leaving:'||l_proc, 10);
269: End post_update;
270: --
271: -- ----------------------------------------------------------------------------
272: -- |-----------------------------< convert_defs >-----------------------------|

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

316: l_proc varchar2(72) := g_package||'convert_defs';
317: --
318: Begin
319: --
320: hr_utility.set_location('Entering:'||l_proc, 5);
321: --
322: -- We must now examine each argument value in the
323: -- p_rec plsql record structure
324: -- to see if a system default is being used. If a system default

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

405: ben_ppl_shd.g_old_rec.program_update_date;
406: End If;
407:
408: --
409: hr_utility.set_location(' Leaving:'||l_proc, 10);
410: --
411: End convert_defs;
412: --
413: -- ----------------------------------------------------------------------------

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

421: --
422: l_proc varchar2(72) := g_package||'upd';
423: --
424: Begin
425: hr_utility.set_location('Entering:'||l_proc, 5);
426: --
427: -- We must lock the row which we need to update.
428: --
429: ben_ppl_shd.lck

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

488: l_rec ben_ppl_shd.g_rec_type;
489: l_proc varchar2(72) := g_package||'upd';
490: --
491: Begin
492: hr_utility.set_location('Entering:'||l_proc, 5);
493: --
494: -- Call conversion function to turn arguments into the
495: -- l_rec structure.
496: --

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

528: upd(
529: p_effective_date,l_rec);
530: p_object_version_number := l_rec.object_version_number;
531: --
532: hr_utility.set_location(' Leaving:'||l_proc, 10);
533: End upd;
534: --
535: end ben_ppl_upd;