DBA Data[Home] [Help]

APPS.BEN_CWG_UPD dependencies on HR_UTILITY

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

57: --
58: l_proc varchar2(72) := g_package||'update_dml';
59: --
60: Begin
61: hr_utility.set_location('Entering:'||l_proc, 5);
62: --
63: -- Increment the object version
64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --

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

110: where cwb_wksht_grp_id = p_rec.cwb_wksht_grp_id;
111: --
112: --
113: --
114: hr_utility.set_location(' Leaving:'||l_proc, 10);
115: --
116: Exception
117: When hr_api.check_integrity_violated Then
118: -- A check constraint has been violated

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

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

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

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

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

217: --
218: l_proc varchar2(72) := g_package||'post_update';
219: --
220: Begin
221: hr_utility.set_location('Entering:'||l_proc, 5);
222: begin
223: --
224: ben_cwg_rku.after_update
225: (p_effective_date => p_effective_date

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

381: ,p_hook_type => 'AU');
382: --
383: end;
384: --
385: hr_utility.set_location(' Leaving:'||l_proc, 10);
386: End post_update;
387: --
388: -- ----------------------------------------------------------------------------
389: -- |-----------------------------< convert_defs >-----------------------------|

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

605: --
606: l_proc varchar2(72) := g_package||'upd';
607: --
608: Begin
609: hr_utility.set_location('Entering:'||l_proc, 5);
610: --
611: -- We must lock the row which we need to update.
612: --
613: ben_cwg_shd.lck

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

697: l_rec ben_cwg_shd.g_rec_type;
698: l_proc varchar2(72) := g_package||'upd';
699: --
700: Begin
701: hr_utility.set_location('Entering:'||l_proc, 5);
702: --
703: -- Call conversion function to turn arguments into the
704: -- l_rec structure.
705: --

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

756: ,l_rec
757: );
758: p_object_version_number := l_rec.object_version_number;
759: --
760: hr_utility.set_location(' Leaving:'||l_proc, 10);
761: End upd;
762: --
763: end ben_cwg_upd;