DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

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

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

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

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

300: ben_bci_shd.g_old_rec.enrt_ctfn_recd_dt;
301: End If;
302:
303: --
304: hr_utility.set_location(' Leaving:'||l_proc, 10);
305: --
306: End convert_defs;
307: --
308: -- ----------------------------------------------------------------------------

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

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

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

369: l_rec ben_bci_shd.g_rec_type;
370: l_proc varchar2(72) := g_package||'upd';
371: --
372: Begin
373: hr_utility.set_location('Entering:'||l_proc, 5);
374: --
375: -- Call conversion function to turn arguments into the
376: -- l_rec structure.
377: --

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

394: upd(
395: p_effective_date,l_rec);
396: p_object_version_number := l_rec.object_version_number;
397: --
398: hr_utility.set_location(' Leaving:'||l_proc, 10);
399: End upd;
400: --
401: end ben_bci_upd;