DBA Data[Home] [Help]

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

85: where pop_up_messages_id = p_rec.pop_up_messages_id;
86: --
87: ben_pum_shd.g_api_dml := false; -- Unset the api dml status
88: --
89: hr_utility.set_location(' Leaving:'||l_proc, 10);
90: --
91: Exception
92: When hr_api.check_integrity_violated Then
93: -- A check constraint has been violated

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

145: --
146: l_proc varchar2(72) := g_package||'pre_update';
147: --
148: Begin
149: hr_utility.set_location('Entering:'||l_proc, 5);
150: --
151: hr_utility.set_location(' Leaving:'||l_proc, 10);
152: End pre_update;
153: --

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

147: --
148: Begin
149: hr_utility.set_location('Entering:'||l_proc, 5);
150: --
151: hr_utility.set_location(' Leaving:'||l_proc, 10);
152: End pre_update;
153: --
154: -- ----------------------------------------------------------------------------
155: -- |-----------------------------< post_update >------------------------------|

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

188: --
189: l_proc varchar2(72) := g_package||'post_update';
190: --
191: Begin
192: hr_utility.set_location('Entering:'||l_proc, 5);
193: --
194: --
195: -- Start of API User Hook for post_update.
196: --

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

240: --
241: -- End of API User Hook for post_update.
242: --
243: --
244: hr_utility.set_location(' Leaving:'||l_proc, 10);
245: End post_update;
246: --
247: -- ----------------------------------------------------------------------------
248: -- |-----------------------------< convert_defs >-----------------------------|

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

292: l_proc varchar2(72) := g_package||'convert_defs';
293: --
294: Begin
295: --
296: hr_utility.set_location('Entering:'||l_proc, 5);
297: --
298: -- We must now examine each argument value in the
299: -- p_rec plsql record structure
300: -- to see if a system default is being used. If a system default

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

348: p_rec.no_formula_flag :=
349: ben_pum_shd.g_old_rec.no_formula_flag;
350: End If;
351: --
352: hr_utility.set_location(' Leaving:'||l_proc, 10);
353: --
354: End convert_defs;
355: --
356: -- ----------------------------------------------------------------------------

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

364: --
365: l_proc varchar2(72) := g_package||'upd';
366: --
367: Begin
368: hr_utility.set_location('Entering:'||l_proc, 5);
369: --
370: -- We must lock the row which we need to update.
371: --
372: ben_pum_shd.lck

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

424: l_rec ben_pum_shd.g_rec_type;
425: l_proc varchar2(72) := g_package||'upd';
426: --
427: Begin
428: hr_utility.set_location('Entering:'||l_proc, 5);
429: --
430: -- Call conversion function to turn arguments into the
431: -- l_rec structure.
432: --

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

456: upd(
457: p_effective_date,l_rec);
458: p_object_version_number := l_rec.object_version_number;
459: --
460: hr_utility.set_location(' Leaving:'||l_proc, 10);
461: End upd;
462: --
463: end ben_pum_upd;