DBA Data[Home] [Help]

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

108: where ded_sched_py_freq_id = p_rec.ded_sched_py_freq_id;
109: --
110: ben_dsq_shd.g_api_dml := false; -- Unset the api dml status
111: --
112: hr_utility.set_location(' Leaving:'||l_proc, 10);
113: --
114: Exception
115: When hr_api.check_integrity_violated Then
116: -- A check constraint has been violated

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

168: --
169: l_proc varchar2(72) := g_package||'pre_update';
170: --
171: Begin
172: hr_utility.set_location('Entering:'||l_proc, 5);
173: --
174: hr_utility.set_location(' Leaving:'||l_proc, 10);
175: End pre_update;
176: --

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

170: --
171: Begin
172: hr_utility.set_location('Entering:'||l_proc, 5);
173: --
174: hr_utility.set_location(' Leaving:'||l_proc, 10);
175: End pre_update;
176: --
177: -- ----------------------------------------------------------------------------
178: -- |-----------------------------< post_update >------------------------------|

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

211: --
212: l_proc varchar2(72) := g_package||'post_update';
213: --
214: Begin
215: hr_utility.set_location('Entering:'||l_proc, 5);
216: --
217: --
218: -- Start of API User Hook for post_update.
219: --

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

309: --
310: -- End of API User Hook for post_update.
311: --
312: --
313: hr_utility.set_location(' Leaving:'||l_proc, 10);
314: End post_update;
315: --
316: -- ----------------------------------------------------------------------------
317: -- |-----------------------------< convert_defs >-----------------------------|

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

361: l_proc varchar2(72) := g_package||'convert_defs';
362: --
363: Begin
364: --
365: hr_utility.set_location('Entering:'||l_proc, 5);
366: --
367: -- We must now examine each argument value in the
368: -- p_rec plsql record structure
369: -- to see if a system default is being used. If a system default

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

510: ben_dsq_shd.g_old_rec.dsq_attribute30;
511: End If;
512:
513: --
514: hr_utility.set_location(' Leaving:'||l_proc, 10);
515: --
516: End convert_defs;
517: --
518: -- ----------------------------------------------------------------------------

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

526: --
527: l_proc varchar2(72) := g_package||'upd';
528: --
529: Begin
530: hr_utility.set_location('Entering:'||l_proc, 5);
531: --
532: -- We must lock the row which we need to update.
533: --
534: ben_dsq_shd.lck

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

609: l_rec ben_dsq_shd.g_rec_type;
610: l_proc varchar2(72) := g_package||'upd';
611: --
612: Begin
613: hr_utility.set_location('Entering:'||l_proc, 5);
614: --
615: -- Call conversion function to turn arguments into the
616: -- l_rec structure.
617: --

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

664: upd(
665: p_effective_date,l_rec);
666: p_object_version_number := l_rec.object_version_number;
667: --
668: hr_utility.set_location(' Leaving:'||l_proc, 10);
669: End upd;
670: --
671: end ben_dsq_upd;