DBA Data[Home] [Help]

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

81: where ext_crit_typ_id = p_rec.ext_crit_typ_id;
82: --
83: ben_xct_shd.g_api_dml := false; -- Unset the api dml status
84: --
85: hr_utility.set_location(' Leaving:'||l_proc, 10);
86: --
87: Exception
88: When hr_api.check_integrity_violated Then
89: -- A check constraint has been violated

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

141: --
142: l_proc varchar2(72) := g_package||'pre_update';
143: --
144: Begin
145: hr_utility.set_location('Entering:'||l_proc, 5);
146: --
147: hr_utility.set_location(' Leaving:'||l_proc, 10);
148: End pre_update;
149: --

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

143: --
144: Begin
145: hr_utility.set_location('Entering:'||l_proc, 5);
146: --
147: hr_utility.set_location(' Leaving:'||l_proc, 10);
148: End pre_update;
149: --
150: -- ----------------------------------------------------------------------------
151: -- |-----------------------------< post_update >------------------------------|

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

184: --
185: l_proc varchar2(72) := g_package||'post_update';
186: --
187: Begin
188: hr_utility.set_location('Entering:'||l_proc, 5);
189: --
190: --
191: -- Start of API User Hook for post_update.
192: --

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

222: --
223: -- End of API User Hook for post_update.
224: --
225: --
226: hr_utility.set_location(' Leaving:'||l_proc, 10);
227: End post_update;
228: --
229: -- ----------------------------------------------------------------------------
230: -- |-----------------------------< convert_defs >-----------------------------|

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

274: l_proc varchar2(72) := g_package||'convert_defs';
275: --
276: Begin
277: --
278: hr_utility.set_location('Entering:'||l_proc, 5);
279: --
280: -- We must now examine each argument value in the
281: -- p_rec plsql record structure
282: -- to see if a system default is being used. If a system default

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

303: ben_xct_shd.g_old_rec.excld_flag;
304: End If;
305:
306: --
307: hr_utility.set_location(' Leaving:'||l_proc, 10);
308: --
309: End convert_defs;
310: --
311: -- ----------------------------------------------------------------------------

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

319: --
320: l_proc varchar2(72) := g_package||'upd';
321: --
322: Begin
323: hr_utility.set_location('Entering:'||l_proc, 5);
324: --
325: -- We must lock the row which we need to update.
326: --
327: ben_xct_shd.lck

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

377: l_rec ben_xct_shd.g_rec_type;
378: l_proc varchar2(72) := g_package||'upd';
379: --
380: Begin
381: hr_utility.set_location('Entering:'||l_proc, 5);
382: --
383: -- Call conversion function to turn arguments into the
384: -- l_rec structure.
385: --

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

407: upd(
408: p_effective_date,l_rec);
409: p_object_version_number := l_rec.object_version_number;
410: --
411: hr_utility.set_location(' Leaving:'||l_proc, 10);
412: End upd;
413: --
414: end ben_xct_upd;