DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

318: --
319: -- End of API User Hook for post_update.
320: --
321: --
322: hr_utility.set_location(' Leaving:'||l_proc, 10);
323: End post_update;
324: --
325: -- ----------------------------------------------------------------------------
326: -- |-----------------------------< convert_defs >-----------------------------|

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

370: l_proc varchar2(72) := g_package||'convert_defs';
371: --
372: Begin
373: --
374: hr_utility.set_location('Entering:'||l_proc, 5);
375: --
376: -- We must now examine each argument value in the
377: -- p_rec plsql record structure
378: -- to see if a system default is being used. If a system default

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

531: ben_wyp_shd.g_old_rec.wyp_attribute30;
532: End If;
533:
534: --
535: hr_utility.set_location(' Leaving:'||l_proc, 10);
536: --
537: End convert_defs;
538: --
539: -- ----------------------------------------------------------------------------

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

547: --
548: l_proc varchar2(72) := g_package||'upd';
549: --
550: Begin
551: hr_utility.set_location('Entering:'||l_proc, 5);
552: --
553: -- We must lock the row which we need to update.
554: --
555: ben_wyp_shd.lck

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

633: l_rec ben_wyp_shd.g_rec_type;
634: l_proc varchar2(72) := g_package||'upd';
635: --
636: Begin
637: hr_utility.set_location('Entering:'||l_proc, 5);
638: --
639: -- Call conversion function to turn arguments into the
640: -- l_rec structure.
641: --

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

691: upd(p_effective_date,
692: l_rec);
693: p_object_version_number := l_rec.object_version_number;
694: --
695: hr_utility.set_location(' Leaving:'||l_proc, 10);
696: End upd;
697: --
698: end ben_wyp_upd;