DBA Data[Home] [Help]

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

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

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

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

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

144: --
145: Begin
146: hr_utility.set_location('Entering:'||l_proc, 5);
147: --
148: hr_utility.set_location(' Leaving:'||l_proc, 10);
149: End pre_update;
150: --
151: -- ----------------------------------------------------------------------------
152: -- |-----------------------------< 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 227: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

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

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

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

308: ben_xdd_shd.g_old_rec.legislation_code;
309: End If;
310:
311: --
312: hr_utility.set_location(' Leaving:'||l_proc, 10);
313: --
314: End convert_defs;
315: --
316: -- ----------------------------------------------------------------------------

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

323: --
324: l_proc varchar2(72) := g_package||'upd';
325: --
326: Begin
327: hr_utility.set_location('Entering:'||l_proc, 5);
328: --
329: -- We must lock the row which we need to update.
330: --
331: ben_xdd_shd.lck

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

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

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

409: --
410: upd(l_rec);
411: p_object_version_number := l_rec.object_version_number;
412: --
413: hr_utility.set_location(' Leaving:'||l_proc, 10);
414: End upd;
415: --
416: end ben_xdd_upd;