DBA Data[Home] [Help]

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

94: where batch_rt_id = p_rec.batch_rt_id;
95: --
96: ben_bri_shd.g_api_dml := false; -- Unset the api dml status
97: --
98: hr_utility.set_location(' Leaving:'||l_proc, 10);
99: --
100: Exception
101: When hr_api.check_integrity_violated Then
102: -- A check constraint has been violated

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

154: --
155: l_proc varchar2(72) := g_package||'pre_update';
156: --
157: Begin
158: hr_utility.set_location('Entering:'||l_proc, 5);
159: --
160: hr_utility.set_location(' Leaving:'||l_proc, 10);
161: End pre_update;
162: --

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

156: --
157: Begin
158: hr_utility.set_location('Entering:'||l_proc, 5);
159: --
160: hr_utility.set_location(' Leaving:'||l_proc, 10);
161: End pre_update;
162: --
163: -- ----------------------------------------------------------------------------
164: -- |-----------------------------< post_update >------------------------------|

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

197: --
198: l_proc varchar2(72) := g_package||'post_update';
199: --
200: Begin
201: hr_utility.set_location('Entering:'||l_proc, 5);
202: --
203: --
204: -- Start of API User Hook for post_update.
205: --

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

267: --
268: -- End of API User Hook for post_update.
269: --
270: --
271: hr_utility.set_location(' Leaving:'||l_proc, 10);
272: End post_update;
273: --
274: -- ----------------------------------------------------------------------------
275: -- |-----------------------------< convert_defs >-----------------------------|

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

319: l_proc varchar2(72) := g_package||'convert_defs';
320: --
321: Begin
322: --
323: hr_utility.set_location('Entering:'||l_proc, 5);
324: --
325: -- We must now examine each argument value in the
326: -- p_rec plsql record structure
327: -- to see if a system default is being used. If a system default

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

411: p_rec.close_actn_itm_dt :=
412: ben_bri_shd.g_old_rec.close_actn_itm_dt;
413: End If;
414: --
415: hr_utility.set_location(' Leaving:'||l_proc, 10);
416: --
417: End convert_defs;
418: --
419: -- ----------------------------------------------------------------------------

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

427: --
428: l_proc varchar2(72) := g_package||'upd';
429: --
430: Begin
431: hr_utility.set_location('Entering:'||l_proc, 5);
432: --
433: -- We must lock the row which we need to update.
434: --
435: ben_bri_shd.lck

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

496: l_rec ben_bri_shd.g_rec_type;
497: l_proc varchar2(72) := g_package||'upd';
498: --
499: Begin
500: hr_utility.set_location('Entering:'||l_proc, 5);
501: --
502: -- Call conversion function to turn arguments into the
503: -- l_rec structure.
504: --

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

536: --
537: upd(p_effective_date,l_rec);
538: p_object_version_number := l_rec.object_version_number;
539: --
540: hr_utility.set_location(' Leaving:'||l_proc, 10);
541: End upd;
542: --
543: end ben_bri_upd;